This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/optional-project
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
discard eef0dd6 tests/frontend/artifact_show.py: Test artifact show without a
project
discard ab1f6ce tests/frontend/artifact_pull.py: Test artifact pull without a
project
discard b649b6e tests/frontend/artifact_log.py: Test artifact log without a
project
discard 6f69887 tests/frontend/artifact_delete.py: Test artifact deletion
without a project
discard 42e553c tests/frontend/artifact_checkout.py: Test artifact checkout
without project
discard 1836786 tests/frontend/artifact_list_contents.py: Test listing
artifact content without a project
discard b48e14c tests/frontend/artifact_list_contents.py: Use parametrized
tests
discard 8f0b85a Allow certain operations to work without loading a project
discard fb4b831 tests/frontend/artifact_checkout.py: Test checking out remote
artifacts
discard ff47c8e tests/frontend/artifact_pull.py: Test pulling artifacts with
various deps options
discard dfda72e _stream.py: Added new _reset() function.
discard 7a30ded _stream.py: Pre-emptive pulling of artifact metadata in some
cases
discard 99cccc7 _artifactelement.py: Override _pull_done()
discard e039922 element.py: Added internal API _mimic_artifact()
discard 412163c _assetcache.py: Allow explicit re-initialization of remotes.
add 8cad3f2 ci: Simplify pipelines using Docker Compose
add 58fc11c ci: Enable parallelism for tests
add a666b0f Merge pull request #1441 from apache/chandan/compose
add 31b5587 _assetcache.py: Allow explicit re-initialization of remotes.
add f122827 element.py: Added internal API _mimic_artifact()
add 718baec _artifactelement.py: Override _pull_done()
add a920bbc _stream.py: Pre-emptive pulling of artifact metadata in some
cases
add 9905ec3 _stream.py: Added new _reset() function.
add 1115fb1 tests/frontend/artifact_pull.py: Test pulling artifacts with
various deps options
add e8233ab tests/frontend/artifact_checkout.py: Test checking out remote
artifacts
new f628ec4 Allow certain operations to work without loading a project
new 542e7dc tests/frontend/artifact_list_contents.py: Use parametrized
tests
new 2e533b3 tests/frontend/artifact_list_contents.py: Test listing
artifact content without a project
new ddffddb tests/frontend/artifact_checkout.py: Test artifact checkout
without project
new 015a514 tests/frontend/artifact_delete.py: Test artifact deletion
without a project
new 867a049 tests/frontend/artifact_log.py: Test artifact log without a
project
new 7dfbd14 tests/frontend/artifact_pull.py: Test artifact pull without a
project
new f3366e6 tests/frontend/artifact_show.py: Test artifact show without a
project
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 (eef0dd6)
\
N -- N -- N refs/heads/tristan/optional-project (f3366e6)
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 8 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