From 7b06ffc975eb84eccd4f74ac32f83c59b29f776e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 20 Oct 2016 23:13:29 +0530 Subject: Only one build Change-Id: Ibeffb60d21f1c1a780a75313690add65720aead8 --- .gitlab-ci.yml | 56 -------------------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26732e96..05048e15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,59 +19,3 @@ build-system-x86_64-chroot-deploy: name: "${CI_BUILD_NAME}-${CI_BUILD_REF}" paths: - build-system-x86_64-chroot.tar - -devel-build-64: - stage: build - script: - - ybd/ybd.py systems/devel-system-x86_64-generic.morph x86_64 - -genivi-baseline-build-64: - stage: build - script: - - ybd/ybd.py systems/genivi-baseline-system-x86_64-generic x86_64 - - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 - -genivi-demo-platform-build-64: - stage: build - script: - - ybd/ybd.py systems/genivi-demo-platform-x86_64-generic.morph x86_64 - - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 - -ivi-build-64: - stage: build - script: - - ybd/ybd.py systems/ivi-system-x86_64.morph x86_64 - - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 - -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 - -minimal-build-64: - stage: build - script: - - ybd/ybd.py systems/minimal-system-x86_64-generic.morph x86_64 - -openstack-build-64: - stage: build - script: - - ybd/ybd.py systems/openstack-system-x86_64.morph x86_64 - -trove-build-64: - stage: build - script: - - ybd/ybd.py systems/trove-system-x86_64.morph x86_64 - -weston-build-64: - stage: build - script: - - ybd/ybd.py systems/weston-system-x86_64-generic.morph x86_64 - - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 - -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 -- cgit v1.2.1