summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-05 17:27:24 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-05 17:27:24 +0000
commitce20b6155d111c1200cc21a0adc3e733c061b758 (patch)
treed2db2a03794008d10da0790114d9f0f3d599c5e1
parentc816fccc97f5d0ae270f243f2b0d702b1c6d32cf (diff)
downloaddefinitions-ce20b6155d111c1200cc21a0adc3e733c061b758.tar.gz
TEMPORARY: Fix CI (I hope)
-rw-r--r--.gitlab-ci.yml93
1 files changed, 0 insertions, 93 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b8099ea..f04d5f37 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,60 +15,6 @@ before_script:
- cd ybd && ./install_dependencies.sh && cd ..
- pip install -r spec/requirements.txt
-validate-all-definitions:
- stage: validate
- script:
- - python spec/quick_check.py .
-
-build-system-x86_64-chroot-build:
- stage: build-1
- script:
- - ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-build-system-x86_64-chroot-deploy:
- stage: deploy-1
- dependencies:
- - build-system-x86_64-chroot-build
- 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
- only:
- - master
- - /^staging\/.*$/
-
-#build-system-armv7lhf-rootfs-build:
-# stage: build-1
-# script:
-# - sudo ybd/ybd.py systems/build-system-armv7lhf-rootfs.morph armv7lhf
-# tags:
-# - armv7l
-# only:
-# - master
-# - /^staging\/.*$/
-
-devel-build-64:
- stage: build-2
- script:
- - ybd/ybd.py systems/devel-system-x86_64-generic.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-genivi-baseline-build-64:
- stage: build-2
- script:
- - ybd/ybd.py genivi/systems/genivi-baseline-system-x86_64-generic.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
genivi-demo-platform-build-64:
stage: build-3
script:
@@ -96,45 +42,6 @@ gnome-build-64:
- master
- /^staging\/.*$/
-minimal-build-64:
- stage: build-1
- script:
- - ybd/ybd.py systems/minimal-system-x86_64-chroot.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-minimal-system-x86_64-chroot-deploy:
- stage: deploy-1
- dependencies:
- - minimal-build-64
- script:
- - ybd/ybd.py clusters/minimal-system-x86_64-chroot-deploy.morph x86_64
- artifacts:
- name: "${CI_BUILD_NAME}-${CI_BUILD_REF}"
- paths:
- - minimal-system-x86_64-chroot.tar
- only:
- - master
- - /^staging\/.*$/
-
-trove-build-64:
- stage: build-2
- script:
- - ybd/ybd.py trove/systems/trove-system-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
-
-weston-build-64:
- stage: build-2
- script:
- - 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
- - /^staging\/.*$/
-
weston-qt-build-64:
stage: build-3
script: