summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-08-09 20:23:52 +0100
committerJavier Jardón <jjardon@gnome.org>2016-08-09 20:23:52 +0100
commit0f27657b66dda966b3718fd1691e2c8741645322 (patch)
tree0bf21dcea9e8676ebd86cc4b923ecef26157ecb1 /.gitlab-ci.yml
parent681e2c6f2d04ab25870f16cf7de62179b426bd8a (diff)
downloaddefinitions-0f27657b66dda966b3718fd1691e2c8741645322.tar.gz
Parallel builds/deploy
Change-Id: Id721798224d1e2c28fec87d6d5933b56120d0fb3
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41846b90..ca974b24 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ ivi-build-64:
script:
- ybd/ybd.py systems/ivi-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-ivi-deploy-64:
+
stage: deploy
script:
- ybd/ybd.py clusters/ivi-system-x86_64-deploy.morph x86_64
@@ -41,7 +41,7 @@ gnome-build-64:
script:
- ybd/ybd.py systems/gnome-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-gnome-deploy-64:
+
stage: deploy
script:
- ybd/ybd.py clusters/gnome-system-x86_64-deploy.morph x86_64
@@ -64,7 +64,7 @@ weston-build-64:
script:
- ybd/ybd.py systems/weston-system-x86_64-generic.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-weston-deploy-64:
+
stage: deploy
script:
- ybd/ybd.py clusters/weston-system-x86_64-generic-deploy.morph x86_64
@@ -77,7 +77,7 @@ weston-qt-build-64:
script:
- ybd/ybd.py weston-qt5-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-weston-qt-deploy-64:
+
stage: deploy
script:
- ybd/ybd.py clusters/weston-qt5-system-x86_64-deploy.morph x86_64