Uh oh!
There was an error while loading. Please reload this page.
[release/7.0] CI: Run runtime-extra-platforms with batched builds for release - #76615
Conversation
…tnet#76587) .. branches. Currently, for `release/*` branches, the pipeline is run twice a day, if there are any changes since the last *successful* run. In contrast, the `runtime` pipeline only runs batched builds for the release branches. This can get into a situation like: 1. commit ABC pushed to the release branch 2. `runtime` builds for ABC -- batched build 3. `runtime-extra-platforms` builds on a schedule, but this pipeline is unstable, and fails. 4. `runtime-extra-platforms` now runs twice a day, till we have a new commit, because the pipeline is never green Instead, this changes the behavior to match `runtime` pipeline, and only run batched builds.
ghost
commented
Oct 4, 2022
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsBackport of PR #76587 . Currently, for This can get into a situation like:
Instead, this changes the behavior to match Customer impactInfrastructure only change, so no customer impact. TestingManual testing Risknone
|
lewing
commented
Oct 4, 2022
this is just infrastructure no need to involve tactics |
lewing
commented
Oct 4, 2022
@akoeplinger@steveisok can one of you sign off |
radical
commented
Oct 4, 2022
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
radical
commented
Oct 4, 2022
Canceled the |
radical
commented
Oct 4, 2022
@carlossanlop ready to go! |
carlossanlop
commented
Oct 4, 2022
Approved, CI verified, infra-only change. Ready to merge. |
Backport of PR #76587 .
Currently, for
release/*branches, the pipeline is run twice a day, if there are any changes since the last successful run. In contrast, theruntimepipeline only runs batched builds for the release branches.This can get into a situation like:
runtimebuilds for ABC -- batched buildruntime-extra-platformsbuilds on a schedule, but this pipeline is unstable, and fails.runtime-extra-platformsnow runs twice a day, till we have a new commit, because the pipeline is never greenInstead, this changes the behavior to match
runtimepipeline, and only run batched builds.Customer impact
Infrastructure only change, so no customer impact.
Testing
Manual testing
Risk
none