[gnome-build-meta/jjardon/always_use_big_runners] .gitlab-ci.yml: Always use runners with "gnome-build-meta" tag



commit 1568077f8c6fc3d891f94fcb210829f4bbff90ec
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 | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9cb924d..2be3740 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -166,7 +166,7 @@ build-gnome-core-x86_64:
   image: buildstream/buildstream-fedora:master-123-abef70fe
   <<: *build
   tags:
-    - packet
+    - gnome-build-meta
   variables:
     ARCH: x86_64
 
@@ -174,7 +174,7 @@ build-gnome-core-i386:
   image: buildstream/buildstream-fedora:master-123-abef70fe
   <<: *build
   tags:
-    - packet
+    - gnome-build-meta
   variables:
     ARCH: i686
   allow_failure: true
@@ -184,6 +184,7 @@ build-gnome-core-aarch64:
   <<: *build
   tags:
     - aarch64
+    - gnome-build-meta
   variables:
     ARCH: aarch64
   allow_failure: true
@@ -193,6 +194,7 @@ build-gnome-core-arm:
   <<: *build
   tags:
     - armhf
+    - gnome-build-meta
   variables:
     ARCH: arm
   allow_failure: true
@@ -201,7 +203,7 @@ flatpak-x86_64:
   image: buildstream/buildstream-fedora:master-123-abef70fe
   <<: *flatpak
   tags:
-    - packet
+    - gnome-build-meta
   variables:
     ARCH: x86_64
     FLATPAK_ARCH: x86_64
@@ -210,7 +212,7 @@ flatpak-i386:
   image: buildstream/buildstream-fedora:master-123-abef70fe
   <<: *flatpak
   tags:
-    - packet
+    - gnome-build-meta
   variables:
     ARCH: i686
     FLATPAK_ARCH: i386
@@ -220,6 +222,7 @@ flatpak-aarch64:
   <<: *flatpak
   tags:
     - aarch64
+    - gnome-build-meta
   variables:
     ARCH: aarch64
     FLATPAK_ARCH: aarch64
@@ -229,6 +232,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]