projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88319f2
)
gitlab-ci: Add needs: for x86 buster docker image
author
Michel Dänzer
<mdaenzer@redhat.com>
Wed, 18 Sep 2019 14:21:32 +0000
(16:21 +0200)
committer
Michel Dänzer
<michel@daenzer.net>
Mon, 30 Sep 2019 07:17:38 +0000
(09:17 +0200)
This allows most build jobs to run before the stretch or arm64 docker
images are ready.
v2:
* Use - list syntax instead of [] (Eric Engestrom)
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 7506129b9249146d8dd47263f4bda48a7b871034..db0e132d53ff75185e481411c3dc25da95f114c0 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-94,6
+94,8
@@
test-container:arm64:
.build:
extends: .ci-run-policy
image: $DEBIAN_IMAGE
+ needs:
+ - debian-10
stage: build
cache:
paths: