[gnome-build-meta/abderrahim/backports] .gitlab-ci.yml: use the packet x86_64 runners



commit 830894bf62553188f851adadf8ec66fab93eb858
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Mon Nov 12 20:49:56 2018 +0100

    .gitlab-ci.yml: use the packet x86_64 runners

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b4a834..64e597c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,6 +129,7 @@ build-flatpak-runtimes-x86_64:
   <<: *flatpak
   tags:
     - x86_64
+    - packet
   variables:
     ARCH: x86_64
     FLATPAK_ARCH: x86_64
@@ -138,6 +139,7 @@ build-flatpak-runtimes-i386:
   <<: *flatpak
   tags:
     - x86_64
+    - packet
   variables:
     ARCH: i686
     FLATPAK_ARCH: i386
@@ -185,6 +187,7 @@ build-gnome-core-x86_64:
   <<: *build
   tags:
     - x86_64
+    - packet
   variables:
     ARCH: x86_64
 
@@ -193,6 +196,7 @@ build-gnome-core-i386:
   <<: *build
   tags:
     - x86_64
+    - packet
   variables:
     ARCH: i686
   allow_failure: true


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