chore: update infra ci to run weekly and on release pr #1124
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Switches nightly CI to weekly, but also adds
milestoned
trigger to run this CI pre-release. To date we have seen minimal issues with uds-core in these environments that have actually been caused by core issues. Reducing this CI to weekly + before release will still ensure that we can catch issues, but also optimize our time/cost.I also added a modification to the cluster wait script to wait on jobs. Some of our recent CI has failed due to metallb not being installed completely yet (it is installed via a rancher
helmchart
CR, which creates a job). Example failure this should resolve: https://github.com/defenseunicorns/uds-core/actions/runs/12327456734/job/34409486515Related Issue
Fixes #1122
Type of change
Checklist before merging