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 1d8f470 .asf.yaml: Unprotecting branches until migration is complete
add 9fd8558 Test Actions
add 42d13b7 Remove notes
add 0b187c8 Move CI_IMAGE to global scope
add 23e2af9 Add no-usedevelop job
add be8b9e5 Add tests-plugins-master job
add bd3a7f3 Add missing-deps test job
add a4e0056 Move PYTEST_ARGS to top-level env
add b7c4258 .github/workflows/ci.yml: Use fresh docker images
add 44ff8e1 .github/workflows/ci.yml: Fix TOXENV, there is no py6-plugins
env.
add 43b9284 .github/workflows/ci.yml: Add py38 to the toxenv list
add 944d22e .github/workflows/ci.yml: Disable parallelism in pytest
add 41d3fe5 .github/workflows/ci.yml: Generate test runner script
add af87b46 .github/workflows/ci.yml: Upload an artifact from the docs job
add bf48af7 .github/workflows/ci.yml: Ensure we rebuild the docs sessions
in CI
add 51acea3 .github/workflows/release.yml: Add release.yml workflow for
uploading releases
add e52715c .github/workflows/merge.yml: Publish docs post merge
add 6faceda Fixing merge CI to update github pages
add 33aae13 .github/workflows/merge.yml: Generate the gh-pages branch
with .nojekyll
add a74dcb4 .github/workflows/ci.yml: Checkout using tags
add e1b96c1 _types.pyx: Fixing new error from updated sphinx
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 190 ++++++++++++++++++++++++++++++++++++++++++
.github/workflows/merge.yml | 73 ++++++++++++++++
.github/workflows/release.yml | 40 +++++++++
src/buildstream/_types.pyx | 2 +-
4 files changed, 304 insertions(+), 1 deletion(-)
create mode 100644 .github/workflows/ci.yml
create mode 100644 .github/workflows/merge.yml
create mode 100644 .github/workflows/release.yml