This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
from 443d3ba Merge pull request #1444 from
apache/tristan/remote-execution-testing
add b51aa86 .github: Refactor how we run the remote execution test
add 835c4b4 .github: Revived remote cache testing
new 7e52067 Merge pull request #1445 from
apache/tristan/remote-cache-testing
The 1 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.
Summary of changes:
.github/compose/buildbarn-config/asset.jsonnet | 32 +++++++++++++
.github/compose/buildbarn-config/storage.jsonnet | 26 ++++++++++
.github/compose/ci.buildbarn-remote-cache.yml | 55 ++++++++++++++++++++++
.github/compose/ci.buildstream-remote-cache.yml | 36 ++++++++++++++
.github/compose/ci.docker-compose.yml | 39 +++++++++++++++
.github/compose/ci.remote-execution-test.yml | 36 --------------
...ecution-cluster.yml => ci.remote-execution.yml} | 4 +-
.github/workflows/ci.yml | 25 +++++++---
8 files changed, 209 insertions(+), 44 deletions(-)
create mode 100644 .github/compose/buildbarn-config/asset.jsonnet
create mode 100644 .github/compose/buildbarn-config/storage.jsonnet
create mode 100644 .github/compose/ci.buildbarn-remote-cache.yml
create mode 100644 .github/compose/ci.buildstream-remote-cache.yml
delete mode 100644 .github/compose/ci.remote-execution-test.yml
rename .github/compose/{ci.remote-execution-cluster.yml =>
ci.remote-execution.yml} (94%)