You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/04/15 18:07:55 UTC

[beam] branch master updated: [BEAM-9756] Nexmark: only use --region in Dataflow.

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 d310f98  [BEAM-9756] Nexmark: only use --region in Dataflow.
     new 303b371  Merge pull request #11417 from ibzib/nexmark-region
d310f98 is described below

commit d310f9867229a916ee6f0ac2f55b102b1d31605c
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Tue Apr 14 14:59:25 2020 -0400

    [BEAM-9756] Nexmark: only use --region in Dataflow.
---
 .test-infra/jenkins/NexmarkBigqueryProperties.groovy            | 1 -
 .test-infra/jenkins/job_PostCommit_Java_Nexmark_Dataflow.groovy | 5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/NexmarkBigqueryProperties.groovy b/.test-infra/jenkins/NexmarkBigqueryProperties.groovy
index 96c4c6c..4126b4c 100644
--- a/.test-infra/jenkins/NexmarkBigqueryProperties.groovy
+++ b/.test-infra/jenkins/NexmarkBigqueryProperties.groovy
@@ -22,7 +22,6 @@ class NexmarkBigqueryProperties {
     static String nexmarkBigQueryArgs = ['--bigQueryTable=nexmark',
                                          '--bigQueryDataset=nexmark',
                                          '--project=apache-beam-testing',
-                                         '--region=us-central1',
                                          '--resourceNameMode=QUERY_RUNNER_AND_MODE',
                                          '--exportSummaryToBigQuery=true',
                                          '--tempLocation=gs://temp-storage-for-perf-tests/nexmark'].join(' ')
diff --git a/.test-infra/jenkins/job_PostCommit_Java_Nexmark_Dataflow.groovy b/.test-infra/jenkins/job_PostCommit_Java_Nexmark_Dataflow.groovy
index 2b6f3c3..19ca742 100644
--- a/.test-infra/jenkins/job_PostCommit_Java_Nexmark_Dataflow.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Java_Nexmark_Dataflow.groovy
@@ -44,6 +44,7 @@ NoPhraseTriggeringPostCommitBuilder.postCommitJob('beam_PostCommit_Java_Nexmark_
               ' -Pnexmark.args="' +
               [NexmarkBigqueryProperties.nexmarkBigQueryArgs,
               '--runner=DataflowRunner',
+              '--region=us-central1',
               '--numWorkers=4',
               '--maxNumWorkers=4',
               '--autoscalingAlgorithm=NONE',
@@ -64,6 +65,7 @@ NoPhraseTriggeringPostCommitBuilder.postCommitJob('beam_PostCommit_Java_Nexmark_
               ' -Pnexmark.args="' +
               [NexmarkBigqueryProperties.nexmarkBigQueryArgs,
               '--runner=DataflowRunner',
+              '--region=us-central1',
               '--numWorkers=4',
               '--maxNumWorkers=4',
               '--autoscalingAlgorithm=NONE',
@@ -84,6 +86,7 @@ NoPhraseTriggeringPostCommitBuilder.postCommitJob('beam_PostCommit_Java_Nexmark_
               ' -Pnexmark.args="' +
               [NexmarkBigqueryProperties.nexmarkBigQueryArgs,
               '--runner=DataflowRunner',
+              '--region=us-central1',
               '--numWorkers=4',
               '--maxNumWorkers=4',
               '--autoscalingAlgorithm=NONE',
@@ -105,6 +108,7 @@ NoPhraseTriggeringPostCommitBuilder.postCommitJob('beam_PostCommit_Java_Nexmark_
               ' -Pnexmark.args="' +
               [NexmarkBigqueryProperties.nexmarkBigQueryArgs,
               '--runner=DataflowRunner',
+              '--region=us-central1',
               '--numWorkers=4',
               '--maxNumWorkers=4',
               '--autoscalingAlgorithm=NONE',
@@ -128,6 +132,7 @@ PhraseTriggeringPostCommitBuilder.postCommitJob('beam_PostCommit_Java_Nexmark_Da
   commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 240)
 
   def final JOB_SPECIFIC_OPTIONS = [
+          'region' : 'us-central1',
           'suite' : 'STRESS',
           'numWorkers' : 4,
           'maxNumWorkers' : 4,