summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-05 13:06:44 +0100
committerJavier Jardón <jjardon@gnome.org>2016-09-05 13:06:44 +0100
commit25498ffd6c393d6d3d658b7d3788d09b967ff097 (patch)
treee4406026cdcd9fe593b6ec8350b6ac8be9d8be8e
parent215db7b72647b616e5f1c12c4e29073ca802f468 (diff)
downloaddefinitions-25498ffd6c393d6d3d658b7d3788d09b967ff097.tar.gz
.gitlab-ci.yml: Do not do deploy until ybd gets fixed to work in overlayfs
This is ybd issue https://gitlab.com/baserock/ybd/issues/241 Change-Id: If4a3795d9eb8bfbf53a9af0082fb638b426b59c6
-rw-r--r--.gitlab-ci.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8582a245..37f66fa2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,26 +26,12 @@ 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
- artifacts:
- paths:
- - /ivi-system-x86_64.img
gnome-build-64:
stage: build
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
- artifacts:
- paths:
- - /gnome-system-x86_64.img
minimal-build-64:
stage: build
@@ -62,23 +48,9 @@ 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
- artifacts:
- paths:
- - /weston-system-x86_64-generic.img
weston-qt-build-64:
stage: build
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
- artifacts:
- paths:
- - /weston-qt5-system-x86_64.img