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




commit 43cb6e5ead08e7c2c9451c3254fb46223386ebb6
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 | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5cfb13fa..8d65111f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -229,6 +229,10 @@ vm-image-x86_64:
   extends:
   - .manual-image-template
   - .x86_64
+  needs:
+    - job: 'track'
+    - job: 'build-x86_64'
+      artifacts: false
   variables:
     IMAGE: vm/image.bst
 
@@ -236,6 +240,10 @@ vm-image-x86_64:
   extends:
   - .manual-image-template
   - .aarch64
+  needs:
+    - job: 'track'
+    - job: 'build-aarch64'
+      artifacts: false
   variables:
     IMAGE: boards/pinebook-pro/image.bst
 
@@ -243,6 +251,10 @@ rock64-image:
   extends:
   - .manual-image-template
   - .aarch64
+  needs:
+    - job: 'track'
+    - job: 'build-aarch64'
+      artifacts: false
   variables:
     IMAGE: boards/rock64/image.bst
 
@@ -250,6 +262,10 @@ raspberrypi-4-image:
   extends:
   - .manual-image-template
   - .aarch64
+  needs:
+    - job: 'track'
+    - job: 'build-aarch64'
+      artifacts: false
   variables:
     IMAGE: boards/raspberrypi-4/image.bst
 
@@ -259,6 +275,10 @@ iso-installer-x86_64:
   - .x86_64
   variables:
     IMAGE: iso/image.bst
+  needs:
+    - job: 'track'
+    - 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]