[gnome-build-meta/abderrahim/bst2: 16/17] .gitlab-ci: use new cache server
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/bst2: 16/17] .gitlab-ci: use new cache server
- Date: Fri, 19 Aug 2022 19:35:15 +0000 (UTC)
commit 7b423c163495906ca2b8fac5eae91a737c6a767f
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 ++--
project.conf | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5086068fb..38aae0807 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 77ae02f21..e1ca353d4 100644
--- a/.gitlab-ci/buildstream.conf
+++ b/.gitlab-ci/buildstream.conf
@@ -21,7 +21,7 @@ logging:
# configuration for pushing, client key and cert will be written by CI
artifacts:
servers:
- - url: https://m1-xlarge-x86.gnome.org:11002
+ - url: https://m1-xlarge-x86.gnome.org:11004
push: true
auth:
client-key: client.key
diff --git a/.gitlab-ci/flat-manager.yml b/.gitlab-ci/flat-manager.yml
index dffec8558..c9defdfc8 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
diff --git a/project.conf b/project.conf
index 9e29ee9f1..5d0b128ee 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://m1-xlarge-x86.gnome.org:11001
+- url: https://m1-xlarge-x86.gnome.org:11003
fatal-warnings:
- overlaps
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]