Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
379 stars 1.19k forks source link

repository CI/CD pipelines use ubuntu-16.04 images, which will be removed on 18 October 2021 #3941

Open phealy opened 2 years ago

phealy commented 2 years ago

Extension name (the extension in question)

Repository build pipeilne

Description of issue (in as much detail as possible)

Per the warnings that show on build validation pipelines right now (see my PR check pipeline, the warnings tab), azure-pipelines.yml is using ubuntu-16.04 images for checkout. These images will be removed in less than 14 days, at which point the PR validation pipeline will break.


phealy commented 2 years ago

See virtual-environments/#3287 for more details.

ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @narula0781, @ashishonce, @romil07.

Issue Details
- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues) ### Extension name (the extension in question) Repository build pipeilne ### Description of issue (in as much detail as possible) Per the warnings that show on build validation pipelines right now (see [my PR check pipeline](https://dev.azure.com/azure-sdk/public/_build/results?buildId=1127632&view=results), the warnings tab), [azure-pipelines.yml](https://github.com/Azure/azure-cli-extensions/blob/main/azure-pipelines.yml) is using ubuntu-16.04 images for checkout. These images will be removed in less than 14 days, at which point the PR validation pipeline will break. -----
Author: phealy
Assignees: -
Labels: `Service Attention`, `needs-triage`, `DevOps`
Milestone: -
yonzhan commented 2 years ago

route to service team