[gnome-build-meta/alatiera/push-master: 10/11] .gitlab-ci.yml: run flatpak builds in parallel (but before building core)
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/push-master: 10/11] .gitlab-ci.yml: run flatpak builds in parallel (but before building core)
- Date: Thu, 20 Sep 2018 00:28:36 +0000 (UTC)
commit cbf71f747e54e1c8cdf6081de2ce5d713e22f2a3
Author: Abderrahim Kitouni <a kitouni gmail com>
Date: Tue Sep 18 14:37:15 2018 +0100
.gitlab-ci.yml: run flatpak builds in parallel (but before building core)
.gitlab-ci.yml | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 848915c..1f317d2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,10 +11,7 @@ variables:
FLATPAK_SERVER_ADDRESS: 'gbm.gnome.org'
stages:
- - flatpak_x86_64
- - flatpak_i386
- - flatpak_arm
- - flatpak_aarch64
+ - flatpak
- build
@@ -93,6 +90,7 @@ before_script:
fi
.flatpak-template: &flatpak
+ stage: flatpak
script:
- ${BST} -o arch "${ARCH}" build flatpak-runtimes.bst
@@ -133,7 +131,6 @@ before_script:
build-flatpak-runtimes-x86_64:
image: buildstream/buildstream-fedora:master-113-499df6a5
<<: *flatpak
- stage: flatpak_x86_64
tags:
- do
- progress
@@ -143,7 +140,6 @@ build-flatpak-runtimes-x86_64:
build-flatpak-runtimes-i386:
image: buildstream/buildstream-fedora:master-113-499df6a5
<<: *flatpak
- stage: flatpak_i386
tags:
- do
variables:
@@ -152,7 +148,6 @@ build-flatpak-runtimes-i386:
build-flatpak-runtimes-aarch64:
image: buildstream/buildstream-fedora:aarch64-master-113-499df6a5
<<: *flatpak
- stage: flatpak_aarch64
tags:
- aarch64
variables:
@@ -161,7 +156,6 @@ build-flatpak-runtimes-aarch64:
build-flatpak-runtimes-arm:
image: buildstream/buildstream-fedora:aarch64-master-113-499df6a5
<<: *flatpak
- stage: flatpak_arm
tags:
- armhf
variables:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]