You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/11/27 18:38:00 UTC

[beam] branch aaltay-patch-3 created (now 0ec37b3)

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

altay pushed a change to branch aaltay-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 0ec37b3  Bump python precommit timeout to 3hrs

This branch includes the following new commits:

     new 0ec37b3  Bump python precommit timeout to 3hrs

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: Bump python precommit timeout to 3hrs

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

altay pushed a commit to branch aaltay-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0ec37b30423256d9f531fadc7836a3820e4bc6ab
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Wed Nov 27 10:37:51 2019 -0800

    Bump python precommit timeout to 3hrs
    
    Follow up to https://github.com/apache/beam/pull/10121
    
    Regular version of the precommits are timing out. Not the pytest versions. Apply the same timeout to both places.
---
 .test-infra/jenkins/job_PreCommit_Python.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.test-infra/jenkins/job_PreCommit_Python.groovy b/.test-infra/jenkins/job_PreCommit_Python.groovy
index 97f28ba..0fe418a 100644
--- a/.test-infra/jenkins/job_PreCommit_Python.groovy
+++ b/.test-infra/jenkins/job_PreCommit_Python.groovy
@@ -22,6 +22,7 @@ PrecommitJobBuilder builder = new PrecommitJobBuilder(
     scope: this,
     nameBase: 'Python',
     gradleTask: ':pythonPreCommit',
+    timeoutMins: 180,
     triggerPathPatterns: [
       '^model/.*$',
       '^sdks/python/.*$',