summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-07-05 19:01:00 +0100
committerPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-06 23:25:42 +0000
commitbf05427fecd0318dea7ff639c9b5c3a669a66380 (patch)
tree5aeff24837b2f8e57931a4247e7a885f2435dc83
parent4d7ae15b93d09da833e79c9ca9a89f84db2a7ea0 (diff)
downloaddefinitions-jjardon/always_run_CI.tar.gz
.gitlab-ci.yml: Always run the full CI to avoid confusion when accepting MRjjardon/always_run_CI
-rw-r--r--.gitlab-ci.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec03f114..3b1a0850 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,9 +28,6 @@ build-system-x86_64-chroot-build:
stage: build-1
script:
- ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64
- only:
- - master
- - /^staging\/.*$/
build-system-x86_64-chroot-deploy:
stage: deploy-1
@@ -42,9 +39,6 @@ build-system-x86_64-chroot-deploy:
name: "${CI_BUILD_NAME}-${CI_BUILD_REF}"
paths:
- build-system-x86_64-chroot.tar
- only:
- - master
- - /^staging\/.*$/
#build-system-armv7lhf-rootfs-build:
# stage: build-1
@@ -60,53 +54,35 @@ devel-build-64:
stage: build-2
script:
- ybd/ybd.py systems/devel-system-x86_64-generic.morph x86_64
- only:
- - master
- - /^staging\/.*$/
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
- only:
- - master
- - /^staging\/.*$/
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
- only:
- - master
- - /^staging\/.*$/
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
- only:
- - master
- - /^staging\/.*$/
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
- only:
- - master
- - /^staging\/.*$/
minimal-build-64:
stage: build-1
script:
- ybd/ybd.py systems/minimal-system-x86_64-chroot.morph x86_64
- only:
- - master
- - /^staging\/.*$/
minimal-system-x86_64-chroot-deploy:
stage: deploy-1
@@ -118,32 +94,20 @@ minimal-system-x86_64-chroot-deploy:
name: "${CI_BUILD_NAME}-${CI_BUILD_REF}"
paths:
- minimal-system-x86_64-chroot.tar
- only:
- - master
- - /^staging\/.*$/
trove-build-64:
stage: build-2
script:
- ybd/ybd.py trove/systems/trove-system-x86_64.morph x86_64
- only:
- - master
- - /^staging\/.*$/
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
- only:
- - master
- - /^staging\/.*$/
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
- only:
- - master
- - /^staging\/.*$/