You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Run runtime-extra-platforms with batched builds for release (#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.
0 commit comments