[gnome-build-meta/alatiera/async-image-builds: 2/2] ci: declare the dependency graph for the vm image builds
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/async-image-builds: 2/2] ci: declare the dependency graph for the vm image builds
- Date: Wed, 28 Apr 2021 20:00:49 +0000 (UTC)
commit 9f6dbea1d258f4774295824d0c4fc21607e0f299
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 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]