[gnome-build-meta/alatiera/async-image-builds: 13/13] ci: declare the dependency graph for the vm image builds




commit e9b3764700167224b5df4b909b8fcb11a51994a3
Author: Jordan Petridis <jordan centricular com>
Date:   Tue Sep 1 19:14:46 2020 +0300

    ci: declare the dependency graph for the vm image builds

 .gitlab-ci.yml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9cd66a0c..de802982 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -236,6 +236,11 @@ vm-image-x86_64:
   extends:
   - .manual-image-template
   - .x86_64
+  needs:
+    - job: 'track'
+      optional: true
+    - job: 'build-x86_64'
+      artifacts: false
   variables:
     IMAGE: vm/image.bst
 
@@ -243,6 +248,11 @@ vm-image-x86_64:
   extends:
   - .manual-image-template
   - .aarch64
+  needs:
+    - job: 'track'
+      optional: true
+    - job: 'build-aarch64'
+      artifacts: false
   variables:
     IMAGE: boards/pinebook-pro/image.bst
 
@@ -250,6 +260,11 @@ rock64-image:
   extends:
   - .manual-image-template
   - .aarch64
+  needs:
+    - job: 'track'
+      optional: true
+    - job: 'build-aarch64'
+      artifacts: false
   variables:
     IMAGE: boards/rock64/image.bst
 
@@ -257,6 +272,11 @@ raspberrypi-4-image:
   extends:
   - .manual-image-template
   - .aarch64
+  needs:
+    - job: 'track'
+      optional: true
+    - job: 'build-aarch64'
+      artifacts: false
   variables:
     IMAGE: boards/raspberrypi-4/image.bst
 
@@ -266,6 +286,11 @@ iso-installer-x86_64:
   - .x86_64
   variables:
     IMAGE: iso/image.bst
+  needs:
+    - job: 'track'
+      optional: true
+    - job: 'build-x86_64'
+      artifacts: false
 
 s3-image:
   extends: .x86_64


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]