Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-122544: Change OS image in Azure Pipelines to ubuntu-24.04 #122570

Closed
wants to merge 2 commits into from

Conversation

Damien-Chen
Copy link
Contributor

@Damien-Chen Damien-Chen commented Aug 1, 2024

Change base OS image in Azure pipeline from ubuntu-22.04 to ubuntu-24.04

Unverified

This user has not yet uploaded their public signing key.
@bedevere-app
Copy link

bedevere-app bot commented Aug 1, 2024

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@hugovk hugovk changed the title gh-122544: Change OS image in Azure pipeline to ubuntu-24.04 gh-122544: Change OS image in Azure Pipelines to ubuntu-24.04 Aug 2, 2024
@hugovk
Copy link
Member

hugovk commented Aug 2, 2024

Please could you also add 3.13 to the triggers on line 1 of these files, and remove EOL 3.7?

@hugovk
Copy link
Member

hugovk commented Aug 2, 2024

Or can we use 3.* like in GitHub Actions?

Unverified

This user has not yet uploaded their public signing key.
@Damien-Chen
Copy link
Contributor Author

Or can we use 3.* like in GitHub Actions?

It seems that Azure Pipelines doesnt support patterns like 3.*

@hugovk
Copy link
Member

hugovk commented Aug 2, 2024

Is ubuntu-24.04 available for Azure Pipelines yet?

ubuntu-22.04 is the latest at https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#software

@Damien-Chen
Copy link
Contributor Author

Azure Pipelines

I think ubuntu-24.04 is available based on
actions/runner-images#9848

pool:
name: 'Azure Pipelines'
vmImage: 'ubuntu-24.04'

@hugovk
Copy link
Member

hugovk commented Aug 2, 2024

I have Azure Pipelines set up on my fork, but it errored with ubuntu-24.04:

##[error]No config name or imagelabel provided in request
,##[error]The remote provider was unable to process the request.

https://dev.azure.com/hugovk/CPython/_build/results?buildId=5151&view=logs&j=341b3d8e-0d13-57d4-859b-65d31dcbc29e

@Damien-Chen
Copy link
Contributor Author

##[error]No config name or imagelabel provided in request
,##[error]The remote provider was unable to process the request

It looks like strange, let me check with this

@Damien-Chen
Copy link
Contributor Author

It seems that Azure Pipeline currently does not support ubuntu-24.04. Maybe we can pend this until they release it ?

@hugovk
Copy link
Member

hugovk commented Aug 4, 2024

Sure, do you want to mark this as a draft or close it and re-open later?

@Damien-Chen
Copy link
Contributor Author

I prefered closed it. BTW, should I send another PR that only adding 3.13 to the trigger and remove EOL 3.7 based on previous suggestion ?

@hugovk
Copy link
Member

hugovk commented Aug 4, 2024

Yes please! No issue needed for that.

@hugovk hugovk closed this Aug 4, 2024
@Damien-Chen Damien-Chen deleted the azure-ubuntu-24.04 branch September 15, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants