You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ch...@apache.org on 2021/01/15 15:47:35 UTC

[buildstream] branch master updated (aeb7a8d -> a666b0f)

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

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


    from aeb7a8d  doc/badges.py: Adding staticly generated HTML page for automated redirects.
     add 8cad3f2  ci: Simplify pipelines using Docker Compose
     add 58fc11c  ci: Enable parallelism for tests
     new a666b0f  Merge pull request #1441 from apache/chandan/compose

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 |  67 +++++++++++++++
 .github/workflows/ci.yml              | 153 +++++++---------------------------
 .github/workflows/merge.yml           |  25 +++---
 .github/workflows/release.yml         |  26 +++---
 5 files changed, 123 insertions(+), 151 deletions(-)
 create mode 100644 .github/common.env
 create mode 100644 .github/compose/ci.docker-compose.yml


[buildstream] 01/01: Merge pull request #1441 from apache/chandan/compose

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

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

commit a666b0f666d3db2f98bf4ea6fe3f5a2e6b906541
Merge: aeb7a8d 58fc11c
Author: Chandan Singh <ch...@chandansingh.net>
AuthorDate: Fri Jan 15 15:47:26 2021 +0000

    Merge pull request #1441 from apache/chandan/compose
    
    ci: Simplify pipelines using Docker Compose

 .github/common.env                    |   3 +
 .github/compose/ci.docker-compose.yml |  67 +++++++++++++++
 .github/workflows/ci.yml              | 153 +++++++---------------------------
 .github/workflows/merge.yml           |  25 +++---
 .github/workflows/release.yml         |  26 +++---
 5 files changed, 123 insertions(+), 151 deletions(-)