summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-07-27 13:33:31 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-07-27 13:33:31 +0000
commitfecf3534d887e52b5bf5bbc5ef6861a54d858d12 (patch)
tree2c8a6c3d33964f41eee6acdfa536120e3d9cca8c
parentb6e4207df882fe580b767e7a8c56e3c0ab5e559e (diff)
parentd03c1446c1df6cf0a856600f0d8e946ce96a43c2 (diff)
downloadbuildstream-fecf3534d887e52b5bf5bbc5ef6861a54d858d12.tar.gz
Merge branch 'willsalmon/overnightcache' into 'master'
Add a remote cache to overnight builds Closes #897 See merge request BuildStream/buildstream!2004
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ba05f566..02c7f6155 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -345,6 +345,20 @@ docs:
overnight-tests:
<<: *overnight-tests-template
script:
+ - |
+ cat > ~/.config/buildstream.conf << EOF
+ # Get a lot of output in case of errors
+ logging:
+ error-lines: 80
+ #
+ # Artifacts
+ #
+ artifacts:
+ - url: https://cache-test.buildstream.build:11002
+ client-cert: $OVERNIGHT_CACHE_PUSH_CERT
+ client-key: $OVERNIGHT_CACHE_PUSH_KEY
+ push: true
+ EOF
- make -C freedesktop-sdk
tags:
- overnight-tests