Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 531d7c3

Browse files
authored
[ci] remove cargo-check-nixos job (#11873)
* [ci] remove cargo-check-nixos job * remove shell.nix
1 parent 5709dfa commit 531d7c3

File tree

2 files changed

+4
-47
lines changed

2 files changed

+4
-47
lines changed

scripts/ci/gitlab/pipeline/test.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,6 @@ cargo-clippy:
5151
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo +nightly clippy --all-targets
5252
- rusty-cachier cache upload
5353

54-
cargo-check-nixos:
55-
stage: test
56-
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
57-
needs:
58-
- job: cargo-clippy
59-
artifacts: false
60-
extends:
61-
- .docker-env
62-
- .test-refs
63-
before_script: []
64-
# Don't use CI_IMAGE here because it breaks nightly checks of paritytech/ci-linux image
65-
image: nixos/nix
66-
variables:
67-
SNAP: "DUMMY"
68-
WS_API: "DUMMY"
69-
script:
70-
- nix-channel --update
71-
- nix-shell shell.nix
72-
- nix-shell --run "cargo check --workspace --all-targets --all-features"
73-
7454
cargo-check-benches:
7555
stage: test
7656
variables:
@@ -337,6 +317,8 @@ test-linux-stable-int:
337317
time cargo test -p node-cli --release --verbose --locked -- --ignored
338318
- rusty-cachier cache upload
339319

320+
# more information about this job can be found here:
321+
# https://github.com/paritytech/substrate/pull/6916
340322
check-tracing:
341323
stage: test
342324
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
@@ -355,6 +337,8 @@ check-tracing:
355337
- time cargo +nightly test --manifest-path ./primitives/tracing/Cargo.toml --no-default-features --features=with-tracing
356338
- rusty-cachier cache upload
357339

340+
# more information about this job can be found here:
341+
# https://github.com/paritytech/substrate/pull/3778
358342
test-full-crypto-feature:
359343
stage: test
360344
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs

shell.nix

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)