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




commit 8aa8ffb40ad527f9a9d15d228bd8afe0358352ef
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
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/834>

 .gitlab-ci.yml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33c42844..9103fe81 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]