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

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


    from d1191c6c4 Merge pull request #2052 from 
shymega-ct/domrodriguez/lock-click-dep
     add c03af8f0d tests/integration/project: Rename alias from `alpine` to 
`test-images`
     add ff5112020 Add Debian base for glibc and GCC
     add 523f759e0 tests/integration/recc.py: Add recc remote execution test
     add 9c9e17d8c tests/integration/recc.py: Add recc cache-only test
     new ff05a8d51 Merge pull request #2054 from apache/jbilleter/recc

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:
 tests/integration/base/generate-debian-base.sh     |  38 +++
 .../project/elements/base/base-alpine.bst          |   4 +-
 .../project/elements/base/base-debian.bst          |  12 +
 .../project/elements/recc/cacheonly.bst            |  29 +++
 tests/integration/project/elements/recc/recc.bst   |   8 +
 .../project/elements/recc/remoteexecution.bst      |  26 +++
 tests/integration/project/project.conf             |   3 +-
 tests/integration/recc.py                          | 255 +++++++++++++++++++++
 tests/integration/shellbuildtrees.py               |   2 +-
 9 files changed, 373 insertions(+), 4 deletions(-)
 create mode 100755 tests/integration/base/generate-debian-base.sh
 create mode 100644 tests/integration/project/elements/base/base-debian.bst
 create mode 100644 tests/integration/project/elements/recc/cacheonly.bst
 create mode 100644 tests/integration/project/elements/recc/recc.bst
 create mode 100644 tests/integration/project/elements/recc/remoteexecution.bst
 create mode 100644 tests/integration/recc.py

Reply via email to