summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 17:23:07 +0000
committerJavier Jardón <jjardon@gnome.org>2017-11-26 17:23:07 +0000
commit96ebe2a37a03ff0816a857b1dfcc17a3b9487455 (patch)
tree25d69d9cb20dfb10359535aba29927eac813ec32
parent8bafe9611774afe2d8e638627ca507c1040eead8 (diff)
downloaddefinitions-96ebe2a37a03ff0816a857b1dfcc17a3b9487455.tar.gz
.gitlab-ci.yml: Remove some systems from the ci
- devel systems: not really used - weston-qt systems: this is already tested with the ivi system
-rw-r--r--.gitlab-ci.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 463e2787..c5c7d95b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -135,14 +135,6 @@ ybd-build-system-x86_64-chroot-deploy:
# - master
# - /^staging\/.*$/
-ybd-devel-build-64:
- stage: build-2
- dependencies: []
- <<: *ybd_before_script
- script:
- - ybd/ybd.py systems/devel-system-x86_64-generic.morph x86_64
- <<: *ybd_cache
-
ybd-genivi-baseline-build-64:
stage: build-2
dependencies: []
@@ -222,15 +214,6 @@ ybd-weston-build-64:
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
<<: *ybd_cache
-ybd-weston-qt-build-64:
- stage: build-2
- dependencies: []
- <<: *ybd_before_script
- script:
- - ybd/ybd.py weston/systems/weston-qt5-system-x86_64.morph x86_64
- - ybd/ybd.py systems/initramfs-x86_64.morph x86_64
- <<: *ybd_cache
-
##########################################
# BuildStream conversions and tests #
@@ -277,15 +260,6 @@ bst-build-base-system:
- scripts/bst-build-or-show systems/base-system-content.bst
<<: *bst_cache
-bst-build-devel-system:
- stage: build-2
- dependencies:
- - bst-convert
- <<: *bst_before_script
- script:
- - scripts/bst-build-or-show systems/devel-system-content.bst
- <<: *bst_cache
-
bst-build-genivi-demo-platform-system:
stage: build-2
dependencies:
@@ -349,15 +323,6 @@ bst-build-weston-system:
- scripts/bst-build-or-show systems/weston-system-content.bst
<<: *bst_cache
-bst-build-weston-qt5-system:
- stage: build-2
- dependencies:
- - bst-convert
- <<: *bst_before_script
- script:
- - scripts/bst-build-or-show systems/weston-qt5-system-content.bst
- <<: *bst_cache
-
# Test cross building a toolchain and sysroot for each supported non-x86_64
# architecture.
bst-build-sysroot-armv8b64: