This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-4
in repository https://gitbox.apache.org/repos/asf/beam.git
omit 2cc0e8a7e2c Bump actions/checkout from 3 to 4
add 5e38decf9e7 Add callout of PIP failures as unrecoverable, link to new
documentation (#28743)
add 80311628c27 Remove warning from catch in table exists validation
(#28288)
add 01197c42319 Add GBK, CoGBK, SideInputs and Combine python batch load
tests to perf alert tool (#28746)
add 2b20e26bb3b Restrict build_runner_image to pull_request instead of
pull_request_target (#28745)
add f2194f6b4c8 Temporarily Ignore 2 FhirIO Integration Tests (#28717)
add bf1e8297582 Report total active threads (#28513)
add 5fd870e1023 Fix dockerhub task
add 282d027f162 Merge pull request #28766: Fix dockerhub task
add 3bbfa7ec29a runner image to 2b20e26bb3b99d8e4f41a3d1d9d2e7080043de5c
(#28769)
add 4a9608dfc82 Github Workflow Replacement for Jenkins Jobs,
beam_PerformanceTests_xlang_KafkaIO_Python (#28730)
add 799d9b80b0b Bump actions/checkout from 3 to 4
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 (2cc0e8a7e2c)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-4 (799d9b80b0b)
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.
No new revisions were added by this update.
Summary of changes:
.../arc/environments/beam.env | 6 +-
...beam_PerformanceTests_xlang_KafkaIO_Python.yml} | 55 ++++--
.github/workflows/build_release_candidate.yml | 2 +-
.github/workflows/build_runner_image.yml | 2 +-
...extIOIT_Python.txt => xlang_KafkaIO_Python.txt} | 12 +-
...ob_PerformanceTests_xlang_KafkaIO_Python.groovy | 124 --------------
.../04-outside-services/outside-0.yml | 1 -
.../04-outside-services/outside-1.yml | 3 +-
.../04-outside-services/outside-2.yml | 3 +-
.../dataflow/worker/DataflowSystemMetrics.java | 2 +
.../dataflow/worker/StreamingDataflowWorker.java | 11 ++
.../dataflow/worker/util/BoundedQueueExecutor.java | 4 +
.../worker/StreamingDataflowWorkerTest.java | 75 +++++++-
.../beam/sdk/io/gcp/bigtable/BigtableIO.java | 24 ++-
.../beam/sdk/io/gcp/healthcare/FhirIOSearchIT.java | 3 +
.../testing/analyzers/tests_config.yaml | 189 +++++++++++++++++++++
sdks/python/container/piputil.go | 10 +-
17 files changed, 355 insertions(+), 171 deletions(-)
copy .github/workflows/{beam_PerformanceTests_TextIOIT_Python.yml =>
beam_PerformanceTests_xlang_KafkaIO_Python.yml} (56%)
copy .github/workflows/performance-tests-job-configs/{textIOIT_Python.txt =>
xlang_KafkaIO_Python.txt} (70%)
delete mode 100644
.test-infra/jenkins/job_PerformanceTests_xlang_KafkaIO_Python.groovy