summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-02 20:28:00 +0900
committerJavier Jardón <jjardon@gnome.org>2016-11-08 13:40:53 +0000
commitbfbbc29e4e7c3ca3c41b76370bda183b1363ce86 (patch)
tree97e11728bdf05c5e541e5ead49f937fbd6a94871
parent8b447eb3f1af752eb2e62021238a5841e5a865f8 (diff)
downloaddefinitions-staging/jjardon/module-splitting.tar.gz
Update .gitlab-ci.yml for new locations of things.staging/jjardon/module-splitting
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