[gnome-build-meta/barthalion/local-cache] .gitlab-ci.yml: enable Packet-specific cache



commit 269471daa540ae96365ad5fbe72edd309152da88
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Jul 2 14:03:53 2020 +0200

    .gitlab-ci.yml: enable Packet-specific cache
    
    Enable "local" cache deployed on one of Packet.net hosts. It should
    improve build times and reduce load on GNOME's Ceph cluster which
    hosts public artifact server.

 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 983fac0c..171eb54e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,11 @@ default:
     projects:
       gnome:
         artifacts:
-          url: https://bst-cas-pullpush.openshift.gnome.org
+        - url: https://m1-xlarge-x86.gnome.org:11002
+          client-key: client.key
+          client-cert: client.crt
+          push: true
+        - url: https://bst-cas-pullpush.openshift.gnome.org
           client-key: client.key
           client-cert: client.crt
           push: true


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