summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 18:04:06 +0000
committerJavier Jardón <jjardon@gnome.org>2017-11-27 00:42:19 +0000
commit8a2bdaaca876b909f3480c44ef05289dcb16afa4 (patch)
tree7a35391000ca0ae6cbc0d68b959342df6dc5b9b0
parentb543dc5b7a99e162d18b8ca7ecc5ac78ffcb5be5 (diff)
downloaddefinitions-jjardon/ci_remove_systems.tar.gz
.gitlab-ci.tml: Remove weston-qt system from CIjjardon/ci_remove_systems
The component on it are already build in the IVI system
-rw-r--r--.gitlab-ci.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a479ba19..fc056536 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -196,24 +196,6 @@ ybd-trove-build-64:
- ybd/ybd.py trove/systems/trove-system-x86_64.morph x86_64
<<: *ybd_cache
-ybd-weston-build-64:
- stage: build-2
- dependencies: []
- <<: *ybd_before_script
- script:
- - ybd/ybd.py weston/systems/weston-system-x86_64-generic.morph x86_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 #
@@ -314,24 +296,6 @@ bst-build-trove-system:
- scripts/bst-build-or-show systems/trove-system-content.bst
<<: *bst_cache
-bst-build-weston-system:
- stage: build-2
- dependencies:
- - bst-convert
- <<: *bst_before_script
- script:
- - 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: