Repository: beam
Updated Branches:
  refs/heads/master d1d78121b -> 2d25b6840


Turn notifications for broken Windows test off.

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

Branch: refs/heads/master
Commit: 65a6d66251b081d540de85ed55dce3b62de797e7
Parents: d1d7812
Author: jasonkuster <jasonkus...@google.com>
Authored: Wed Jun 21 09:40:51 2017 -0700
Committer: GitHub <nore...@github.com>
Committed: Wed Jun 21 09:40:51 2017 -0700

----------------------------------------------------------------------
 .../jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/65a6d662/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
----------------------------------------------------------------------
diff --git 
a/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy 
b/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
index f781b4e..6ef272c 100644
--- a/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
+++ b/.test-infra/jenkins/job_beam_PostCommit_Java_MavenInstall_Windows.groovy
@@ -32,7 +32,8 @@ mavenJob('beam_PostCommit_Java_MavenInstall_Windows') {
   common_job_properties.setMavenConfig(delegate, 'Maven 3.3.3 (Windows)')
 
   // Sets that this is a PostCommit job.
-  common_job_properties.setPostCommit(delegate, '0 */6 * * *', false)
+  // TODO(BEAM-1042, BEAM-1045, BEAM-2269, BEAM-2299) Turn notifications back 
on once fixed.
+  common_job_properties.setPostCommit(delegate, '0 */6 * * *', false, '', 
false)
 
   // Allows triggering this build against pull requests.
   common_job_properties.enablePhraseTriggeringFromPullRequest(

Reply via email to