Repository: beam
Updated Branches:
  refs/heads/master c1a2226c9 -> 0eb4004a8


Remove notifications from JDK versions test.

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

Branch: refs/heads/master
Commit: 5e12e9d75ab78f210b3b024a77c52aaec033218c
Parents: c1a2226
Author: jasonkuster <jasonkus...@google.com>
Authored: Tue Jun 20 12:05:22 2017 -0700
Committer: GitHub <nore...@github.com>
Committed: Tue Jun 20 12:05:22 2017 -0700

----------------------------------------------------------------------
 .../jenkins/job_beam_PostCommit_Java_JDKVersionsTest.groovy        | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/5e12e9d7/.test-infra/jenkins/job_beam_PostCommit_Java_JDKVersionsTest.groovy
----------------------------------------------------------------------
diff --git 
a/.test-infra/jenkins/job_beam_PostCommit_Java_JDKVersionsTest.groovy 
b/.test-infra/jenkins/job_beam_PostCommit_Java_JDKVersionsTest.groovy
index f23e741..df0a2c7 100644
--- a/.test-infra/jenkins/job_beam_PostCommit_Java_JDKVersionsTest.groovy
+++ b/.test-infra/jenkins/job_beam_PostCommit_Java_JDKVersionsTest.groovy
@@ -37,6 +37,8 @@ matrixJob('beam_PostCommit_Java_JDK_Versions_Test') {
   common_job_properties.setPostCommit(
       delegate,
       '0 */6 * * *',
+      false,
+      '',  // TODO: Remove last two args once test is stable again.
       false)
 
   // Allows triggering this build against pull requests.

Reply via email to