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

Commit b048c85

Browse files
committed
Master.into()
2 parents f2fa557 + f84ac63 commit b048c85

File tree

172 files changed

+4943
-6521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+4943
-6521
lines changed

.gitlab-ci.yml

+12-13
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ cargo-fmt:
266266
<<: *test-refs
267267
script:
268268
- cargo +nightly fmt --all -- --check
269-
allow_failure: true
270269

271270
cargo-check-benches:
272271
stage: test
@@ -366,20 +365,20 @@ test-linux-stable: &test-linux
366365
- SUBSTRATE_TEST_TIMEOUT=1 time cargo test -p substrate-test-utils --release --verbose --locked -- --ignored timeout
367366
- sccache -s
368367

369-
unleash-check:
370-
stage: test
371-
<<: *docker-env
372-
<<: *test-refs-no-trigger
373-
script:
374-
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
375-
- cargo unleash de-dev-deps
368+
#unleash-check:
369+
#stage: test
370+
#<<: *docker-env
371+
#<<: *test-refs-no-trigger
372+
#script:
373+
#- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
374+
#- cargo unleash de-dev-deps
376375
# Reuse build artifacts when running checks (cuts down check time by 3x)
377376
# TODO: Implement this optimization in cargo-unleash rather than here
378-
- mkdir -p target/unleash
379-
- export CARGO_TARGET_DIR=target/unleash
380-
- cargo unleash check ${CARGO_UNLEASH_PKG_DEF}
377+
#- mkdir -p target/unleash
378+
#- export CARGO_TARGET_DIR=target/unleash
379+
#- cargo unleash check ${CARGO_UNLEASH_PKG_DEF}
381380
# FIXME: this job must not fail, or unleash-to-crates-io will publish broken stuff
382-
allow_failure: true
381+
#allow_failure: true
383382

384383
test-frame-examples-compile-to-wasm:
385384
# into one job
@@ -602,7 +601,7 @@ build-rustdoc:
602601
- buildah push --format=v2s2 "$IMAGE_NAME:$VERSION"
603602
- buildah push --format=v2s2 "$IMAGE_NAME:latest"
604603
after_script:
605-
- buildah logout "$IMAGE_NAME"
604+
- buildah logout --all
606605
# pass artifacts to the trigger-simnet job
607606
- echo "SUBSTRATE_IMAGE_NAME=${IMAGE_NAME}" | tee -a ./artifacts/$PRODUCT/build.env
608607
- IMAGE_TAG="$(cat ./artifacts/$PRODUCT/VERSION)"

0 commit comments

Comments
 (0)