kamilwu commented on a change in pull request #12527:
URL: https://github.com/apache/beam/pull/12527#discussion_r468671360



##########
File path: .test-infra/jenkins/job_LoadTests_Combine_Python.groovy
##########
@@ -93,15 +93,23 @@ def loadTestConfigurations = { datasetName ->
         top_count            : 20,
       ]
     ],
-  ].each { test -> test.pipelineOptions.putAll(additionalPipelineArgs) }
+  ]
+  .each { test -> test.pipelineOptions.putAll(additionalPipelineArgs) }
+  .each{ test -> (jobType!='streaming') ?: addStreamingOptions(test) }

Review comment:
       Could you add a space before and after "!=" operator? That should make 
it look a little bit prettier.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to