[gnome-build-meta/barthalion/local-cache: 2/2] project.conf .gitlab-ci.yml: switch to Packet cache



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

    project.conf .gitlab-ci.yml: switch to Packet cache
    
    Enable "local" cache deployed on one of Packet.net hosts. CAS server
    deployed on Ceph storage shows some infrastructure issues we are trying
    to sort out.

 .gitlab-ci.yml | 2 +-
 project.conf   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 983fac0c..a9ece8f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,7 @@ 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
diff --git a/project.conf b/project.conf
index a0092368..e0cf6ab4 100644
--- a/project.conf
+++ b/project.conf
@@ -12,7 +12,7 @@ ref-storage: project.refs
 
 # The uri to download built artifacts from for this project
 artifacts:
-  url: https://bst-cas-pull.openshift.gnome.org
+  url: https://m1-xlarge-x86.gnome.org:11001
 
 fatal-warnings:
 - overlaps


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