You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/07/23 02:44:06 UTC

[beam] branch master updated: Remove spaces in experiments (#22423)

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

tvalentyn 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 54b0784da7c Remove spaces in experiments (#22423)
54b0784da7c is described below

commit 54b0784da7ccba738deff22bd83fbc374ad21d2e
Author: Brian Hulette <bh...@google.com>
AuthorDate: Fri Jul 22 19:43:56 2022 -0700

    Remove spaces in experiments (#22423)
---
 .test-infra/jenkins/job_LoadTests_Combine_Python.groovy       | 2 +-
 .test-infra/jenkins/job_LoadTests_GBK_Python.groovy           | 2 +-
 .test-infra/jenkins/job_LoadTests_GBK_Python_reiterate.groovy | 2 +-
 .test-infra/jenkins/job_LoadTests_ParDo_Python.groovy         | 2 +-
 .test-infra/jenkins/job_LoadTests_SideInput_Python.groovy     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.test-infra/jenkins/job_LoadTests_Combine_Python.groovy b/.test-infra/jenkins/job_LoadTests_Combine_Python.groovy
index 1416db226e3..57e832f6ab7 100644
--- a/.test-infra/jenkins/job_LoadTests_Combine_Python.groovy
+++ b/.test-infra/jenkins/job_LoadTests_Combine_Python.groovy
@@ -101,7 +101,7 @@ def loadTestConfigurations = { datasetName, mode ->
 def addStreamingOptions(test){
   test.pipelineOptions << [streaming: null,
     // TODO(https://github.com/apache/beam/issues/20806) remove shuffle_mode=appliance with runner v2 once issue is resolved.
-    experiments: "use_runner_v2, shuffle_mode=appliance"
+    experiments: "use_runner_v2,shuffle_mode=appliance"
   ]
 }
 
diff --git a/.test-infra/jenkins/job_LoadTests_GBK_Python.groovy b/.test-infra/jenkins/job_LoadTests_GBK_Python.groovy
index 623a245f4d9..9a38af439bd 100644
--- a/.test-infra/jenkins/job_LoadTests_GBK_Python.groovy
+++ b/.test-infra/jenkins/job_LoadTests_GBK_Python.groovy
@@ -157,7 +157,7 @@ def addStreamingOptions(test) {
     // See https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#dataflow-runner-v2
     // for more details.
     // TODO(https://github.com/apache/beam/issues/20806) remove shuffle_mode=appliance with runner v2 once issue is resolved.
-    experiments: 'use_runner_v2, shuffle_mode=appliance',
+    experiments: 'use_runner_v2,shuffle_mode=appliance',
   ]
 }
 
diff --git a/.test-infra/jenkins/job_LoadTests_GBK_Python_reiterate.groovy b/.test-infra/jenkins/job_LoadTests_GBK_Python_reiterate.groovy
index 764bd605e72..3fa262ab591 100644
--- a/.test-infra/jenkins/job_LoadTests_GBK_Python_reiterate.groovy
+++ b/.test-infra/jenkins/job_LoadTests_GBK_Python_reiterate.groovy
@@ -87,7 +87,7 @@ def addStreamingOptions(test) {
     // See https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#dataflow-runner-v2
     // for more details.
     // TODO(https://github.com/apache/beam/issues/20806) remove shuffle_mode=appliance with runner v2 once issue is resolved.
-    experiments: 'use_runner_v2, shuffle_mode=appliance',
+    experiments: 'use_runner_v2,shuffle_mode=appliance',
   ]
 }
 
diff --git a/.test-infra/jenkins/job_LoadTests_ParDo_Python.groovy b/.test-infra/jenkins/job_LoadTests_ParDo_Python.groovy
index 8d5d96560d5..44e9497dac9 100644
--- a/.test-infra/jenkins/job_LoadTests_ParDo_Python.groovy
+++ b/.test-infra/jenkins/job_LoadTests_ParDo_Python.groovy
@@ -132,7 +132,7 @@ def addStreamingOptions(test) {
     // See https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#dataflow-runner-v2
     // for more details.
     // TODO(https://github.com/apache/beam/issues/20806) remove shuffle_mode=appliance with runner v2 once issue is resolved.
-    experiments: 'use_runner_v2, shuffle_mode=appliance',
+    experiments: 'use_runner_v2,shuffle_mode=appliance',
   ]
 }
 
diff --git a/.test-infra/jenkins/job_LoadTests_SideInput_Python.groovy b/.test-infra/jenkins/job_LoadTests_SideInput_Python.groovy
index e587a81bc98..404d74c41ad 100644
--- a/.test-infra/jenkins/job_LoadTests_SideInput_Python.groovy
+++ b/.test-infra/jenkins/job_LoadTests_SideInput_Python.groovy
@@ -40,7 +40,7 @@ def fromTemplate = { mode, name, id, datasetName, testSpecificOptions ->
       num_workers          : 10,
       autoscaling_algorithm: 'NONE',
       // TODO(https://github.com/apache/beam/issues/20806) remove shuffle_mode=appliance with runner v2 once issue is resolved.
-      experiments          : 'use_runner_v2, shuffle_mode=appliance',
+      experiments          : 'use_runner_v2,shuffle_mode=appliance',
     ] << testSpecificOptions
   ]
 }