From 498e05177a63b6f665b85535c43b9488a4caa224 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Wed, 26 Aug 2020 12:58:32 +0100 Subject: Update overnight test cache endpoint This new endpoint targets a buildbarn deployment with bb-storage alongside bb-asset-hub for index storage. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1