Skip to content
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

Merged
merged 5 commits into from
Apr 15, 2022

Conversation

jamesemery
Copy link
Collaborator

No description provided.

# 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)
Copy link
Collaborator

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)
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

Copy link
Collaborator

@droazen droazen left a 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)
Copy link
Collaborator

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"

@gatk-bot
Copy link

Travis reported job failures from build 38872
Failures in the following jobs:

Test Type JDK Job ID Logs
integration openjdk11 38872.12 logs

@jamesemery jamesemery merged commit 0f6ca4f into master Apr 15, 2022
@jamesemery jamesemery deleted the je_repairNightlyCronJobs branch April 15, 2022 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants