[gnome-build-meta/jjardon/mirrors: 2/2] .gitlab-ci.yml: Select to use GNOME runners first




commit 397553e3b3ac5f30ddf38d001c07f16a51e6a04d
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Nov 15 01:59:36 2021 +0000

    .gitlab-ci.yml: Select to use GNOME runners first

 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7921bad3..2f1674c94 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,15 @@ default:
   - echo "$GITLAB_CAS_PUSH_CERT" > client.crt
   - echo "$GITLAB_CAS_PUSH_KEY" > client.key
 
+  # Configure buildstream to use GNOME mirrors by default
+  - mkdir -p ~/.config
+  - |
+    {
+      echo "projects:"
+      echo "  gnome:"
+      echo "    default-mirror: gnome"
+    } >> ~/.config/buildstream.conf
+
 #
 # Templates shared by multiple jobs
 #


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