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/17 14:00:26 UTC

[beam] branch dependabot/go_modules/sdks/google.golang.org/grpc-1.50.1 updated (be771a77f6e -> a4b27c27de0)

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

github-bot pushed a change to branch dependabot/go_modules/sdks/google.golang.org/grpc-1.50.1
in repository https://gitbox.apache.org/repos/asf/beam.git


    omit be771a77f6e Bump google.golang.org/grpc from 1.50.0 to 1.50.1 in /sdks
     add 1920b881975 [Playground] Examples CI (#23476)
     add 143dc6fd6f0 [Tour Of Beam] README update (#23318)
     add c2aa2286642 [Jenkins,Spark] Stop running Nexmark suite for deprecated Spark 2 runner and ensure consistent version of Spark is used for Nexmark tests (fixes #23634)
     add 690f3517def Merge pull request #23639: [Jenkins,Spark] Stop running Nexmark suite for deprecated Spark 2 runners
     add c5a2f5fbdfa Bump google.golang.org/api from 0.98.0 to 0.99.0 in /sdks (#23655)
     add a4b27c27de0 Bump google.golang.org/grpc from 1.50.0 to 1.50.1 in /sdks

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   (be771a77f6e)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/google.golang.org/grpc-1.50.1 (a4b27c27de0)

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:
 .github/workflows/playground_examples_ci.yml       |  49 ++++++
 .github/workflows/playground_examples_reusable.yml | 166 +++++++++++++++++++++
 .github/workflows/tour_of_beam_examples_ci.yml     |  47 ++++++
 .test-infra/jenkins/CommonTestProperties.groovy    |   8 +-
 .../job_PostCommit_Java_Nexmark_Spark.groovy       | 106 ++-----------
 learning/tour-of-beam/backend/README.md            |  60 ++++++++
 playground/infrastructure/checker.py               | 104 +++++++++----
 playground/infrastructure/grpc_client.py           |  18 ++-
 playground/infrastructure/test_checker.py          |  47 ++++++
 sdks/go.mod                                        |  14 +-
 sdks/go.sum                                        |  39 ++---
 11 files changed, 497 insertions(+), 161 deletions(-)
 create mode 100644 .github/workflows/playground_examples_ci.yml
 create mode 100644 .github/workflows/playground_examples_reusable.yml
 create mode 100644 .github/workflows/tour_of_beam_examples_ci.yml
 create mode 100644 playground/infrastructure/test_checker.py