Skip to content
Snippets Groups Projects
Unverified Commit d81c8cba authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[ci] Fix buildah and reorder test-doc dag (#1275)

parent 2f49252b
Branches
No related merge requests found
Pipeline #385343 failed with stages
in 11 minutes and 8 seconds
......@@ -22,7 +22,7 @@ workflow:
variables:
CI_IMAGE: "paritytech/ci-unified:bullseye-1.70.0-2023-05-23-v20230706"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
# BUILDAH_IMAGE is defined in group variables
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
RELENG_SCRIPTS_BRANCH: "master"
RUSTY_CACHIER_SINGLE_BRANCH: master
......
......@@ -147,7 +147,10 @@ test-doc:
extends:
- .docker-env
- .common-refs
- .run-immediately
# DAG
needs:
- job: test-rustdoc
artifacts: false
variables:
# Enable debug assertions since we are running optimized builds for testing
# but still want to have debug assertions.
......@@ -160,10 +163,7 @@ test-rustdoc:
extends:
- .docker-env
- .common-refs
# DAG
needs:
- job: test-doc
artifacts: false
- .run-immediately
variables:
SKIP_WASM_BUILD: 1
RUSTDOCFLAGS: "-Dwarnings"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment