You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:33:32 UTC

[buildstream] 01/02: WIP: Add cache server

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch willsalmon/overnight-FD-withcache
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 29a6c38c4503d30ae1632d4042022be19b4f6da6
Author: William Salmon <wi...@codethink.co.uk>
AuthorDate: Thu Jul 16 13:55:57 2020 +0100

    WIP: Add cache server
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 575c234..ad00846 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -361,6 +361,8 @@ overnight-tests:
   - make -C freedesktop-sdk
   tags:
   - overnight-tests
+  variables:
+    ARTIFACT_CACHE_SERVICE: http://cache.aws.celduin.co.uk
 
 overnight-tests-no-cache:
   <<: *overnight-tests-template