summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-02 20:28:00 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-11 17:36:41 +0900
commit05b36e00bcce891b05373b5af105aadfcabcd61a (patch)
tree069676fc81dbdbc9e77d4eeed0c2c4a8edd193f3
parent340a99b1a0023d8f25d3444835e4ea9a63a388b6 (diff)
downloaddefinitions-05b36e00bcce891b05373b5af105aadfcabcd61a.tar.gz
Update .gitlab-ci.yml for new locations of things.
And remove the build of openstack. Change-Id: I62d028000ce4e446d1722fd486bf192dbc724265
-rw-r--r--.gitlab-ci.yml18
1 files 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