MDBF-1156: Add Ubuntu 26.04 - ci_images add galera#924
Open
grooverdan wants to merge 1 commit intoMariaDB:devfrom
Open
MDBF-1156: Add Ubuntu 26.04 - ci_images add galera#924grooverdan wants to merge 1 commit intoMariaDB:devfrom
grooverdan wants to merge 1 commit intoMariaDB:devfrom
Conversation
With MDEV-38978 resolved, there is now mariadb-4.x galera packages for 26.04 in both dev and prod BB environments. This adds galera to the bb-worker images. Note the 26.04-amd64v3 image will gain an non-amd64v3 galera package for now. There currently isn't a galera-amd64v3 builder and changes to ci_build_images/debian.Dockerfile needs to happen to include the variant package.
Collaborator
|
@grooverdan the CI workflow is trying to get Galera from production i.e. ci.mariadb.org If you want galera testing on the V3 builder, I can do "some tricks" to make it happen, |
Member
Author
|
yep, a fix into the v3 builder is quite sufficient to capture any regressions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With MDEV-38978 resolved, there is now mariadb-4.x galera packages for 26.04 in both dev and prod BB environments.
This adds galera to the bb-worker images.
Note the 26.04-amd64v3 image will gain an non-amd64v3 galera package for now. There currently isn't a
galera-amd64v3 builder and changes to
ci_build_images/debian.Dockerfile needs to happen to include the variant package.
Note: I did test building galera-4 using
./scripts/build -pon the amd64v3 bb worker and it built and unit tested ok.