From 62af52348c3faea6e683150c4960d383718aef6f Mon Sep 17 00:00:00 2001 From: Vasily Nemkov Date: Wed, 7 Feb 2024 16:39:01 +0100 Subject: [PATCH 1/3] Attempt to fix BuilderReport download only `build_report_*.json` artifacts, since it looks like other artifacts can't be processed by tests/ci/build_report_check.py --- .github/workflows/release_branches.yml | 1 + .github/workflows/reusable_test.yml | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 256dd638dca4..5e4e0f068416 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -188,6 +188,7 @@ jobs: test_name: ClickHouse build check runner_type: style-checker, on-demand, type-cpx31, image-x86-app-docker-ce timeout_minutes: 180 + download_artifacts_pattern: build_report_*.json additional_envs: | NEEDS_DATA< Date: Wed, 7 Feb 2024 20:01:11 +0100 Subject: [PATCH 2/3] Attempt to fix BuilderReport download artifact pattern Also starting BuilderReport before regression tests to make it pass or fail faster --- .github/workflows/release_branches.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 5e4e0f068416..6ee6ab86e586 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -188,7 +188,7 @@ jobs: test_name: ClickHouse build check runner_type: style-checker, on-demand, type-cpx31, image-x86-app-docker-ce timeout_minutes: 180 - download_artifacts_pattern: build_report_*.json + download_artifacts_pattern: build_report_* additional_envs: | NEEDS_DATA< Date: Thu, 8 Feb 2024 09:39:36 +0100 Subject: [PATCH 3/3] removed download_artifacts_pattern --- .github/workflows/release_branches.yml | 1 - .github/workflows/reusable_test.yml | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 6ee6ab86e586..299311c4dc8c 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -188,7 +188,6 @@ jobs: test_name: ClickHouse build check runner_type: style-checker, on-demand, type-cpx31, image-x86-app-docker-ce timeout_minutes: 180 - download_artifacts_pattern: build_report_* additional_envs: | NEEDS_DATA<