Uh oh!
There was an error while loading. Please reload this page.
[3.7] Bump Azure Pipelines to ubuntu-20.04 - #100854
Conversation
b269d75 to
2b05fd9Comparehugovk
commented
Jan 8, 2023
zooba
commented
Jan 9, 2023
The PR trigger is overridden to only run on PRs to main, to avoid slowing down backports. And there's a separate build definition for CI builds (using the same YAML, and the default triggers for CI). I'm pretty sure triggers are only evaluated from the default branch's YAML, which is probably Updating the OS images seems fine. I'd prefer to have it explicitly select an Ubuntu version - using |
hugovk
commented
Jan 16, 2023
Please see PR #101089 to replace this one. |
The 3.7 branch builds on Azure Pipelines is failing, for example:
The
mainand 3.11-3.8 branches were already bumped toubuntu-20.04by #89170, which didn't make it back to 3.7.Alternatively, we could use
ubuntu-22.04for all branches, or theubuntu-latestalias which is now pointing toubuntu-22.04.