Skip to content

Commit

Permalink
[ci] Fix buildah and reorder test-doc dag
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Aug 29, 2023
1 parent 3f0d28c commit 9fb26b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"
Expand Down

0 comments on commit 9fb26b8

Please sign in to comment.