Skip to content

Commit f9b4ee9

Browse files
authored
Disable public ip for Dataflow Validates Runner test (#38424)
1 parent 9cda5a3 commit f9b4ee9

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run!",
3-
"modification": 1,
3+
"modification": 2,
44
}
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run!",
3-
"modification": 3
3+
"modification": 4
44
}

runners/google-cloud-dataflow-java/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def legacyPipelineOptions = [
167167
"--region=${gcpRegion}",
168168
"--tempRoot=${dataflowValidatesTempRoot}",
169169
"--dataflowWorkerJar=${dataflowLegacyWorkerJar}",
170+
"--usePublicIps=false",
170171
"--experiments=enable_lineage"
171172
]
172173

@@ -184,6 +185,7 @@ def runnerV2CommonPipelineOptions = [
184185
"--tempRoot=${dataflowValidatesTempRoot}",
185186
"--experiments=use_unified_worker,use_runner_v2",
186187
"--firestoreDb=${firestoreDb}",
188+
"--usePublicIps=false",
187189
"--experiments=enable_lineage"
188190
]
189191

0 commit comments

Comments
 (0)