From 8bafe9611774afe2d8e638627ca507c1040eead8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 15 Nov 2017 07:12:51 +0000 Subject: .gitlab-ci.yml: Remove build-3 stage to save time --- .gitlab-ci.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ef4ad11..463e2787 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,6 @@ stages: - build-1 - deploy-1 - build-2 - - build-3 ybd-validate-all-definitions: stage: preprocess @@ -154,7 +153,7 @@ ybd-genivi-baseline-build-64: <<: *ybd_cache ybd-genivi-demo-platform-build-64: - stage: build-3 + stage: build-2 dependencies: [] <<: *ybd_before_script script: @@ -163,7 +162,7 @@ ybd-genivi-demo-platform-build-64: <<: *ybd_cache ybd-ivi-build-64: - stage: build-3 + stage: build-2 dependencies: [] <<: *ybd_before_script script: @@ -172,7 +171,7 @@ ybd-ivi-build-64: <<: *ybd_cache ybd-gnome-build-64: - stage: build-3 + stage: build-2 dependencies: [] <<: *ybd_before_script script: @@ -224,7 +223,7 @@ ybd-weston-build-64: <<: *ybd_cache ybd-weston-qt-build-64: - stage: build-3 + stage: build-2 dependencies: [] <<: *ybd_before_script script: @@ -362,7 +361,7 @@ bst-build-weston-qt5-system: # Test cross building a toolchain and sysroot for each supported non-x86_64 # architecture. bst-build-sysroot-armv8b64: - stage: build-3 + stage: build-2 dependencies: - bst-convert <<: *bst_before_script @@ -371,7 +370,7 @@ bst-build-sysroot-armv8b64: <<: *bst_cache bst-build-sysroot-armv8l64: - stage: build-3 + stage: build-2 dependencies: - bst-convert <<: *bst_before_script @@ -380,7 +379,7 @@ bst-build-sysroot-armv8l64: <<: *bst_cache bst-build-sysroot-ppc64b: - stage: build-3 + stage: build-2 dependencies: - bst-convert <<: *bst_before_script @@ -389,7 +388,7 @@ bst-build-sysroot-ppc64b: <<: *bst_cache bst-build-sysroot-ppc64l: - stage: build-3 + stage: build-2 dependencies: - bst-convert <<: *bst_before_script -- cgit v1.2.1