disable unleash-check (#9705)

the last successful run of this check was on b14d4f07aa and it had been failing even before that

should be re-enabled lated
This commit is contained in:
João Paulo Silva de Souza
2021-09-07 17:57:58 -03:00
committed by GitHub
parent 0a8b3ddedc
commit bd2aa79112
+11 -11
View File
@@ -365,20 +365,20 @@ test-linux-stable: &test-linux
- 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
- sccache -s - sccache -s
unleash-check: #unleash-check:
stage: test #stage: test
<<: *docker-env #<<: *docker-env
<<: *test-refs-no-trigger #<<: *test-refs-no-trigger
script: #script:
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS} #- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
- cargo unleash de-dev-deps #- cargo unleash de-dev-deps
# Reuse build artifacts when running checks (cuts down check time by 3x) # Reuse build artifacts when running checks (cuts down check time by 3x)
# TODO: Implement this optimization in cargo-unleash rather than here # TODO: Implement this optimization in cargo-unleash rather than here
- mkdir -p target/unleash #- mkdir -p target/unleash
- export CARGO_TARGET_DIR=target/unleash #- export CARGO_TARGET_DIR=target/unleash
- cargo unleash check ${CARGO_UNLEASH_PKG_DEF} #- cargo unleash check ${CARGO_UNLEASH_PKG_DEF}
# FIXME: this job must not fail, or unleash-to-crates-io will publish broken stuff # FIXME: this job must not fail, or unleash-to-crates-io will publish broken stuff
allow_failure: true #allow_failure: true
test-frame-examples-compile-to-wasm: test-frame-examples-compile-to-wasm:
# into one job # into one job