[gnome-build-meta/alatiera/async-image-builds] 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] ci: declare the dependency graph for the vm image builds
- Date: Fri, 15 Jan 2021 23:13:44 +0000 (UTC)
commit 43ca4ed94a3c39f4d95cf604938efb286f713e7a
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 b0380f98..9988aa26 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -244,6 +244,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
@@ -251,6 +255,10 @@ pinebook-pro-image:
extends:
- .manual-image-template
- .aarch64
+ needs:
+ - job: 'track'
+ - job: 'build-aarch64'
+ artifacts: false
variables:
IMAGE: boards/pinebook-pro/image.bst
@@ -258,6 +266,10 @@ rock64-image:
extends:
- .manual-image-template
- .aarch64
+ needs:
+ - job: 'track'
+ - job: 'build-aarch64'
+ artifacts: false
variables:
IMAGE: boards/rock64/image.bst
@@ -265,6 +277,10 @@ raspberrypi-4-image:
extends:
- .manual-image-template
- .aarch64
+ needs:
+ - job: 'track'
+ - job: 'build-aarch64'
+ artifacts: false
variables:
IMAGE: boards/raspberrypi-4/image.bst
@@ -274,6 +290,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]