Uh oh!
There was an error while loading. Please reload this page.
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.
ghost
commented
Mar 4, 2021
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.
|
hoyosjs
left a comment
There was a problem hiding this comment.
Same comment as in the other PR, but thanks!
trylek
left a comment
There was a problem hiding this comment.
Looks awesome, thanks for following up!
BruceForstall
commented
Mar 5, 2021
This is a protected branch. Who has permission to merge to preview1 (and preview2) branches? |
BruceForstall
commented
Mar 5, 2021
|
hoyosjs
commented
Mar 5, 2021
I've cancelled the CI official build too. |
BruceForstall
commented
Mar 6, 2021
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.