[gnome-build-meta/abderrahim/image-job: 4/4] .gitlab-ci.yml: the vm-image job needs track too
- From: Javier Jardón Cabezas <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/image-job: 4/4] .gitlab-ci.yml: the vm-image job needs track too
- Date: Tue, 7 Apr 2020 09:01:48 +0000 (UTC)
commit e32d83ff6ca73b67470ca4d34a18125f015b994d
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]