summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-07-16 22:41:42 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-16 22:42:38 +0100
commit35ad64c91822958aed2f2e170e14fd3d6e446ca3 (patch)
tree8b97fcb28cf5f33bc4da6bd5ef5fdb445fccf7d6
parent94039f2e0e9b04f10f0431f0524f31b06d03e595 (diff)
downloaddefinitions-35ad64c91822958aed2f2e170e14fd3d6e446ca3.tar.gz
ONly build gnome
-rw-r--r--.gitlab-ci.yml87
1 files changed, 0 insertions, 87 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b1a0850..c2a3119e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,95 +19,8 @@ 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
-
-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
-
-#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
-
-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
-
-genivi-demo-platform-build-64:
- stage: build-3
- script:
- - ybd/ybd.py genivi/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-3
- script:
- - ybd/ybd.py ivi/systems/ivi-system-x86_64.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-
gnome-build-64:
stage: build-3
script:
- ybd/ybd.py gnome/systems/gnome-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
-
-minimal-build-64:
- stage: build-1
- script:
- - ybd/ybd.py systems/minimal-system-x86_64-chroot.morph x86_64
-
-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
-
-trove-build-64:
- stage: build-2
- script:
- - ybd/ybd.py trove/systems/trove-system-x86_64.morph x86_64
-
-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
-
-weston-qt-build-64:
- stage: build-3
- script:
- - ybd/ybd.py weston/systems/weston-qt5-system-x86_64.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64