### Changelog category (leave one): - New Feature - Improvement - Performance Improvement - Backward Incompatible Change - Build/Testing/Packaging Improvement - Documentation (changelog entry is not required) - Bug Fix (user-visible misbehavior in an official stable release) - CI Fix or Improvement (changelog entry is not required) - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): ... ### Documentation entry for user-facing changes - [ ] Documentation is written (mandatory for new features) > Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/ --- ### Modify your CI run: **NOTE:** If your merge the PR with modified CI you **MUST KNOW** what you are doing **NOTE:** Checked options will be applied if set before CI RunConfig/PrepareRunConfig step #### Include tests (required builds will be added automatically): - [ ] Fast test - [ ] Integration Tests - [ ] Stateless tests - [ ] Stateful tests - [ ] Unit tests - [ ] Performance tests - [ ] All with ASAN - [ ] All with TSAN - [ ] All with Analyzer - [ ] Add your option here #### Exclude tests: - [ ] Fast test - [ ] Integration Tests - [ ] Stateless tests - [ ] Stateful tests - [ ] Performance tests - [ ] All with ASAN - [ ] All with TSAN - [ ] All with MSAN - [ ] All with UBSAN - [ ] All with Coverage - [ ] All with Aarch64 - [ ] Add your option here #### Extra options: - [ ] do not test (only style check) - [ ] disable merge-commit (no merge from master before tests) - [ ] disable CI cache (job reuse) #### Only specified batches in multi-batch jobs: - [ ] 1 - [ ] 2 - [ ] 3 - [ ] 4