aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2021-03-03 14:06:46 +0100
committerThomas Huth <thuth@redhat.com>2021-03-09 06:03:53 +0100
commit91e9c47e50a8f790a2abc1797c14b0d2e9ea6da3 (patch)
tree8f0ba1bdfc03ebcb32bba07701315f624fa1800a /.gitlab-ci.d
parent1925468ddbf9931dc5e05278483840f33eabca8b (diff)
docker: OpenSBI build job depends on OpenSBI container
Add missing dependency build-opensbi -> docker-opensbi. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20210303130646.1494015-4-philmd@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/opensbi.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.d/opensbi.yml b/.gitlab-ci.d/opensbi.yml
index 5b13047e2a..f66cd1d908 100644
--- a/.gitlab-ci.d/opensbi.yml
+++ b/.gitlab-ci.d/opensbi.yml
@@ -25,6 +25,7 @@ docker-opensbi:
build-opensbi:
stage: build
+ needs: ['docker-opensbi']
rules: # Only run this job when ...
- changes: # ... roms/opensbi/ is modified (submodule updated)
- roms/opensbi/*