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 2022/04/05 19:39:24 UTC

[beam] branch master updated: [BEAM-9649] Add region option to Mongo Dataflow test.

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 17a41790dc2 [BEAM-9649] Add region option to Mongo Dataflow test.
     new 29dfe41037e Merge pull request #17284 from ibzib/BEAM-9649
17a41790dc2 is described below

commit 17a41790dc2a41cb78ef886d4177204c7841a469
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Tue Apr 5 10:43:51 2022 -0700

    [BEAM-9649] Add region option to Mongo Dataflow test.
---
 .test-infra/jenkins/job_PostCommit_Python_MongoDBIO_Load_Test.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.test-infra/jenkins/job_PostCommit_Python_MongoDBIO_Load_Test.groovy b/.test-infra/jenkins/job_PostCommit_Python_MongoDBIO_Load_Test.groovy
index 78c285e67a2..7d4d711a8e9 100644
--- a/.test-infra/jenkins/job_PostCommit_Python_MongoDBIO_Load_Test.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Python_MongoDBIO_Load_Test.groovy
@@ -39,6 +39,7 @@ job(jobName) {
   Map pipelineOptions = [
     temp_location: 'gs://temp-storage-for-perf-tests/loadtests',
     project      : 'apache-beam-testing',
+    region       : 'us-central1',
     mongo_uri    : "mongodb://\$${mongoHostName}:27017",
     num_documents: '1000000',
     batch_size   : '10000',