From f8bc9073485f3e9f2f0a49fa77aa22458fcf83c4 Mon Sep 17 00:00:00 2001 From: strtgbb <146047128+strtgbb@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:57:35 -0500 Subject: [PATCH 1/3] 24.8 Update regression hash --- .github/workflows/release_branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 9f61e656f1cc..2fab965787dd 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -539,7 +539,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-app-docker-ce, altinity-setup-regression - commit: 53d73ed32155a8a17ee0d0cdb15aee96c98010a2 + commit: a170f32119a5c872e5ff209b8f39e13acc2d6626 arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -550,7 +550,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce, altinity-setup-regression - commit: 53d73ed32155a8a17ee0d0cdb15aee96c98010a2 + commit: a170f32119a5c872e5ff209b8f39e13acc2d6626 arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 From 9f89a64e4e810f72394bf6c0128f6542190fc7e3 Mon Sep 17 00:00:00 2001 From: strtgbb <146047128+strtgbb@users.noreply.github.com> Date: Tue, 4 Mar 2025 21:38:19 -0500 Subject: [PATCH 2/3] Workaround uncertain dtype for report --- .github/create_combined_ci_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/create_combined_ci_report.py b/.github/create_combined_ci_report.py index 4d90171b03d4..2607760e4abb 100755 --- a/.github/create_combined_ci_report.py +++ b/.github/create_combined_ci_report.py @@ -54,7 +54,7 @@ def get_checks_known_fails(client: Client, job_url: str, known_fails: dict): len(df.columns) - 1, "reason", df["test_name"] - .cat.remove_unused_categories() + .astype(str) .apply( lambda test_name: known_fails[test_name].get("reason", "No reason given") ), From c1dceb1045ac4c77a089058f26e8918105fa42dd Mon Sep 17 00:00:00 2001 From: strtgbb <146047128+strtgbb@users.noreply.github.com> Date: Wed, 12 Mar 2025 14:53:14 -0400 Subject: [PATCH 3/3] Update to new regression hash --- .github/workflows/release_branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 2fab965787dd..e70fd154996a 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -539,7 +539,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-app-docker-ce, altinity-setup-regression - commit: a170f32119a5c872e5ff209b8f39e13acc2d6626 + commit: 11dcb1ad771e6afebcb06bcc7bf1c1d8b184d838 arch: release build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300 @@ -550,7 +550,7 @@ jobs: secrets: inherit with: runner_type: altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce, altinity-setup-regression - commit: a170f32119a5c872e5ff209b8f39e13acc2d6626 + commit: 11dcb1ad771e6afebcb06bcc7bf1c1d8b184d838 arch: aarch64 build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout_minutes: 300