-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix nightly package repo syncs #325
Conversation
Some individual repos have started taking >6h to sync. This Commit bumps the timeout so they don't expire.
Just noticed this doesn't work for Ubuntu yet 🤦 setting to draft for now |
9afd439
to
776eb95
Compare
Working again, retest is here: https://github.com/stackhpc/stackhpc-release-train/actions/runs/10669485808/job/29571521473#step:5:20 |
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.
Like the approach.
Added new tests to check sync groups are defined for all synced repos Updated sync group on various repos
Increasing the timeout did not help syncs This reverts commit 7f4ebcf.
2dc8367
to
4f6e434
Compare
Retest here |
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.
LGTM, assuming tests pass.
Missed a fix for the Ubuntu mirrors, test here |
Added a new variable,
sync_group
, to the repo definitions. Repos with the same sync group will be synced at the same time.Generally easier to create custom groups than trying to regex match against names
Regex filters should still work when running the workflow manually
Bumped the overall time limit and per-retry time limit as Rocky 9 BaseOS has started taking >6h to sync on its own
Test workflow is running here