You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2017/01/18 22:54:37 UTC

[1/2] beam git commit: [BEAM-177] Coveralls: fix goal ordering in precommit

Repository: beam
Updated Branches:
  refs/heads/master d13549334 -> e78eb945f


[BEAM-177] Coveralls: fix goal ordering in precommit

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/66d7629c
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/66d7629c
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/66d7629c

Branch: refs/heads/master
Commit: 66d7629cc38e054aee0a31ca9c30e8c5857ef810
Parents: d135493
Author: Jason Kuster <ja...@google.com>
Authored: Wed Jan 18 14:50:52 2017 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Jan 18 14:54:02 2017 -0800

----------------------------------------------------------------------
 .jenkins/job_beam_PreCommit_Java_MavenInstall.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/66d7629c/.jenkins/job_beam_PreCommit_Java_MavenInstall.groovy
----------------------------------------------------------------------
diff --git a/.jenkins/job_beam_PreCommit_Java_MavenInstall.groovy b/.jenkins/job_beam_PreCommit_Java_MavenInstall.groovy
index 87aedb1..153df14 100644
--- a/.jenkins/job_beam_PreCommit_Java_MavenInstall.groovy
+++ b/.jenkins/job_beam_PreCommit_Java_MavenInstall.groovy
@@ -38,5 +38,5 @@ mavenJob('beam_PreCommit_Java_MavenInstall') {
   common_job_properties.setPreCommit(delegate, 'Jenkins: Maven clean install')
 
   // Maven goals for this job.
-  goals('-B -e -Prelease,include-runners,jenkins-precommit,direct-runner,dataflow-runner,spark-runner,flink-runner,apex-runner coveralls:report -DrepoToken=$COVERALLS_REPO_TOKEN -DpullRequest=$ghprbPullId help:effective-settings clean install')
+  goals('-B -e -Prelease,include-runners,jenkins-precommit,direct-runner,dataflow-runner,spark-runner,flink-runner,apex-runner -DrepoToken=$COVERALLS_REPO_TOKEN -DpullRequest=$ghprbPullId help:effective-settings clean install coveralls:report')
 }


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

Posted by dh...@apache.org.
This closes #1789


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

Branch: refs/heads/master
Commit: e78eb945f183a7cdec3268d767e9742a7b6adeba
Parents: d135493 66d7629
Author: Dan Halperin <dh...@google.com>
Authored: Wed Jan 18 14:54:29 2017 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Jan 18 14:54:29 2017 -0800

----------------------------------------------------------------------
 .jenkins/job_beam_PreCommit_Java_MavenInstall.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------