2022-05-17 19:43:22 +00:00
|
|
|
<!---
|
|
|
|
A technical comment, you are free to remove or leave it as it is when PR is created
|
|
|
|
The following categories are used in the next scripts, update them accordingly
|
|
|
|
utils/changelog/changelog.py
|
2023-05-03 20:27:36 +00:00
|
|
|
tests/ci/cancel_and_rerun_workflow_lambda/app.py
|
2022-05-17 19:43:22 +00:00
|
|
|
-->
|
2022-04-05 08:05:54 +00:00
|
|
|
### Changelog category (leave one):
|
2018-12-18 01:51:59 +00:00
|
|
|
- New Feature
|
|
|
|
- Improvement
|
|
|
|
- Performance Improvement
|
|
|
|
- Backward Incompatible Change
|
|
|
|
- Build/Testing/Packaging Improvement
|
2020-01-21 15:17:09 +00:00
|
|
|
- Documentation (changelog entry is not required)
|
2024-05-28 10:53:52 +00:00
|
|
|
- Critical Bug Fix (crash, LOGICAL_ERROR, data loss, RBAC)
|
2023-04-19 08:54:45 +00:00
|
|
|
- Bug Fix (user-visible misbehavior in an official stable release)
|
2024-02-27 16:33:46 +00:00
|
|
|
- CI Fix or Improvement (changelog entry is not required)
|
2020-05-22 20:07:48 +00:00
|
|
|
- Not for changelog (changelog entry is not required)
|
2019-11-05 15:03:17 +00:00
|
|
|
|
2018-12-18 01:51:59 +00:00
|
|
|
|
2022-04-05 08:05:54 +00:00
|
|
|
### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
|
2018-12-18 01:51:59 +00:00
|
|
|
...
|
|
|
|
|
2023-01-04 13:05:32 +00:00
|
|
|
### Documentation entry for user-facing changes
|
2023-01-11 21:26:03 +00:00
|
|
|
|
|
|
|
- [ ] Documentation is written (mandatory for new features)
|
|
|
|
|
2023-01-04 13:10:36 +00:00
|
|
|
<!---
|
2023-01-04 13:08:31 +00:00
|
|
|
Directly edit documentation source files in the "docs" folder with the same pull-request as code changes
|
2023-01-04 13:05:32 +00:00
|
|
|
|
2023-01-04 13:08:31 +00:00
|
|
|
or
|
2023-01-04 11:48:12 +00:00
|
|
|
|
2023-01-04 13:08:31 +00:00
|
|
|
Add a user-readable short description of the changes that should be added to docs.clickhouse.com below.
|
2023-01-04 11:48:12 +00:00
|
|
|
|
2023-01-04 13:08:31 +00:00
|
|
|
At a minimum, the following information should be added (but add more as needed).
|
|
|
|
- Motivation: Why is this function, table engine, etc. useful to ClickHouse users?
|
|
|
|
|
|
|
|
- Parameters: If the feature being added takes arguments, options or is influenced by settings, please list them below with a brief explanation.
|
|
|
|
|
|
|
|
- Example use: A query or command.
|
|
|
|
-->
|
2019-11-05 15:03:17 +00:00
|
|
|
|
2023-01-04 12:54:52 +00:00
|
|
|
|
2022-04-22 12:09:11 +00:00
|
|
|
> Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/
|
2024-03-21 17:20:08 +00:00
|
|
|
|
2024-05-01 12:56:49 +00:00
|
|
|
<details>
|
2024-05-16 11:16:01 +00:00
|
|
|
<summary>CI Settings</summary>
|
2024-05-01 12:56:49 +00:00
|
|
|
|
2024-03-21 22:20:33 +00:00
|
|
|
**NOTE:** If your merge the PR with modified CI you **MUST KNOW** what you are doing
|
2024-03-26 15:56:41 +00:00
|
|
|
**NOTE:** Checked options will be applied if set before CI RunConfig/PrepareRunConfig step
|
2024-05-24 09:46:50 +00:00
|
|
|
- [ ] <!---ci_include_integration--> Allow: Integration Tests
|
2024-05-24 10:02:14 +00:00
|
|
|
- [ ] <!---ci_include_stateless--> Allow: Stateless tests
|
2024-05-24 09:46:50 +00:00
|
|
|
- [ ] <!---ci_include_stateful--> Allow: Stateful tests
|
|
|
|
- [ ] <!---ci_include_unit--> Allow: Unit tests
|
|
|
|
- [ ] <!---ci_include_performance--> Allow: Performance tests
|
|
|
|
- [ ] <!---ci_include_aarch64--> Allow: All with aarch64
|
|
|
|
- [ ] <!---ci_include_asan--> Allow: All with ASAN
|
|
|
|
- [ ] <!---ci_include_tsan--> Allow: All with TSAN
|
|
|
|
- [ ] <!---ci_include_analyzer--> Allow: All with Analyzer
|
|
|
|
- [ ] <!---ci_include_azure --> Allow: All with Azure
|
|
|
|
- [ ] <!---ci_include_KEYWORD--> Allow: Add your option here
|
|
|
|
---
|
|
|
|
- [ ] <!---ci_exclude_fast--> Exclude: Fast test
|
|
|
|
- [ ] <!---ci_exclude_integration--> Exclude: Integration Tests
|
|
|
|
- [ ] <!---ci_exclude_stateless--> Exclude: Stateless tests
|
|
|
|
- [ ] <!---ci_exclude_stateful--> Exclude: Stateful tests
|
|
|
|
- [ ] <!---ci_exclude_performance--> Exclude: Performance tests
|
|
|
|
- [ ] <!---ci_exclude_asan--> Exclude: All with ASAN
|
|
|
|
- [ ] <!---ci_exclude_tsan--> Exclude: All with TSAN
|
|
|
|
- [ ] <!---ci_exclude_msan--> Exclude: All with MSAN
|
|
|
|
- [ ] <!---ci_exclude_ubsan--> Exclude: All with UBSAN
|
|
|
|
- [ ] <!---ci_exclude_coverage--> Exclude: All with Coverage
|
|
|
|
- [ ] <!---ci_exclude_aarch64--> Exclude: All with Aarch64
|
|
|
|
---
|
2024-03-21 22:20:33 +00:00
|
|
|
- [ ] <!---do_not_test--> do not test (only style check)
|
|
|
|
- [ ] <!---no_merge_commit--> disable merge-commit (no merge from master before tests)
|
|
|
|
- [ ] <!---no_ci_cache--> disable CI cache (job reuse)
|
2024-05-24 10:02:14 +00:00
|
|
|
- [ ] <!---batch_0--> allow: batch 1 for multi-batch jobs
|
|
|
|
- [ ] <!---batch_1--> allow: batch 2
|
|
|
|
- [ ] <!---batch_2--> allow: batch 3
|
|
|
|
- [ ] <!---batch_3_4_5--> allow: batch 4, 5 and 6
|
2024-05-14 14:24:59 +00:00
|
|
|
</details>
|