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/06/23 03:04:33 UTC

[07/50] beam git commit: Turn notifications for broken Windows test off.

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/gearpump-runner
Commit: 65a6d66251b081d540de85ed55dce3b62de797e7
Parents: d1d7812
Author: jasonkuster <ja...@google.com>
Authored: Wed Jun 21 09:40:51 2017 -0700
Committer: GitHub <no...@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(