From d9b1301f2c7a82f9ed0f2ac65953d9b4e8f0e692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Silva=20de=20Souza?= <77391175+joao-paulo-parity@users.noreply.github.com> Date: Mon, 6 Sep 2021 12:53:27 -0300 Subject: [PATCH] disable unleash-check the last successful run of this check was on f00ec46a5fd4136d48b91a5f9122f2c1f41f6ad0 and it had been failing even before that should be re-enabled lated --- .gitlab-ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f58af8c746bb..36395dc3accbc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 - sccache -s -unleash-check: - stage: test - <<: *docker-env - <<: *test-refs-no-trigger - script: - - cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS} - - cargo unleash de-dev-deps +#unleash-check: + #stage: test + #<<: *docker-env + #<<: *test-refs-no-trigger + #script: + #- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS} + #- cargo unleash de-dev-deps # Reuse build artifacts when running checks (cuts down check time by 3x) # TODO: Implement this optimization in cargo-unleash rather than here - - mkdir -p target/unleash - - export CARGO_TARGET_DIR=target/unleash - - cargo unleash check ${CARGO_UNLEASH_PKG_DEF} + #- mkdir -p target/unleash + #- export CARGO_TARGET_DIR=target/unleash + #- cargo unleash check ${CARGO_UNLEASH_PKG_DEF} # 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: # into one job