From bfbbc29e4e7c3ca3c41b76370bda183b1363ce86 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 2 Nov 2016 20:28:00 +0900 Subject: Update .gitlab-ci.yml for new locations of things. And remove the build of openstack. Change-Id: I62d028000ce4e446d1722fd486bf192dbc724265 --- .gitlab-ci.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d762e84a..5f2184df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ genivi-demo-platform-build-64: ivi-build-64: stage: build script: - - ybd/ybd.py systems/ivi-system-x86_64.morph x86_64 + - ybd/ybd.py ivi/systems/ivi-system-x86_64.morph x86_64 - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 only: - master @@ -76,7 +76,7 @@ ivi-build-64: gnome-build-64: stage: build script: - - ybd/ybd.py systems/gnome-system-x86_64.morph x86_64 + - ybd/ybd.py gnome/systems/gnome-system-x86_64.morph x86_64 - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 only: - master @@ -90,18 +90,10 @@ minimal-build-64: - master - /^staging\/.*$/ -openstack-build-64: - stage: build - script: - - ybd/ybd.py systems/openstack-system-x86_64.morph x86_64 - only: - - master - - /^staging\/.*$/ - trove-build-64: stage: build script: - - ybd/ybd.py systems/trove-system-x86_64.morph x86_64 + - ybd/ybd.py trove/systems/trove-system-x86_64.morph x86_64 only: - master - /^staging\/.*$/ @@ -109,7 +101,7 @@ trove-build-64: weston-build-64: stage: build script: - - ybd/ybd.py systems/weston-system-x86_64-generic.morph x86_64 + - ybd/ybd.py weston/systems/weston-system-x86_64-generic.morph x86_64 - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 only: - master @@ -118,7 +110,7 @@ weston-build-64: weston-qt-build-64: stage: build script: - - ybd/ybd.py systems/weston-qt5-system-x86_64.morph x86_64 + - ybd/ybd.py weston/systems/weston-qt5-system-x86_64.morph x86_64 - ybd/ybd.py systems/initramfs-x86_64.morph x86_64 only: - master -- cgit v1.2.1