This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree 2 files changed +4
-47
lines changed
scripts/ci/gitlab/pipeline 2 files changed +4
-47
lines changed Original file line number Diff line number Diff line change @@ -51,26 +51,6 @@ cargo-clippy:
51
51
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo +nightly clippy --all-targets
52
52
- rusty-cachier cache upload
53
53
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
-
74
54
cargo-check-benches :
75
55
stage : test
76
56
variables :
@@ -337,6 +317,8 @@ test-linux-stable-int:
337
317
time cargo test -p node-cli --release --verbose --locked -- --ignored
338
318
- rusty-cachier cache upload
339
319
320
+ # more information about this job can be found here:
321
+ # https://github.com/paritytech/substrate/pull/6916
340
322
check-tracing :
341
323
stage : test
342
324
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
@@ -355,6 +337,8 @@ check-tracing:
355
337
- time cargo +nightly test --manifest-path ./primitives/tracing/Cargo.toml --no-default-features --features=with-tracing
356
338
- rusty-cachier cache upload
357
339
340
+ # more information about this job can be found here:
341
+ # https://github.com/paritytech/substrate/pull/3778
358
342
test-full-crypto-feature :
359
343
stage : test
360
344
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments