Repository: beam Updated Branches: refs/heads/master f7855842d -> 0895ec106
Fix flags in common_job_properties, JDBC Changed this flag as a result of review -- have to update here. This will cease to be a problem once we land in PKB mainline. Signed-off-by: Jason Kuster <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5b515792 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/5b515792 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/5b515792 Branch: refs/heads/master Commit: 5b515792a1bb549bac659d18465eec8c88837fd8 Parents: f785584 Author: jasonkuster <[email protected]> Authored: Tue Mar 21 08:33:52 2017 -0400 Committer: Thomas Groh <[email protected]> Committed: Tue Mar 21 09:50:30 2017 -0700 ---------------------------------------------------------------------- .jenkins/common_job_properties.groovy | 2 +- .jenkins/job_beam_PerformanceTests_JDBC.groovy | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/5b515792/.jenkins/common_job_properties.groovy ---------------------------------------------------------------------- diff --git a/.jenkins/common_job_properties.groovy b/.jenkins/common_job_properties.groovy index 6a5c111..5e77cc1 100644 --- a/.jenkins/common_job_properties.groovy +++ b/.jenkins/common_job_properties.groovy @@ -228,7 +228,7 @@ class common_job_properties { def standard_args = [ project: 'apache-beam-testing', dpb_log_level: 'INFO', - dpb_maven_binary: '/home/jenkins/tools/maven/latest/bin/mvn', + maven_binary: '/home/jenkins/tools/maven/latest/bin/mvn', bigquery_table: 'beam_performance.pkb_results', // Publishes results with official tag, for use in dashboards. official: 'true' http://git-wip-us.apache.org/repos/asf/beam/blob/5b515792/.jenkins/job_beam_PerformanceTests_JDBC.groovy ---------------------------------------------------------------------- diff --git a/.jenkins/job_beam_PerformanceTests_JDBC.groovy b/.jenkins/job_beam_PerformanceTests_JDBC.groovy index 3073145..153400b 100644 --- a/.jenkins/job_beam_PerformanceTests_JDBC.groovy +++ b/.jenkins/job_beam_PerformanceTests_JDBC.groovy @@ -43,11 +43,11 @@ job('beam_PerformanceTests_JDBC'){ def argMap = [ benchmarks: 'beam_integration_benchmark', - dpb_beam_it_module: 'sdks/java/io/jdbc', - dpb_it_args: pipelineArgsJoined, - dpb_it_class: 'org.apache.beam.sdk.io.jdbc.JdbcIOIT', + beam_it_module: 'sdks/java/io/jdbc', + beam_it_args: pipelineArgsJoined, + beam_it_class: 'org.apache.beam.sdk.io.jdbc.JdbcIOIT', // Profile is located in $BEAM_ROOT/sdks/java/io/pom.xml. - dpb_beam_it_profile: 'io-it' + beam_it_profile: 'io-it' ] common_job_properties.buildPerformanceTest(delegate, argMap)
