Skip to content

Commit 5ed73ef

Browse files
authored
Merge pull request #1044 from Altinity/exclude_coverage
Update PULL_REQUEST_TEMPLATE
2 parents 1fad196 + 2013a43 commit 5ed73ef

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py
2424
### Documentation entry for user-facing changes
2525
...
2626

27+
### CI/CD Options
2728
#### Exclude tests:
2829
- [ ] <!---ci_exclude_fast--> Fast test
2930
- [ ] <!---ci_exclude_integration--> Integration Tests
@@ -34,7 +35,21 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py
3435
- [x] <!---ci_exclude_tsan--> All with TSAN
3536
- [x] <!---ci_exclude_msan--> All with MSAN
3637
- [x] <!---ci_exclude_ubsan--> All with UBSAN
37-
- [ ] <!---ci_exclude_coverage--> All with Coverage
38+
- [x] <!---ci_exclude_coverage--> All with Coverage
3839
- [ ] <!---ci_exclude_aarch64|arm--> All with Aarch64
3940
- [x] <!---ci_exclude_regression--> All Regression
4041
- [ ] <!---no_ci_cache--> Disable CI Cache
42+
43+
#### Regression jobs to run:
44+
- [ ] <!---ci_regression_common--> Fast suites (mostly <1h)
45+
- [ ] <!---ci_regression_aggregate_functions--> Aggregate Functions (2h)
46+
- [ ] <!---ci_regression_alter--> Alter (1.5h)
47+
- [ ] <!---ci_regression_benchmark--> Benchmark (30m)
48+
- [ ] <!---ci_regression_clickhouse_keeper--> ClickHouse Keeper (1h)
49+
- [ ] <!---ci_regression_iceberg--> Iceberg (2h)
50+
- [ ] <!---ci_regression_ldap--> LDAP (1h)
51+
- [ ] <!---ci_regression_parquet--> Parquet (1.5h)
52+
- [ ] <!---ci_regression_rbac--> RBAC (1.5h)
53+
- [ ] <!---ci_regression_ssl_server--> SSL Server (1h)
54+
- [ ] <!---ci_regression_s3--> S3 (2h)
55+
- [ ] <!---ci_regression_tiered_storage--> Tiered Storage (2h)

0 commit comments

Comments
 (0)