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/10 16:26:16 UTC

[1/3] beam git commit: Only fail nightly release at end, for more detailed signal

Repository: beam
Updated Branches:
  refs/heads/master 9f69997ba -> 1001cf1ab


Only fail nightly release at end, for more detailed signal


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

Branch: refs/heads/master
Commit: 15b0e47b1e35dbcfd1149379bad6e7170552ec0f
Parents: 9f69997
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Oct 9 20:16:24 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Oct 9 20:16:24 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/15b0e47b/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy b/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
index 2e3b142..2e1f40d 100644
--- a/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
+++ b/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
@@ -49,6 +49,7 @@ mavenJob('beam_Release_NightlySnapshot') {
       clean deploy \
       --batch-mode \
       --errors \
+      --fail-at-end \
       -P release,dataflow-runner \
       -D skipITs=false \
       -D integrationTestPipelineOptions=\'[ \


[2/3] beam git commit: Only fail Java postcommit at end

Posted by ke...@apache.org.
Only fail Java postcommit at end


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

Branch: refs/heads/master
Commit: 71e679235ae07766c7e39c887ac7108bfae01c1e
Parents: 15b0e47
Author: Kenneth Knowles <kl...@google.com>
Authored: Mon Oct 9 20:18:36 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Mon Oct 9 20:18:36 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall.groovy | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/71e67923/.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 52a8486..cd84e56 100644
--- a/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall.groovy
+++ b/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall.groovy
@@ -51,6 +51,7 @@ mavenJob('beam_PostCommit_Java_MavenInstall') {
       --also-make-dependents \
       --batch-mode \
       --errors \
+      --fail-at-end \
       -P release,dataflow-runner \
       -DrepoToken=$COVERALLS_REPO_TOKEN \
       -DskipITs=false \


[3/3] beam git commit: This closes #3968: Only fail nightly release at end, for more detailed signal

Posted by ke...@apache.org.
This closes #3968: Only fail nightly release at end, for more detailed signal

  Only fail Java postcommit at end
  Only fail nightly release at end, for more detailed signal


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

Branch: refs/heads/master
Commit: 1001cf1ab7d3382e862374da5e4cade303528956
Parents: 9f69997 71e6792
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue Oct 10 09:24:59 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue Oct 10 09:24:59 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall.groovy | 1 +
 .test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy      | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------