You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/05/14 23:59:31 UTC

[GitHub] [beam] aaltay commented on a change in pull request #11713: Run Inventory jobs every 12 hours.

aaltay commented on a change in pull request #11713:
URL: https://github.com/apache/beam/pull/11713#discussion_r425493405



##########
File path: .test-infra/jenkins/job_Inventory.groovy
##########
@@ -30,7 +30,7 @@ nums.each {
     commonJobProperties.setTopLevelMainJobProperties(delegate)
 
     // Sets that this is a cron job.
-    commonJobProperties.setCronJob(delegate, '45 18 * * *')
+    commonJobProperties.setCronJob(delegate, '0 */12 * * *')

Review comment:
       Should we instead fo with 6,18 to control when the it will run? There might be value in running the inventory task about the same time for all machines.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org