You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/10/16 04:40:51 UTC

[beam] branch nightly-refs/heads/master updated (8e2431c0e55 -> e1596578e0f)

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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 8e2431c0e55 Update BQIO to a single scheduled executor service reduce threads (#23234)
     add e1596578e0f [GitHub Actions] - Verify Release Build Workflow  (#23390)

No new revisions were added by this update.

Summary of changes:
 .../action.yml                                     |  18 ++--
 .github/workflows/verify_release_build.yml         |  82 ++++++++++++++++
 CI.md                                              |   7 ++
 .../output.tf => scripts/ci/ci_check_git_branch.sh |  18 +++-
 .../ci/release/comment_pr_trigger_phrases.sh       |  16 ++--
 .../test/resources/jenkins_trigger_phrases.txt     |  19 ++++
 scripts/ci/release/test/resources/mass_comment.txt | 103 +++++++++++++++++++++
 7 files changed, 242 insertions(+), 21 deletions(-)
 copy .github/actions/{setup-default-test-properties => setup-gh-cli-linux}/action.yml (56%)
 create mode 100644 .github/workflows/verify_release_build.yml
 copy playground/terraform/applications/backend/backend-go/output.tf => scripts/ci/ci_check_git_branch.sh (68%)
 copy release/go-licenses/get-licenses.sh => scripts/ci/release/comment_pr_trigger_phrases.sh (69%)
 create mode 100644 scripts/ci/release/test/resources/jenkins_trigger_phrases.txt
 create mode 100644 scripts/ci/release/test/resources/mass_comment.txt