You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/10/06 18:12:25 UTC

[1/2] beam git commit: Limit Java postcommit to Java SDK and related

Repository: beam
Updated Branches:
  refs/heads/master 7ad45ad8c -> 707e3e7f0


Limit Java postcommit to Java SDK and related


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

Branch: refs/heads/master
Commit: fc41838c15da5936a8de5934d1e6f2a1de5740a2
Parents: 31da49c
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Oct 6 10:39:01 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Fri Oct 6 10:41:55 2017 -0700

----------------------------------------------------------------------
 .../job_beam_PostCommit_Java_MavenInstall.groovy   | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/fc41838c/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall.groovy b/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall.groovy
index 2f05c38..52a8486 100644
--- a/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall.groovy
+++ b/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall.groovy
@@ -44,5 +44,20 @@ mavenJob('beam_PostCommit_Java_MavenInstall') {
           'Run Java PostCommit')
 
   // Maven goals for this job.
-  goals('-B -e -P release,dataflow-runner clean install coveralls:report -DrepoToken=$COVERALLS_REPO_TOKEN -DskipITs=false -DintegrationTestPipelineOptions=\'[ "--project=apache-beam-testing", "--tempRoot=gs://temp-storage-for-end-to-end-tests", "--runner=TestDataflowRunner" ]\'')
+  goals('''\
+      clean install coveralls:report \
+      --projects sdks/java/core \
+      --also-make \
+      --also-make-dependents \
+      --batch-mode \
+      --errors \
+      -P release,dataflow-runner \
+      -DrepoToken=$COVERALLS_REPO_TOKEN \
+      -DskipITs=false \
+      -DintegrationTestPipelineOptions=\'[ \
+          "--project=apache-beam-testing", \
+          "--tempRoot=gs://temp-storage-for-end-to-end-tests", \
+          "--runner=TestDataflowRunner" \
+      ]\' \
+  ''')
 }


[2/2] beam git commit: This closes #3954: Limit Java postcommit to Java SDK and related

Posted by ke...@apache.org.
This closes #3954: Limit Java postcommit to Java SDK and related


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

Branch: refs/heads/master
Commit: 707e3e7f07efa50c9ea8adc94d34c610dd297900
Parents: 7ad45ad fc41838
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Oct 6 11:09:55 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Fri Oct 6 11:09:55 2017 -0700

----------------------------------------------------------------------
 .../job_beam_PostCommit_Java_MavenInstall.groovy   | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------