You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ma...@apache.org on 2019/10/03 18:44:13 UTC

[beam] branch markflyhigh-patch-4 created (now c24df32)

This is an automated email from the ASF dual-hosted git repository.

markliu pushed a change to branch markflyhigh-patch-4
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at c24df32  [BEAM-8346] Increase timeout of beam_PostRelease_Python_Candidate to 6hours

This branch includes the following new commits:

     new c24df32  [BEAM-8346] Increase timeout of beam_PostRelease_Python_Candidate to 6hours

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: [BEAM-8346] Increase timeout of beam_PostRelease_Python_Candidate to 6hours

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markliu pushed a commit to branch markflyhigh-patch-4
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c24df328e45fe9456fe24e12fc331b2dd0d6d970
Author: Mark Liu <ma...@apache.org>
AuthorDate: Thu Oct 3 11:43:10 2019 -0700

    [BEAM-8346] Increase timeout of beam_PostRelease_Python_Candidate to 6hours
    
    Fix timeout failure like https://builds.apache.org/job/beam_PostRelease_Python_Candidate/167/. See details in https://issues.apache.org/jira/browse/BEAM-8346.
    
    +R: @yifanzou
---
 .test-infra/jenkins/job_ReleaseCandidate_Python.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_ReleaseCandidate_Python.groovy b/.test-infra/jenkins/job_ReleaseCandidate_Python.groovy
index 4df59b1..2b7daae 100644
--- a/.test-infra/jenkins/job_ReleaseCandidate_Python.groovy
+++ b/.test-infra/jenkins/job_ReleaseCandidate_Python.groovy
@@ -22,7 +22,7 @@ job('beam_PostRelease_Python_Candidate') {
     description('Runs verification of the Python release candidate.')
 
     // Set common parameters.
-    commonJobProperties.setTopLevelMainJobProperties(delegate)
+    commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 360)
 
     // Allows triggering this build against pull requests.
     commonJobProperties.enablePhraseTriggeringFromPullRequest(