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:31 UTC

[buildstream] branch willsalmon/overnight-FD-withcache created (now d04d748)

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

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


      at d04d748  WIP: remove schedule to test more easily

This branch includes the following new commits:

     new 29a6c38  WIP: Add cache server
     new d04d748  WIP: remove schedule to test more easily

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 02/02: WIP: remove schedule to test more easily

Posted by no...@apache.org.
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 d04d74888332c5c9ec1753c6785a15d6c8d1ec16
Author: William Salmon <wi...@codethink.co.uk>
AuthorDate: Thu Jul 16 13:58:53 2020 +0100

    WIP: remove schedule to test more easily
---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad00846..d79cf40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -352,8 +352,6 @@ docs:
   artifacts:
     paths:
     - "${HOME}/.cache/buildstream/logs"
-  only:
-  - schedules
 
 overnight-tests:
   <<: *overnight-tests-template


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

Posted by no...@apache.org.
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