-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Reduce 6.0 release branch CI runs (6.0 preview 1) #49168
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
Reduce 6.0 release branch CI runs (6.0 preview 1) #49168
Conversation
Change dotnet#41856 reduced stress job frequency to once per day, alternating between main and the release branches. However, the release branches get few changes yet still run the job. (Also, all the release branches run the job at the same time.) Change to running the job daily in main, where most development happens. Also change the runs to daily in the release branches, but change to only run if the branch has changed since the last run.
Tagging subscribers to this area: @hoyosjs Issue Details6.0 release branches are running AzDO stress pipelines on a schedule, even though (normally) nothing is changing. Change this to only run if something changes. This is a port of #49020 to the release branch.
|
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.
Same comment as in the other PR, but thanks!
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.
Looks awesome, thanks for following up!
This is a protected branch. Who has permission to merge to preview1 (and preview2) branches? |
|
I've cancelled the CI official build too. |
Thanks @hoyosjs ! |
6.0 release branches are running AzDO stress pipelines on a schedule, even though (normally) nothing is changing. Change this to only run if something changes.
This is a port of #49020 to the release branch.