-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the cron trigger to hopefully reduce the change of jobs being dropped. #7784
Conversation
# trigger the job the image at 1am est every night (UTC 20:00) | ||
# NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk | ||
- cron: '0 20 * * *' | ||
- cron: '17 20 * * *' # trigger the job the image at 1:17am est every night (UTC 20:17) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UTC 20:17 is actually 4:17 PM Eastern, I believe...
# trigger the job the image at 1am est every night (UTC 20:00) | ||
# NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk | ||
- cron: '0 20 * * *' | ||
- cron: '17 05 * * *' # trigger the job the image at 1:17am est every night (UTC 05:17) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually 1:17 AM EDT (Eastern Daylight Time), but 12:17 AM EST (Eastern Standard Time). Can you update the comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point. I don't know how time zones work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One typo, then this can be merged. You should wait until well after 4 PM, however, to test whether the build scheduled for today happens -- recommend waiting until 5 PM.
# trigger the job the image at 1am est every night (UTC 20:00) | ||
# NOTE: by default schedule:cron jobs pull from the repo default branch which makes this the master branch of gatk | ||
- cron: '0 20 * * *' | ||
- cron: '17 05 * * *' # trigger the job the image at 12:17am EST every night (UTC 05:17) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"the job the image" -> "the job to build the image"
No description provided.