mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 14:57:56 +00:00
[ci] Fix buildah and reorder test-doc dag (#1275)
This commit is contained in:
committed by
GitHub
parent
2f49252bcd
commit
d81c8cbaa7
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user