Add CAS regression jobs to the Antalya 26.6 pipeline - #2234
Merged
Conversation
Bring the CAS-supported `clickhouse-regression` suites into the Antalya 26.6 regression workflow. Adds a `CAS` matrix job that runs the six suites that support the `--cas` flag (`aggregate_functions`, `alter`, `atomic_insert`, `engines`, `lightweight_delete`, `selects`) with a content-addressed disk as the default `MergeTree` storage, plus a `TieredStorageCAS` job that runs the `tiered_storage` suite with `--with-cas`. All jobs are gated on the Antalya version because the `cas` metadata storage type only exists in Antalya builds >= 26.6. Co-authored-by: Cursor <cursoragent@cursor.com>
strtgbb
approved these changes
Aug 18, 2026
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.
Bring the CAS-supported
clickhouse-regressionsuites into the Antalya 26.6 regression pipeline (.github/workflows/regression.yml).CAS (content-addressed storage) uses the
casmetadata storage type, which only exists in Antalya builds >= 26.6, so all of the new jobs are gated on the Antalya version string and are never scheduled on upstream release builds.Two jobs are added:
CAS: a matrix over the six suites that support the--casflag (aggregate_functions,alter,atomic_insert,engines,lightweight_delete,selects), each run with a content-addressed disk as the defaultMergeTreestorage (regression_args: --cas).TieredStorageCAS: runs thetiered_storagesuite with the content-addressed external/slow tier (regression_args: --with-cas).Both jobs honor the
ci_regression_jobsfilter (identifiercas), and a matching<!---ci_regression_cas-->checkbox is added to the PR template so the CAS suites can be selected individually.TieredStorageCASalso runs when eithertiered_storageorcasis selected.The six
--cassuites andtiered_storage's--with-casflag are available on thereleasebranch ofAltinity/clickhouse-regression, which is the ref this pipeline checks out.Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
...
Documentation entry for user-facing changes
...
Made with Cursor