Skip to content

Commit 26cba9c

Browse files
authored
Merge pull request #668 from Altinity/strtgbb-patch-4
24.8 Update regression hash, minor report fix
2 parents 111c66c + c1dceb1 commit 26cba9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/create_combined_ci_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_checks_known_fails(client: Client, job_url: str, known_fails: dict):
5454
len(df.columns) - 1,
5555
"reason",
5656
df["test_name"]
57-
.cat.remove_unused_categories()
57+
.astype(str)
5858
.apply(
5959
lambda test_name: known_fails[test_name].get("reason", "No reason given")
6060
),

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ jobs:
539539
secrets: inherit
540540
with:
541541
runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-app-docker-ce, altinity-setup-regression
542-
commit: 53d73ed32155a8a17ee0d0cdb15aee96c98010a2
542+
commit: 11dcb1ad771e6afebcb06bcc7bf1c1d8b184d838
543543
arch: release
544544
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
545545
timeout_minutes: 300
@@ -550,7 +550,7 @@ jobs:
550550
secrets: inherit
551551
with:
552552
runner_type: altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce, altinity-setup-regression
553-
commit: 53d73ed32155a8a17ee0d0cdb15aee96c98010a2
553+
commit: 11dcb1ad771e6afebcb06bcc7bf1c1d8b184d838
554554
arch: aarch64
555555
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
556556
timeout_minutes: 300

0 commit comments

Comments
 (0)