You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yi...@apache.org on 2022/05/20 03:34:13 UTC

[beam] branch master updated: Remove unused validation configurations. (#17705)

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

yichi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f77d68cd80 Remove unused validation configurations. (#17705)
0f77d68cd80 is described below

commit 0f77d68cd80808b29e68944ec0c858e119817460
Author: Yichi Zhang <zy...@google.com>
AuthorDate: Thu May 19 20:34:05 2022 -0700

    Remove unused validation configurations. (#17705)
---
 release/src/main/scripts/script.config | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/release/src/main/scripts/script.config b/release/src/main/scripts/script.config
index 52836f91b88..ca031cda678 100755
--- a/release/src/main/scripts/script.config
+++ b/release/src/main/scripts/script.config
@@ -151,13 +151,8 @@ LOCAL_BEAM_DIR="$(mktemp -d -t beam-release.${RELEASE_VER}.XXXXXX)"
 #
 # Whether to start certain validation pipeline.
 ##############################################################################
-java_quickstart_direct=true
-java_quickstart_flink_local=true
-java_quickstart_spark_local=true
-java_quickstart_dataflow=true
-java_quickstart_twister2_local=true
-java_mobile_game_direct=true
-java_mobile_game_dataflow=true
+# please run java validations on jenkins following the release guide.
+
 python_quickstart_mobile_game=true
 python_leaderboard_direct=true
 python_leaderboard_dataflow=true