Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused validation configurations. #17705

Merged
merged 1 commit into from
May 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions release/src/main/scripts/script.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down