Skip to content

Conversation

@Damien-Chen
Copy link
Contributor

@Damien-ChenDamien-Chen commented Aug 1, 2024

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

@bedevere-app
Copy link

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.

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

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

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

@Damien-Chen
Copy link
ContributorAuthor

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

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

@hugovk
Copy link
Member

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
ContributorAuthor

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

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
ContributorAuthor

##[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
ContributorAuthor

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

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

@Damien-Chen
Copy link
ContributorAuthor

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

Yes please! No issue needed for that.

@hugovkhugovk closed this Aug 4, 2024
@Damien-ChenDamien-Chen deleted the azure-ubuntu-24.04 branch September 15, 2024 04:53
Sign up for freeto 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.

3 participants

@Damien-Chen@hugovk@colesbury