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




commit c9636dab2ae623e59c866d96b67677ca89434e7f
Author: Jordan Petridis <jordan centricular com>
Date:   Mon Apr 19 04:32:30 2021 +0300

    fixup! ci: declare the dependency graph for the vm image builds

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd26e239..de802982 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -238,6 +238,7 @@ vm-image-x86_64:
   - .x86_64
   needs:
     - job: 'track'
+      optional: true
     - job: 'build-x86_64'
       artifacts: false
   variables:
@@ -249,6 +250,7 @@ vm-image-x86_64:
   - .aarch64
   needs:
     - job: 'track'
+      optional: true
     - job: 'build-aarch64'
       artifacts: false
   variables:
@@ -260,6 +262,7 @@ rock64-image:
   - .aarch64
   needs:
     - job: 'track'
+      optional: true
     - job: 'build-aarch64'
       artifacts: false
   variables:
@@ -271,6 +274,7 @@ raspberrypi-4-image:
   - .aarch64
   needs:
     - job: 'track'
+      optional: true
     - job: 'build-aarch64'
       artifacts: false
   variables:
@@ -284,6 +288,7 @@ iso-installer-x86_64:
     IMAGE: iso/image.bst
   needs:
     - job: 'track'
+      optional: true
     - job: 'build-x86_64'
       artifacts: false
 
@@ -351,6 +356,7 @@ cve_report:
   stage: reports
   needs:
     - job: 'track'
+      optional: true
     - job: 'vm-image-x86_64'
       artifacts: false
   script:


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