You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2017/03/21 16:51:03 UTC

[1/2] beam git commit: Fix flags in common_job_properties, JDBC

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 <ja...@google.com>


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 <ja...@google.com>
Authored: Tue Mar 21 08:33:52 2017 -0400
Committer: Thomas Groh <tg...@google.com>
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)


[2/2] beam git commit: This closes #2283

Posted by tg...@apache.org.
This closes #2283


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0895ec10
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/0895ec10
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/0895ec10

Branch: refs/heads/master
Commit: 0895ec10657d78380cb6593b53e46a0aa9dbf52a
Parents: f785584 5b51579
Author: Thomas Groh <tg...@google.com>
Authored: Tue Mar 21 09:50:49 2017 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Tue Mar 21 09:50:49 2017 -0700

----------------------------------------------------------------------
 .jenkins/common_job_properties.groovy          | 2 +-
 .jenkins/job_beam_PerformanceTests_JDBC.groovy | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------