summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2016-10-13 12:39:03 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2016-10-13 12:39:03 +0100
commitb167b4b3abdb113b2fddbe3848b52161c0efb8a2 (patch)
tree5d460fc87dc4fdaeaac6742745c42713ab41c7b5
parentfef20d93617a613be72930ebce77d6d2005b3163 (diff)
downloaddefinitions-b167b4b3abdb113b2fddbe3848b52161c0efb8a2.tar.gz
test
-rw-r--r--.gitlab-ci.yml63
1 files changed, 4 insertions, 59 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e637a1cb..676e6378 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,62 +7,7 @@ build-system-x86_64-chroot-build:
stage: build
script:
- ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64
-build-system-x86_64-chroot-deploy:
- stage: deploy
- script:
- - ybd/ybd.py clusters/build-system-x86_64-chroot-deploy.morph x86_64
- artifacts:
- 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
-
-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
+ only:
+ - /^james\/.*$/
+ tags:
+ - mitzy-docker