You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2019/12/12 23:22:51 UTC

[beam] branch pabloem-patch-1 created (now 6a05172)

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

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


      at 6a05172  Run beam_CancelStaleDataflowJobs every 6 hours.

This branch includes the following new commits:

     new 6a05172  Run beam_CancelStaleDataflowJobs every 6 hours.

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: Run beam_CancelStaleDataflowJobs every 6 hours.

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

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

commit 6a05172f8292b92101f1b83a8cd8edfe0d864c6e
Author: Pablo <pa...@users.noreply.github.com>
AuthorDate: Thu Dec 12 15:22:39 2019 -0800

    Run beam_CancelStaleDataflowJobs every 6 hours.
---
 .test-infra/jenkins/job_CancelStaleDataflowJobs.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/job_CancelStaleDataflowJobs.groovy b/.test-infra/jenkins/job_CancelStaleDataflowJobs.groovy
index 20760e8..3a4a621 100644
--- a/.test-infra/jenkins/job_CancelStaleDataflowJobs.groovy
+++ b/.test-infra/jenkins/job_CancelStaleDataflowJobs.groovy
@@ -25,7 +25,7 @@ job("beam_CancelStaleDataflowJobs") {
     commonJobProperties.setTopLevelMainJobProperties(delegate)
 
     // Sets that this is a cron job, run once randomly per day.
-    commonJobProperties.setCronJob(delegate, 'H H * * *')
+    commonJobProperties.setCronJob(delegate, '0 */6 * * *')
 
     // Allows triggering this build against pull requests.
     commonJobProperties.enablePhraseTriggeringFromPullRequest(