[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: Tue, 1 Sep 2020 16:39:04 +0000 (UTC)
commit 0a5c3fa222d31352e71a9e8fb686fae2cb70dfc0
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 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9eec055d..52ffd62a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -246,6 +246,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
@@ -253,6 +257,10 @@ pinebook-pro-image:
extends:
- .manual-image-template
- .aarch64
+ needs:
+ - job: 'track'
+ - job: 'build-aarch64'
+ artifacts: false
variables:
IMAGE: boards/pinebook-pro/image.bst
@@ -260,6 +268,10 @@ rock64-image:
extends:
- .manual-image-template
- .aarch64
+ needs:
+ - job: 'track'
+ - job: 'build-aarch64'
+ artifacts: false
variables:
IMAGE: boards/rock64/image.bst
@@ -267,6 +279,10 @@ raspberrypi-4-image:
extends:
- .manual-image-template
- .aarch64
+ needs:
+ - job: 'track'
+ - job: 'build-aarch64'
+ artifacts: false
variables:
IMAGE: boards/raspberrypi-4/image.bst
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]