Skip to content

Commit c5b7295

Browse files
committed
add to release script
1 parent 969dfe7 commit c5b7295

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

release/src/main/scripts/run_rc_validation.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,17 @@ if [[ ("$java_mobile_game_direct" = true || "$java_mobile_game_dataflow" = true)
285285
-PbqDataset=${MOBILE_GAME_DATASET} \
286286
-PpubsubTopic=${MOBILE_GAME_PUBSUB_TOPIC} \
287287
-PgcsBucket=${USER_GCS_BUCKET:5} # skip 'gs://' prefix
288+
289+
echo "**************************************************************************"
290+
echo "* Java mobile game on DataflowRunner using Beam GCP BOM: UserScore, HourlyTeamScore, Leaderboard"
291+
echo "**************************************************************************"
292+
./gradlew :runners:google-cloud-dataflow-java:runMobileGamingJavaDataflowBom \
293+
-Prepourl=${REPO_URL} \
294+
-Pver=${RELEASE_VER} \
295+
-PgcpProject=${USER_GCP_PROJECT} \
296+
-PbqDataset=${MOBILE_GAME_DATASET} \
297+
-PpubsubTopic=${MOBILE_GAME_PUBSUB_TOPIC} \
298+
-PgcsBucket=${USER_GCS_BUCKET:5} # skip 'gs://' prefix
288299
else
289300
echo "* Skip Java Mobile Game on DataflowRunner."
290301
fi

sdks/java/maven-archetypes/gcp-bom-examples/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
plugins { id 'org.apache.beam.module' }
2020
applyJavaNature(exportJavadoc: false, automaticModuleName: 'org.apache.beam.maven.archetypes.gcp.bom.examples')
2121

22+
// Based off of :sdks:java:maven-archetypes:examples project
2223
description = "Apache Beam :: SDKs :: Java :: Maven Archetypes :: Google Cloud Platform BOM Examples"
2324
ext.summary = """A Maven Archetype to create a project
2425
using the Beam Google Cloud Platform BOM"""

0 commit comments

Comments
 (0)