|
12 | 12 | - Not for changelog (changelog entry is not required) |
13 | 13 |
|
14 | 14 |
|
15 | | -### Changelog entry (a [user-readable short description](https://github.com/ClickHouse/ClickHouse/blob/master/docs/changelog_entry_guidelines.md) of the changes that goes into CHANGELOG.md): |
| 15 | +### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): |
16 | 16 | ... |
17 | 17 |
|
18 | 18 | ### Documentation entry for user-facing changes |
19 | 19 | ... |
20 | 20 |
|
| 21 | +### CI/CD Options |
21 | 22 | #### Exclude tests: |
22 | 23 | - [ ] <!---ci_exclude_fast--> Fast test |
23 | 24 | - [ ] <!---ci_exclude_integration--> Integration Tests |
24 | 25 | - [ ] <!---ci_exclude_stateless--> Stateless tests |
25 | 26 | - [ ] <!---ci_exclude_stateful--> Stateful tests |
26 | 27 | - [ ] <!---ci_exclude_performance--> Performance tests |
27 | 28 | - [ ] <!---ci_exclude_asan--> All with ASAN |
28 | | -- [ ] <!---ci_exclude_tsan--> All with TSAN |
29 | | -- [ ] <!---ci_exclude_msan--> All with MSAN |
30 | | -- [ ] <!---ci_exclude_ubsan--> All with UBSAN |
31 | | -- [ ] <!---ci_exclude_coverage--> All with Coverage |
32 | | -- [ ] <!---ci_exclude_aarch64--> All with Aarch64 |
33 | | -- [ ] <!---ci_exclude_regression--> All Regression |
| 29 | +- [x] <!---ci_exclude_tsan--> All with TSAN |
| 30 | +- [x] <!---ci_exclude_msan--> All with MSAN |
| 31 | +- [x] <!---ci_exclude_ubsan--> All with UBSAN |
| 32 | +- [x] <!---ci_exclude_coverage--> All with Coverage |
| 33 | +- [ ] <!---ci_exclude_aarch64|arm--> All with Aarch64 |
| 34 | +- [x] <!---ci_exclude_regression--> All Regression |
34 | 35 | - [ ] <!---no_ci_cache--> Disable CI Cache |
| 36 | + |
| 37 | +#### Regression jobs to run: |
| 38 | +- [ ] <!---ci_regression_common--> Fast suites (mostly <1h) |
| 39 | +- [ ] <!---ci_regression_aggregate_functions--> Aggregate Functions (2h) |
| 40 | +- [ ] <!---ci_regression_alter--> Alter (1.5h) |
| 41 | +- [ ] <!---ci_regression_benchmark--> Benchmark (30m) |
| 42 | +- [ ] <!---ci_regression_clickhouse_keeper--> ClickHouse Keeper (1h) |
| 43 | +- [ ] <!---ci_regression_iceberg--> Iceberg (2h) |
| 44 | +- [ ] <!---ci_regression_ldap--> LDAP (1h) |
| 45 | +- [ ] <!---ci_regression_parquet--> Parquet (1.5h) |
| 46 | +- [ ] <!---ci_regression_rbac--> RBAC (1.5h) |
| 47 | +- [ ] <!---ci_regression_ssl_server--> SSL Server (1h) |
| 48 | +- [ ] <!---ci_regression_s3--> S3 (2h) |
| 49 | +- [ ] <!---ci_regression_tiered_storage--> Tiered Storage (2h) |
0 commit comments