Don't include gst-ci template

It disables all our other tests apparently.
This commit is contained in:
Sebastian Dröge 2020-03-19 11:39:52 +02:00
parent dcf2befe52
commit cd2957679d

View file

@ -1,4 +1,7 @@
include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" stages:
- "lint"
- "test"
- "extras"
.tarball_setup: .tarball_setup:
variables: variables:
@ -58,9 +61,7 @@ include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_t
.cargo test: .cargo test:
extends: '.tarball_setup' extends: '.tarball_setup'
stage: "build" stage: "test"
variables:
GIT_STRATEGY: 'fetch'
script: script:
- rustc --version - rustc --version
- cargo build --color=always --all - cargo build --color=always --all
@ -89,9 +90,7 @@ test nightly:
rustfmt: rustfmt:
image: "rust:slim-buster" image: "rust:slim-buster"
stage: "preparation" stage: "lint"
variables:
GIT_STRATEGY: 'fetch'
script: script:
- rustup component add rustfmt - rustup component add rustfmt
- cargo fmt --version - cargo fmt --version
@ -100,9 +99,7 @@ rustfmt:
clippy: clippy:
extends: '.tarball_setup' extends: '.tarball_setup'
image: "rust:slim-buster" image: "rust:slim-buster"
stage: 'test' stage: 'extras'
variables:
GIT_STRATEGY: 'fetch'
script: script:
- rustup component add clippy-preview - rustup component add clippy-preview
- cargo clippy --color=always --all --all-features --all-targets -- -A clippy::redundant_pattern_matching -A clippy::single_match -A clippy::cast_lossless - cargo clippy --color=always --all --all-features --all-targets -- -A clippy::redundant_pattern_matching -A clippy::single_match -A clippy::cast_lossless
@ -110,9 +107,7 @@ clippy:
audit: audit:
extends: '.tarball_setup' extends: '.tarball_setup'
image: "rust:slim-buster" image: "rust:slim-buster"
stage: 'test' stage: 'extras'
variables:
GIT_STRATEGY: 'fetch'
only: only:
- schedules - schedules
script: script: