[gnome-build-meta/abderrahim/image-job] .gitlab-ci.yml: the vm-image job needs track too
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/image-job] .gitlab-ci.yml: the vm-image job needs track too
- Date: Tue, 7 Apr 2020 08:43:39 +0000 (UTC)
commit a0441b8db00200f05acc38bd6caf6c25af09ad0a
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Tue Apr 7 09:37:38 2020 +0100
.gitlab-ci.yml: the vm-image job needs track too
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c3966d1..1cd8f9b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -231,7 +231,10 @@ build-gnome-core-arm:
vm-image-x86_64:
extends: .vm-image-template
# run as soon as the x86_64 build job is done, don't wait for other arches
- needs: [ build-gnome-core-x86_64 ]
+ needs:
+ - track
+ - job: build-gnome-core-x86_64
+ artifacts: false
<<: *x86_64
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]