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

[ci] temporarily pin Azure Devops jobs to ubuntu 20.04 #5174

Merged
merged 1 commit into from
Apr 23, 2022

Conversation

jameslamb
Copy link
Collaborator

All Linux_latest jobs on Azure Devops started failing a few days ago, because the ubuntu:latest tag on DockerHub moved from Ubuntu 20.04 to 22.04.

#5169 (comment)
#5169 (comment)

While attempting to fix this on #5169, I ran into the issue from #5106 (#5106 (comment)). I believe I've identified the root cause there, but I expect fixing it to require significant discussion and effort.

For now, to unblock other development in this project, this PR proposes temporarily pinning the Linux_latest jobs back to Ubuntu 20.04.

@jameslamb jameslamb marked this pull request as ready for review April 23, 2022 19:29
Copy link
Collaborator

@StrikerRUS StrikerRUS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree! Thanks for working on this!
Should we also pin Ubuntu version for GitHub Actions (they share the same environments with Azure Pipelines)?

@jameslamb
Copy link
Collaborator Author

I don't think we need to yet.

On Azure DevOps, these jobs are running inside an ubuntu:latest docker container.

On GitHub Actions, they run on the ubuntu-latest VM image (not inside a container), which is still on 20.04 according to https://github.com/actions/virtual-environments.

I think that's why we've only seen job failures on Azure DevOps.

@jameslamb jameslamb merged commit f68b854 into master Apr 23, 2022
@jameslamb jameslamb deleted the temporarily-pin-ubuntu branch April 23, 2022 21:47
@jameslamb jameslamb mentioned this pull request Oct 7, 2022
40 tasks
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants