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

ibzib 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 7b454e9  [BEAM-9744] Add missing region option to py perf tests.
     new 6eeed69  Merge pull request #11401 from ibzib/performance-region
7b454e9 is described below

commit 7b454e9c9fd5bfb92985aa5e0eb008735cfedd72
Author: Kyle Weaver <[email protected]>
AuthorDate: Mon Apr 13 14:17:42 2020 -0400

    [BEAM-9744] Add missing region option to py perf tests.
---
 .test-infra/jenkins/job_PerformanceTests_Python.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.test-infra/jenkins/job_PerformanceTests_Python.groovy 
b/.test-infra/jenkins/job_PerformanceTests_Python.groovy
index e10fd41..affcf10 100644
--- a/.test-infra/jenkins/job_PerformanceTests_Python.groovy
+++ b/.test-infra/jenkins/job_PerformanceTests_Python.groovy
@@ -53,6 +53,7 @@ class PerformanceTestConfigurations {
 // Common pipeline args for Dataflow job.
 def dataflowPipelineArgs = [
     project         : 'apache-beam-testing',
+    region          : 'us-central1',
     staging_location: 'gs://temp-storage-for-end-to-end-tests/staging-it',
     temp_location   : 'gs://temp-storage-for-end-to-end-tests/temp-it',
 ]

Reply via email to