From ddc1ccefcd4c7192b40cb382c9e4acfbd6ea5e15 Mon Sep 17 00:00:00 2001 From: strtgbb <146047128+strtgbb@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:59:42 -0400 Subject: [PATCH 1/2] add coverage to default excluded jobs --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c1de70462bae..02e51aba75ee 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,7 +34,7 @@ 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 From 2013a43874a4a6537565079c18561c575a5ee46c Mon Sep 17 00:00:00 2001 From: strtgbb <146047128+strtgbb@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:08:08 -0400 Subject: [PATCH 2/2] add new regression control options --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 02e51aba75ee..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 @@ -38,3 +39,17 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py - [ ] 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