Skip to content
Snippets Groups Projects
Commit 658f2da1 authored by Thomas Huth's avatar Thomas Huth Committed by Alex Bennée
Browse files

.gitlab-ci.d/container-cross: Fix RISC-V container dependencies / stages


The "riscv64-debian-cross-container" job does not depend on any other
container job from the first stage, so we can move it to the first
stage, too.

The "riscv64-debian-test-cross-container" job needs the debian11
container, so we should add a proper "needs:" statement here.

Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
Message-Id: <20220524093141.91012-1-thuth@redhat.com>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
Message-Id: <20220527153603.887929-2-alex.bennee@linaro.org>
parent 7077fcb9
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ ppc64el-debian-cross-container:
riscv64-debian-cross-container:
extends: .container_job_template
stage: containers-layer2
stage: containers
# as we are currently based on 'sid/unstable' we may break so...
allow_failure: true
variables:
......@@ -135,6 +135,7 @@ riscv64-debian-cross-container:
riscv64-debian-test-cross-container:
extends: .container_job_template
stage: containers-layer2
needs: ['amd64-debian11-container']
variables:
NAME: debian-riscv64-test-cross
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment