mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
2.6 KiB
2.6 KiB
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: Set desired options before CI starts or re-push after updates
Run only:
- Integration tests
- Integration tests (arm64)
- Stateless tests (release)
- Stateless tests (asan)
- Stateful tests (release)
- Stateful tests (asan)
- No sanitizers
- Tests with analyzer
- Fast tests
- Only package_debug build
- Add your CI variant description here
CI 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