Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
[3.7] Bump Azure Pipelines to ubuntu-20.04#100854
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
b269d75
to2b05fd9
CompareThe 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 isprobably Updating the OS images seems fine. I'd prefer to have it explicitly select an Ubuntu version - using |
Please see PR#101089 to replace this one. |
Uh oh!
There was an error while loading.Please reload this page.
The 3.7 branch builds on Azure Pipelines is failing, for example:
The
main
and 3.11-3.8 branches were already bumped toubuntu-20.04
by#89170, which didn't make it back to 3.7.Alternatively, we could use
ubuntu-22.04
for all branches, or theubuntu-latest
alias which is now pointing toubuntu-22.04
.