mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
run tests with --experimental flag (#14502)
This commit is contained in:
@@ -155,21 +155,21 @@ node-bench-regression-guard:
|
|||||||
--compare-with artifacts/benches/$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
|
--compare-with artifacts/benches/$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
after_script: [""]
|
after_script: [""]
|
||||||
|
|
||||||
cargo-check-try-runtime:
|
cargo-check-try-runtime-and-experimental:
|
||||||
stage: test
|
stage: test
|
||||||
extends:
|
extends:
|
||||||
- .docker-env
|
- .docker-env
|
||||||
- .test-refs
|
- .test-refs
|
||||||
script:
|
script:
|
||||||
- rusty-cachier snapshot create
|
- rusty-cachier snapshot create
|
||||||
- time cargo check --locked --features try-runtime
|
- time cargo check --locked --features try-runtime,experimental
|
||||||
- rusty-cachier cache upload
|
- rusty-cachier cache upload
|
||||||
|
|
||||||
test-deterministic-wasm:
|
test-deterministic-wasm:
|
||||||
stage: test
|
stage: test
|
||||||
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
|
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
|
||||||
needs:
|
needs:
|
||||||
- job: cargo-check-try-runtime
|
- job: cargo-check-try-runtime-and-experimental
|
||||||
artifacts: false
|
artifacts: false
|
||||||
extends:
|
extends:
|
||||||
- .docker-env
|
- .docker-env
|
||||||
@@ -221,7 +221,7 @@ test-linux-stable:
|
|||||||
--locked
|
--locked
|
||||||
--release
|
--release
|
||||||
--verbose
|
--verbose
|
||||||
--features runtime-benchmarks,try-runtime
|
--features runtime-benchmarks,try-runtime,experimental
|
||||||
--manifest-path ./bin/node/cli/Cargo.toml
|
--manifest-path ./bin/node/cli/Cargo.toml
|
||||||
--partition count:${CI_NODE_INDEX}/${CI_NODE_TOTAL}
|
--partition count:${CI_NODE_INDEX}/${CI_NODE_TOTAL}
|
||||||
# we need to update cache only from one job
|
# we need to update cache only from one job
|
||||||
@@ -258,8 +258,8 @@ test-frame-support:
|
|||||||
script:
|
script:
|
||||||
- rusty-cachier snapshot create
|
- rusty-cachier snapshot create
|
||||||
- cat /cargo_target_dir/debug/.fingerprint/memory_units-759eddf317490d2b/lib-memory_units.json || true
|
- cat /cargo_target_dir/debug/.fingerprint/memory_units-759eddf317490d2b/lib-memory_units.json || true
|
||||||
- time cargo test --verbose --locked -p frame-support-test --features=frame-feature-testing,no-metadata-docs,try-runtime --manifest-path ./frame/support/test/Cargo.toml
|
- time cargo test --verbose --locked -p frame-support-test --features=frame-feature-testing,no-metadata-docs,try-runtime,experimental --manifest-path ./frame/support/test/Cargo.toml
|
||||||
- time cargo test --verbose --locked -p frame-support-test --features=frame-feature-testing,frame-feature-testing-2,no-metadata-docs,try-runtime --manifest-path ./frame/support/test/Cargo.toml
|
- time cargo test --verbose --locked -p frame-support-test --features=frame-feature-testing,frame-feature-testing-2,no-metadata-docs,try-runtime,experimental --manifest-path ./frame/support/test/Cargo.toml
|
||||||
- SUBSTRATE_TEST_TIMEOUT=1 time cargo test -p substrate-test-utils --release --verbose --locked -- --ignored timeout
|
- SUBSTRATE_TEST_TIMEOUT=1 time cargo test -p substrate-test-utils --release --verbose --locked -- --ignored timeout
|
||||||
- cat /cargo_target_dir/debug/.fingerprint/memory_units-759eddf317490d2b/lib-memory_units.json || true
|
- cat /cargo_target_dir/debug/.fingerprint/memory_units-759eddf317490d2b/lib-memory_units.json || true
|
||||||
- rusty-cachier cache upload
|
- rusty-cachier cache upload
|
||||||
|
|||||||
Reference in New Issue
Block a user