projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a1828
)
gitlab-ci: Add test-container:arm64 to needs: for arm64 test jobs
author
Michel Dänzer
<mdaenzer@redhat.com>
Wed, 18 Sep 2019 14:28:41 +0000
(16:28 +0200)
committer
Michel Dänzer
<michel@daenzer.net>
Mon, 30 Sep 2019 07:17:44 +0000
(09:17 +0200)
Without this, it was theoretically possible for the jobs to run before
the docker image was 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 db0e132d53ff75185e481411c3dc25da95f114c0..3d0e884bce539da14b52eaf4956411edb8c25abc 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-423,7
+423,9
@@
arm64_a630_gles2:
- mesa-cheza
dependencies:
- meson-arm64
- needs: [ meson-arm64 ]
+ needs:
+ - meson-arm64
+ - test-container:arm64
arm64_a630_gles31:
extends: arm64_a630_gles2