This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/refactor-remote-config
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
omit 00f91bc NEWS: Document breaking change, removed support for
deprecated RE config
omit 2979f7b _remotespec.py: Moving RemoteSpec and RemoteExecutionSpec to
its own file
omit aed4108 element.py: Remove local __remote_execution_specs instance
variable
omit fbe432f node.pyi: Adding some missing type annotations
add ed48d1b .github/common.env: Defining TOXENV candidates here
add 517e7b3 .github/compose/ci.docker-compose.yml: Minor refactoring here
add e087c8a .github: Added remote execution CI
add 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
add 7e52067 Merge pull request #1445 from
apache/tristan/remote-cache-testing
add 4c48065 node.pyi: Adding some missing type annotations
add 38cfe01 element.py: Remove local __remote_execution_specs instance
variable
add b093b6f _remotespec.py: Moving RemoteSpec and RemoteExecutionSpec to
its own file
add 6d35f20 NEWS: Document breaking change, removed support for
deprecated RE config
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (00f91bc)
\
N -- N -- N refs/heads/tristan/refactor-remote-config (6d35f20)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/common.env | 3 ++
.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 | 55 +++++++++++++++++--
.github/compose/ci.remote-execution.yml | 67 ++++++++++++++++++++++++
.github/workflows/ci.yml | 50 ++++++++++++++++++
8 files changed, 319 insertions(+), 5 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
create mode 100644 .github/compose/ci.remote-execution.yml