PS-10953 Add the param job to trigger 5.7 parallel pipelines#517
Open
VarunNagaraju wants to merge 1 commit into
Open
PS-10953 Add the param job to trigger 5.7 parallel pipelines#517VarunNagaraju wants to merge 1 commit into
VarunNagaraju wants to merge 1 commit into
Conversation
https://perconadev.atlassian.net/browse/PS-10953 - Updates ARCH parameter to remove the unsupported ARM option. - Updates DOCKER_OS parameter to add focal and AL2 in pipeline-57-parallel-mtr.yml.
inikep
reviewed
May 28, 2026
| - matrix-combinations: | ||
| name: COMBINATIONS | ||
| description: "Select matrix combinations" | ||
| filter: CMAKE_BUILD_TYPE=="Debug" && DOCKER_OS=="ubuntu:noble" || CMAKE_BUILD_TYPE=="RelWithDebInfo" && DOCKER_OS=="ubuntu:noble" || CMAKE_BUILD_TYPE=="Debug" && DOCKER_OS=="ubuntu:resolute" || CMAKE_BUILD_TYPE=="RelWithDebInfo" && DOCKER_OS=="ubuntu:resolute" || CMAKE_BUILD_TYPE=="Debug" && DOCKER_OS=="debian:bookworm" || CMAKE_BUILD_TYPE=="RelWithDebInfo" && DOCKER_OS=="debian:bookworm" || CMAKE_BUILD_TYPE=="Debug" && DOCKER_OS=="debian:trixie" || CMAKE_BUILD_TYPE=="RelWithDebInfo" && DOCKER_OS=="debian:trixie" || CMAKE_BUILD_TYPE=="Debug" && DOCKER_OS=="oraclelinux:9" || CMAKE_BUILD_TYPE=="RelWithDebInfo" && DOCKER_OS=="oraclelinux:9" || CMAKE_BUILD_TYPE=="Debug" && DOCKER_OS=="oraclelinux:10" || CMAKE_BUILD_TYPE=="RelWithDebInfo" && DOCKER_OS=="oraclelinux:10" |
Collaborator
There was a problem hiding this comment.
You should remove debian:trixie , oraclelinux:10, ubuntu:resolute and so on.
inikep
approved these changes
May 28, 2026
Collaborator
inikep
left a comment
There was a problem hiding this comment.
LGTM, just a minor issue
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.
https://perconadev.atlassian.net/browse/PS-10953