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 ad14cb9  Fix Python wordcount benchmark by specifiying beam_it_module
     new 8ea9a8e  Merge pull request #8389 from markflyhigh/fix-py-benchmark
ad14cb9 is described below

commit ad14cb90638effd4446784ae9c0ffc0a57ebbf15
Author: Mark Liu <mark...@markliu-macbookpro2.roam.corp.google.com>
AuthorDate: Wed Apr 24 11:02:34 2019 -0700

    Fix Python wordcount benchmark by specifiying beam_it_module
---
 .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 be734ba..5354d46 100644
--- a/.test-infra/jenkins/job_PerformanceTests_Python.groovy
+++ b/.test-infra/jenkins/job_PerformanceTests_Python.groovy
@@ -51,6 +51,7 @@ job('beam_PerformanceTests_Python'){
       benchmarks               : 'beam_integration_benchmark',
       bigquery_table           : 'beam_performance.wordcount_py_pkb_results',
       beam_it_class            : 
'apache_beam.examples.wordcount_it_test:WordCountIT.test_wordcount_it',
+      beam_it_module           : 'sdks/python',
       beam_prebuilt            : 'true',  // skip beam prebuild
       beam_python_sdk_location : 'build/apache-beam.tar.gz',
       beam_runner              : 'TestDataflowRunner',

Reply via email to