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



commit a2818a76644f18a0e0455338b0f0289769d347a1
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 babe7d59..24f039b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,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 3aa8fa91..a375b347 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]