diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c1de70462bae..2f8aeb2224da 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,6 +24,7 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py ### Documentation entry for user-facing changes ... +### CI/CD Options #### Exclude tests: - [ ] Fast test - [ ] Integration Tests @@ -34,7 +35,21 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py - [x] All with TSAN - [x] All with MSAN - [x] All with UBSAN -- [ ] All with Coverage +- [x] All with Coverage - [ ] All with Aarch64 - [x] All Regression - [ ] Disable CI Cache + +#### Regression jobs to run: +- [ ] Fast suites (mostly <1h) +- [ ] Aggregate Functions (2h) +- [ ] Alter (1.5h) +- [ ] Benchmark (30m) +- [ ] ClickHouse Keeper (1h) +- [ ] Iceberg (2h) +- [ ] LDAP (1h) +- [ ] Parquet (1.5h) +- [ ] RBAC (1.5h) +- [ ] SSL Server (1h) +- [ ] S3 (2h) +- [ ] Tiered Storage (2h) \ No newline at end of file