[gnome-build-meta/abderrahim/new-cache-41: 4/4] .gitlab-ci: use new cache server




commit acaeca05968c7f4dbb6d0fae6cb388042a654051
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Mon Aug 8 22:10:00 2022 +0100

    .gitlab-ci: use new cache server

 .gitlab-ci.yml              | 4 ++--
 .gitlab-ci/buildstream.conf | 2 +-
 .gitlab-ci/flat-manager.yml | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a70e1321..4e15dce45 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,8 +30,8 @@ default:
   - mkdir -p logs
 
   # Setup certificate for pushing to the cache
-  - echo "$GITLAB_CAS_PUSH_CERT" > client.crt
-  - echo "$GITLAB_CAS_PUSH_KEY" > client.key
+  - echo "$CASD_CLIENT_CERT" > client.crt
+  - echo "$CASD_CLIENT_KEY" > client.key
 
 #
 # Templates shared by multiple jobs
diff --git a/.gitlab-ci/buildstream.conf b/.gitlab-ci/buildstream.conf
index 5125a9142..2fa94e77e 100644
--- a/.gitlab-ci/buildstream.conf
+++ b/.gitlab-ci/buildstream.conf
@@ -22,7 +22,7 @@ logging:
 projects:
   gnome:
     artifacts:
-    - url: https://m1-xlarge-x86.gnome.org:11002
+    - url: https://m1-xlarge-x86.gnome.org:11003
       client-key: client.key
       client-cert: client.crt
       push: true
diff --git a/.gitlab-ci/flat-manager.yml b/.gitlab-ci/flat-manager.yml
index 28bccfb3d..28dad6470 100644
--- a/.gitlab-ci/flat-manager.yml
+++ b/.gitlab-ci/flat-manager.yml
@@ -13,8 +13,8 @@ default:
   - mkdir -p logs
 
   # Setup certificate for pushing to the cache
-  - echo "$GITLAB_CAS_PUSH_CERT" > client.crt
-  - echo "$GITLAB_CAS_PUSH_KEY" > client.key
+  - echo "$CASD_CLIENT_CERT" > client.crt
+  - echo "$CASD_CLIENT_KEY" > client.key
 
 .flatmgr-template:
   stage: deploy


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