From 7369c486071921b53a1b03b91d6f79aacd5e5f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 6 Sep 2016 17:03:18 +0100 Subject: Revert ".gitlab-ci.yml: Do not do deploy until ybd gets fixed to work in overlayfs" This reverts commit 25498ffd6c393d6d3d658b7d3788d09b967ff097. --- .gitlab-ci.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37f66fa2..8582a245 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,12 +26,26 @@ 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 @@ -48,9 +62,23 @@ 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 -- cgit v1.2.1