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

tvb pushed a change to branch tristan/change-remote-config
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 6fde838  Remote execution can only be configured in user configuration
 discard 00f91bc  NEWS: Document breaking change, removed support for 
deprecated RE config
 discard 2979f7b  _remotespec.py: Moving RemoteSpec and RemoteExecutionSpec to 
its own file
 discard aed4108  element.py: Remove local __remote_execution_specs instance 
variable
 discard 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
     new 6c8584d  Remote execution can only be configured in user configuration

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   (6fde838)
            \
             N -- N -- N   refs/heads/tristan/change-remote-config (6c8584d)

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.

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/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

Reply via email to