summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJosh Smith <josh.smith@codethink.co.uk>2020-08-26 12:58:32 +0100
committerQinusty <qinusty@gmail.com>2020-08-26 13:27:44 +0000
commit498e05177a63b6f665b85535c43b9488a4caa224 (patch)
tree20c4fae9b0eeded0f650303f7b22f747d91cc8cd /.gitlab-ci.yml
parentf3b8451cd95c9441e2a52661b94f48dbbccf8181 (diff)
downloadbuildstream-498e05177a63b6f665b85535c43b9488a4caa224.tar.gz
Update overnight test cache endpoint
This new endpoint targets a buildbarn deployment with bb-storage alongside bb-asset-hub for index storage.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18103040b..537114a25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -368,7 +368,7 @@ overnight-tests:
# Artifacts
#
artifacts:
- - url: https://cache-test.buildstream.build:11002
+ - url: https://bb-cache.buildstream.build:11002
client-cert: $OVERNIGHT_CACHE_PUSH_CERT
client-key: $OVERNIGHT_CACHE_PUSH_KEY
push: true