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/24 16:31:31 UTC

[1/2] beam git commit: Increase seed job(s) timeout to 30 minutes

Repository: beam
Updated Branches:
  refs/heads/master fefe153cd -> 5b03259ee


Increase seed job(s) timeout to 30 minutes


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

Branch: refs/heads/master
Commit: dc0ff9acadb146dd3e8f232256033ab699458614
Parents: fefe153
Author: Kenneth Knowles <ke...@apache.org>
Authored: Tue Oct 24 09:28:33 2017 -0700
Committer: Kenneth Knowles <ke...@apache.org>
Committed: Tue Oct 24 09:28:33 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_seed.groovy            | 2 +-
 .test-infra/jenkins/job_seed_standalone.groovy | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/dc0ff9ac/.test-infra/jenkins/job_seed.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_seed.groovy b/.test-infra/jenkins/job_seed.groovy
index 1ef4950..58ee928 100644
--- a/.test-infra/jenkins/job_seed.groovy
+++ b/.test-infra/jenkins/job_seed.groovy
@@ -63,7 +63,7 @@ job('beam_SeedJob') {
 
   wrappers {
     timeout {
-      absolute(5)
+      absolute(30)
       abortBuild()
     }
   }

http://git-wip-us.apache.org/repos/asf/beam/blob/dc0ff9ac/.test-infra/jenkins/job_seed_standalone.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_seed_standalone.groovy b/.test-infra/jenkins/job_seed_standalone.groovy
index badb3c3..529b2ba 100644
--- a/.test-infra/jenkins/job_seed_standalone.groovy
+++ b/.test-infra/jenkins/job_seed_standalone.groovy
@@ -63,7 +63,7 @@ job('beam_SeedJob_Standalone') {
 
   wrappers {
     timeout {
-      absolute(5)
+      absolute(30)
       abortBuild()
     }
   }


[2/2] beam git commit: This closes #4031: Increase seed job(s) timeout to 30 minutes

Posted by ke...@apache.org.
This closes #4031: Increase seed job(s) timeout to 30 minutes


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

Branch: refs/heads/master
Commit: 5b03259ee34e6335d307d4e24029a9d463b87cba
Parents: fefe153 dc0ff9a
Author: Kenneth Knowles <ke...@apache.org>
Authored: Tue Oct 24 09:31:12 2017 -0700
Committer: Kenneth Knowles <ke...@apache.org>
Committed: Tue Oct 24 09:31:12 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_seed.groovy            | 2 +-
 .test-infra/jenkins/job_seed_standalone.groovy | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------