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

chore(CI): unify to use Ubuntu 22.04 for CI (cherry-pick #1609) #1641

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

empiredan
Copy link
Contributor

@empiredan empiredan commented Oct 16, 2023

#1604

Prior to this patch, the thirdparties-bin-test-${OS}-${branch} docker images are
only built for Ubuntu 18.04 for CI purpose, but some CI jobs use Ubuntu 22.04 image,
it may cause the CI failed because the Ubuntu 22.04 image is outdated (for example,
lack of or outdated of some thirdparties).

This patch unify to build and use thirdparties-bin-test-2204-${branch} docker image.

This PR is to cherry-pick #1609 into v2.5 to solve issue #1604.

apache#1604

Prior to this patch, the `thirdparties-bin-test-${OS}-${branch}` docker images are
only built for Ubuntu 18.04 for CI purpose, but some CI jobs use Ubuntu 22.04 image,
it may cause the CI failed because the Ubuntu 22.04 image is outdated (for example,
lack of or outdated of some thirdparties).
This patch unify to build and use `thirdparties-bin-test-2204-${branch}` docker image.
@acelyc111
Copy link
Member

Merged although some CIs failed, they are not caused by this patch, we'll resolve the issues later.

@acelyc111 acelyc111 merged commit 7dde9c0 into apache:v2.5 Oct 17, 2023
25 of 44 checks passed
@empiredan
Copy link
Contributor Author

Merged although some CIs failed, they are not caused by this patch, we'll resolve the issues later.

Yes, we introduce this patch since thirdparties-bin-test-ubuntu1804-v2.5 would not be generated:
image

@empiredan empiredan added the 2.5 issues and pull requests dedicated to v2.5 label Oct 19, 2023
@empiredan empiredan changed the title chore(CI): unify to use Ubuntu 22.04 for CI chore(CI): unify to use Ubuntu 22.04 for CI (cherry-pick #1609) Oct 19, 2023
@empiredan empiredan mentioned this pull request Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.5 issues and pull requests dedicated to v2.5 github
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants