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 use 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:
[email protected]