From 9a01dc2ae8116526864bf6199fcfa973ab9b7a11 Mon Sep 17 00:00:00 2001 From: Fedor Dikarev Date: Thu, 31 Jul 2025 10:28:42 +0200 Subject: [PATCH] run coverage-report on subset of runners --- .github/actionlint.yml | 1 + .github/workflows/build_and_test.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actionlint.yml b/.github/actionlint.yml index 8a4bcaf811..8b5dbe445d 100644 --- a/.github/actionlint.yml +++ b/.github/actionlint.yml @@ -4,6 +4,7 @@ self-hosted-runner: - large - large-arm64 - small + - small-debug - small-metal - small-arm64 - unit-perf diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 0dcbd1c6dd..5d92098269 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -442,7 +442,7 @@ jobs: id-token: write # aws-actions/configure-aws-credentials statuses: write contents: write - runs-on: [ self-hosted, small ] + runs-on: [ self-hosted, small-debug ] container: image: ${{ needs.build-build-tools-image.outputs.image }}-bookworm credentials: