[gnome-build-meta/abderrahim/new-cache-34: 2/2] project.conf, .gitlab-ci.yml: Enable packet-specific cache



commit 2a38355d30bc23ff8740d0950679c6bb5a34370c
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Fri Jul 3 14:31:45 2020 +0100

    project.conf,.gitlab-ci.yml: Enable packet-specific cache

 .gitlab-ci.yml | 6 +++++-
 project.conf   | 3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4e26fd2..099a6b29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,11 @@ default:
     projects:
       gnome:
         artifacts:
-          url: https://cache.gitlab.gnome.org:11002
+        - url: https://m1-xlarge-x86.gnome.org:11002
+          client-key: client.key
+          client-cert: client.crt
+          push: true
+        - url: https://cache.gitlab.gnome.org:11002
           client-key: client.key
           client-cert: client.crt
           push: true
diff --git a/project.conf b/project.conf
index 712e0e9c..9ab87476 100644
--- a/project.conf
+++ b/project.conf
@@ -12,7 +12,8 @@ ref-storage: inline
 
 # The uri to download built artifacts from for this project
 artifacts:
-  url: https://cache.gitlab.gnome.org:11001
+- url: https://m1-xlarge-x86.gnome.org:11001
+- url: https://cache.gitlab.gnome.org:11001
 
 fatal-warnings:
 - overlaps


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