-
Notifications
You must be signed in to change notification settings - Fork 25
MDBF-1078 Ubuntu 20.04 is EOL #756
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
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks pretty good. Guess we'll see who the eco-php goes.
Could remove 10.5 out of the gridview.
maps to what I was planning on the Docker Official Images side - MariaDB/mariadb-docker#553
MariaDB/mariadb-docker#645 for merging at the same time as the CI starts triggering the docker-library worker from jammy. |
So when this patch reaches buildbot production, right? |
yes. BB production. |
No need to rush the on the MariaDB/mariadb-docker#645 merge. It will only impact 10.6 pushes which don't happen too often. @fauust and @vl-radu have push rights there when needed (and actually all server developers - which I may reconsider at some stage soon). |
This patch is targeted for buildbot release v1.0.7 I know I had an attempt to cover it in MariaDB#756 but I don't like getting merge conflicts on constants.py. so it's better to separate the concerns a bit, remove 10.5 and then handle any platform deprecation / addition.
This patch is targeted for buildbot release v1.0.7 I know I had an attempt to cover it in MariaDB#756 but I don't like getting merge conflicts on constants.py. so it's better to separate the concerns a bit, remove 10.5 and then handle any platform deprecation / addition.
This patch is targeted for buildbot release v1.0.7 I know I had an attempt to cover it in MariaDB#756 but I don't like getting merge conflicts on constants.py. so it's better to separate the concerns a bit, remove 10.5 and then handle any platform deprecation / addition.
This patch is targeted for buildbot release v1.0.7 I know I had an attempt to cover it in MariaDB#756 but I don't like getting merge conflicts on constants.py. so it's better to separate the concerns a bit, remove 10.5 and then handle any platform deprecation / addition.
This patch is targeted for buildbot release v1.0.7 I know I had an attempt to cover it in MariaDB#756 but I don't like getting merge conflicts on constants.py. so it's better to separate the concerns a bit, remove 10.5 and then handle any platform deprecation / addition.
This patch is targeted for buildbot release v1.0.7 I know I had an attempt to cover it in #756 but I don't like getting merge conflicts on constants.py. so it's better to separate the concerns a bit, remove 10.5 and then handle any platform deprecation / addition.
1. Remove the release builders 2. Docker Library - 10.6 on 2204 3. Upgrade dependent builders: - Bump Ubuntu to 22.04 for integration testing builders: `eco-php` - Bump Ubuntu to 22.04 for special builders: debug, big-test, full-test Make sure to remove amd64-ubuntu-2004-debug from branch protection and add 2204 instead.
5cb7a57
to
2154696
Compare
- fixed runtime deps for mariadb in ubuntu 22.04 container - fixed build-time deps for php in 22.04 container PHP 7.1 won't compile on 22.04 container but it's EOL anyway. - updated the list with only supported versions. See: https://www.php.net/supported-versions
@grooverdan this patch is ready for your final review. How to test c468a36
Note: maybe you know better why is this happening: |
without server (ppc)- Solved in 6b2936510.5 is no longer supported, start SUPPORTED_PLATFORMS from 10.6- Solved in #765