This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch willsalmon/overnight-FD-withcache in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 29a6c38c4503d30ae1632d4042022be19b4f6da6 Author: William Salmon <[email protected]> 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
