summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2016-10-10 14:52:15 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2016-10-10 14:52:15 +0100
commitb84e6966d1b8be5e32a9655ed057f71fea2f0909 (patch)
tree517836a74265576c937122a28540493a82e4046f
parenta5069db2d9c606c4c6552fce644f15a723a390c1 (diff)
downloaddefinitions-b84e6966d1b8be5e32a9655ed057f71fea2f0909.tar.gz
Only test 32-bit
-rw-r--r--.gitlab-ci.yml64
1 files changed, 0 insertions, 64 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15fbe1b9..7b68baae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,42 +4,6 @@ before_script:
- apt-get update -qq && apt-get install -y -qq python-dev python-pip gawk
- pip install fs pyyaml sandboxlib requests jsonschema
-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
-
ivi-build-32:
stage: build
script:
@@ -47,31 +11,3 @@ ivi-build-32:
- linux32 ybd/ybd.py systems/initramfs-x86_32.morph x86_32
only:
- /^james\/.*$/
-
-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