[gnome-build-meta/jjardon/always_use_big_runners: 14/14] .gitlab-ci.yml: Always use runners with "gnome-build-meta" tag
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/jjardon/always_use_big_runners: 14/14] .gitlab-ci.yml: Always use runners with "gnome-build-meta" tag
- Date: Thu, 6 Dec 2018 22:30:36 +0000 (UTC)
commit e6d7fb8e113f0feb7b434e53282b5f96dfa6e55a
Author: Javier Jardón <jjardon gnome org>
Date: Wed Dec 5 17:04:06 2018 +0000
.gitlab-ci.yml: Always use runners with "gnome-build-meta" tag
As we know they are big enough to handle this repo requirements
Fixes https://gitlab.gnome.org/Infrastructure/GitLab/issues/352
.gitlab-ci.yml | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9cb924d..42820c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -166,7 +166,8 @@ build-gnome-core-x86_64:
image: buildstream/buildstream-fedora:master-123-abef70fe
<<: *build
tags:
- - packet
+ - x86_64
+ - gnome-build-meta
variables:
ARCH: x86_64
@@ -174,7 +175,8 @@ build-gnome-core-i386:
image: buildstream/buildstream-fedora:master-123-abef70fe
<<: *build
tags:
- - packet
+ - x86_64
+ - gnome-build-meta
variables:
ARCH: i686
allow_failure: true
@@ -184,6 +186,7 @@ build-gnome-core-aarch64:
<<: *build
tags:
- aarch64
+ - gnome-build-meta
variables:
ARCH: aarch64
allow_failure: true
@@ -193,6 +196,7 @@ build-gnome-core-arm:
<<: *build
tags:
- armhf
+ - gnome-build-meta
variables:
ARCH: arm
allow_failure: true
@@ -201,7 +205,8 @@ flatpak-x86_64:
image: buildstream/buildstream-fedora:master-123-abef70fe
<<: *flatpak
tags:
- - packet
+ - x86_64
+ - gnome-build-meta
variables:
ARCH: x86_64
FLATPAK_ARCH: x86_64
@@ -210,7 +215,8 @@ flatpak-i386:
image: buildstream/buildstream-fedora:master-123-abef70fe
<<: *flatpak
tags:
- - packet
+ - x86_64
+ - gnome-build-meta
variables:
ARCH: i686
FLATPAK_ARCH: i386
@@ -220,6 +226,7 @@ flatpak-aarch64:
<<: *flatpak
tags:
- aarch64
+ - gnome-build-meta
variables:
ARCH: aarch64
FLATPAK_ARCH: aarch64
@@ -229,6 +236,7 @@ flatpak-arm:
<<: *flatpak
tags:
- armhf
+ - gnome-build-meta
variables:
ARCH: arm
FLATPAK_ARCH: arm
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]