You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/01/20 12:02:04 UTC

[buildstream] branch master updated (8cbbeb1 -> 443d3ba)

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 8cbbeb1  .asf.yaml: Redirect notifications to the commit list
     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
     new 443d3ba  Merge pull request #1444 from apache/tristan/remote-execution-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/common.env                              |  3 ++
 .github/compose/ci.docker-compose.yml           | 16 ++++--
 .github/compose/ci.remote-execution-cluster.yml | 67 +++++++++++++++++++++++++
 .github/compose/ci.remote-execution-test.yml    | 36 +++++++++++++
 .github/workflows/ci.yml                        | 37 ++++++++++++++
 5 files changed, 154 insertions(+), 5 deletions(-)
 create mode 100644 .github/compose/ci.remote-execution-cluster.yml
 create mode 100644 .github/compose/ci.remote-execution-test.yml


[buildstream] 01/01: Merge pull request #1444 from apache/tristan/remote-execution-testing

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 443d3bacd39a90c0e9101cf8c10d1639fc9e3091
Merge: 8cbbeb1 e087c8a
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Jan 20 21:01:55 2021 +0900

    Merge pull request #1444 from apache/tristan/remote-execution-testing
    
    Revive remote execution testing

 .github/common.env                              |  3 ++
 .github/compose/ci.docker-compose.yml           | 16 ++++--
 .github/compose/ci.remote-execution-cluster.yml | 67 +++++++++++++++++++++++++
 .github/compose/ci.remote-execution-test.yml    | 36 +++++++++++++
 .github/workflows/ci.yml                        | 37 ++++++++++++++
 5 files changed, 154 insertions(+), 5 deletions(-)