[gnome-build-meta/abderrahim/backports: 2/2] .gitlab-ci.yml: Always use runners with "gnome-build-meta" tag



commit f40a632c356fb2d001268b057691fa6316e453e6
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
    
    (cherry picked from commit e6d7fb8e113f0feb7b434e53282b5f96dfa6e55a)

 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ad45a0..a7736f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,6 +129,7 @@ build-flatpak-runtimes-x86_64:
   <<: *flatpak
   tags:
     - x86_64
+    - gnome-build-meta
   variables:
     ARCH: x86_64
     FLATPAK_ARCH: x86_64
@@ -138,6 +139,7 @@ build-flatpak-runtimes-i386:
   <<: *flatpak
   tags:
     - x86_64
+    - gnome-build-meta
   variables:
     ARCH: i686
     FLATPAK_ARCH: i386
@@ -147,6 +149,7 @@ build-flatpak-runtimes-aarch64:
   <<: *flatpak
   tags:
     - aarch64
+    - gnome-build-meta
   variables:
     ARCH: aarch64
     FLATPAK_ARCH: aarch64
@@ -156,6 +159,7 @@ build-flatpak-runtimes-arm:
   <<: *flatpak
   tags:
     - armhf
+    - gnome-build-meta
   variables:
     ARCH: arm
     FLATPAK_ARCH: arm
@@ -185,6 +189,7 @@ build-gnome-core-x86_64:
   <<: *build
   tags:
     - x86_64
+    - gnome-build-meta
   variables:
     ARCH: x86_64
 
@@ -193,6 +198,7 @@ build-gnome-core-i386:
   <<: *build
   tags:
     - x86_64
+    - gnome-build-meta
   variables:
     ARCH: i686
   allow_failure: true
@@ -202,6 +208,7 @@ build-gnome-core-aarch64:
   <<: *build
   tags:
     - aarch64
+    - gnome-build-meta
   variables:
     ARCH: aarch64
   allow_failure: true
@@ -211,6 +218,7 @@ build-gnome-core-arm:
   <<: *build
   tags:
     - armhf
+    - gnome-build-meta
   variables:
     ARCH: arm
   allow_failure: true


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]