ci(workflows): extend CH version matrix to 26.5, 26.6, 26.7 - #3071
Open
polyglotAI-bot wants to merge 1 commit into
Open
ci(workflows): extend CH version matrix to 26.5, 26.6, 26.7#3071polyglotAI-bot wants to merge 1 commit into
polyglotAI-bot wants to merge 1 commit into
Conversation
Bring the integration-test coverage onto the support policy: the 2 most recent LTS series (25.8, 26.3) plus the 3 most recent stable series (26.5, 26.6, 26.7). CH head stays covered by test_head.yml.
|
Client V2 CoverageCoverage Report
Class Coverage
|
JDBC V2 CoverageCoverage Report
Class Coverage
|
JDBC V1 CoverageCoverage Report
Class Coverage
|
Client V1 CoverageCoverage Report
Class Coverage
|
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.



Description
CI/maintenance chore: bring the ClickHouse version coverage of the
integration-test matrices onto the support policy — the 2 most recent LTS
series and the 3 most recent stable series.
25.8,26.3(already present)26.5,26.6,26.7(added)latestkept as-is (floating tag, satisfies no specific series)headis already covered by the dedicatedtest_head.ymlworkflow,which runs the same suites nightly — no matrix entry added for it.
No client-behavior change, so no CHANGELOG entry and no version bump.
Changes
.github/workflows/build.yml— the three integration matrices(
test-java-client,test-jdbc-driver,test-r2dbc-driver) now read["25.8", "26.3", "26.5", "26.6", "26.7", "latest"]. The comment above thefirst matrix was updated to state the coverage rule.
Single-version reference pins (
PREFERRED_LTS_VERSIONinbuild.yml/analysis.yml,CH_VERSIONinnightly.yml/release.yml) are untouched —they serve a different, non-matrix purpose.
Test
build.ymlparses (yaml.safe_load).docker manifest inspect clickhouse/clickhouse-server:{26.5,26.6,26.7}→ OK.