projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741cff9
)
gitlab-ci: Add needs stanza to arm64_a306_gles2 job definition
author
Michel Dänzer
<mdaenzer@redhat.com>
Fri, 13 Sep 2019 08:56:54 +0000
(10:56 +0200)
committer
Michel Dänzer
<michel@daenzer.net>
Mon, 16 Sep 2019 10:51:34 +0000
(12:51 +0200)
This allows the arm64_a306_gles2 jobs to run as soon as the meson-arm64
job has finished.
Fixes: 6f0dc087b7a5 "freedreno: Introduce gitlab-based CI."
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 9a5d50737b8c040b1ee8a6cb6d38f4490a4e542f..effb3c160149fe2e6fc35ef538189174b34d5611 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-409,6
+409,7
@@
arm64_a306_gles2:
- db410c
dependencies:
- meson-arm64
+ needs: [ meson-arm64 ]
.cheza-test:
image: $DEBIAN_ARM64_IMAGE