You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ma...@apache.org on 2019/05/06 21:23:32 UTC

[beam] branch master updated: Fix project path in beam_PerformanceTests_Python35

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

markliu 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 c36913e  Fix project path in beam_PerformanceTests_Python35
     new bc47d72  Merge pull request #8510 from markflyhigh/fix-py-perf
c36913e is described below

commit c36913ee40b126bf2bb3d8bf7021ccfcfbac6955
Author: Mark Liu <ma...@google.com>
AuthorDate: Mon May 6 12:05:15 2019 -0700

    Fix project path in beam_PerformanceTests_Python35
---
 .test-infra/jenkins/job_Performancetests_Python35.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.test-infra/jenkins/job_Performancetests_Python35.groovy b/.test-infra/jenkins/job_Performancetests_Python35.groovy
index 842df97..41e0fcc 100644
--- a/.test-infra/jenkins/job_Performancetests_Python35.groovy
+++ b/.test-infra/jenkins/job_Performancetests_Python35.groovy
@@ -51,9 +51,9 @@ job('beam_PerformanceTests_Python35'){
       benchmarks               : 'beam_integration_benchmark',
       bigquery_table           : 'beam_performance.wordcount_py35_pkb_results',
       beam_it_class            : 'apache_beam.examples.wordcount_it_test:WordCountIT.test_wordcount_it',
-      beam_it_module           : 'sdks/python/test-suites/dataflow/py3',
+      beam_it_module           : 'sdks/python/test-suites/dataflow/py35',
       beam_prebuilt            : 'true',  // skip beam prebuild
-      beam_python_sdk_location : 'test-suites/dataflow/py3/build/apache-beam.tar.gz',
+      beam_python_sdk_location : 'test-suites/dataflow/py35/build/apache-beam.tar.gz',
       beam_runner              : 'TestDataflowRunner',
       beam_it_timeout          : '1200',
       beam_it_args             : pipelineArgsJoined,