From 890ddc15b4c7bdd1e1082c1de426f3f2a136e5e2 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 21 Jul 2026 06:13:47 -0700 Subject: [PATCH] Use CNCF-hosted runners for pull request dashboard Run all five pull request dashboard jobs on the CNCF-hosted cncf-ubuntu-2-8-x86 runner instead of GitHub-hosted ubuntu-latest to relieve GitHub-hosted runner queue backlog during the 7-10a Pacific peak. Re-applies #79 (reverted in #90). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 05b25c06-94f2-4759-abb9-d8308c7153a5 --- .github/workflows/pull-request-dashboard-repo.yml | 8 ++++---- .github/workflows/pull-request-dashboard.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request-dashboard-repo.yml b/.github/workflows/pull-request-dashboard-repo.yml index a193f03b5c..6de9bde6af 100644 --- a/.github/workflows/pull-request-dashboard-repo.yml +++ b/.github/workflows/pull-request-dashboard-repo.yml @@ -60,7 +60,7 @@ jobs: permissions: contents: write environment: protected - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 outputs: initial_backfill_complete: ${{ steps.dashboard-update.outputs.initial_backfill_complete }} steps: @@ -175,7 +175,7 @@ jobs: permissions: contents: write environment: protected - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: @@ -218,7 +218,7 @@ jobs: permissions: contents: write environment: protected - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: @@ -264,7 +264,7 @@ jobs: permissions: contents: read environment: protected - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: diff --git a/.github/workflows/pull-request-dashboard.yml b/.github/workflows/pull-request-dashboard.yml index d84d501e5d..1b4cbf089a 100644 --- a/.github/workflows/pull-request-dashboard.yml +++ b/.github/workflows/pull-request-dashboard.yml @@ -49,7 +49,7 @@ env: jobs: resolve-targets: - runs-on: ubuntu-latest + runs-on: cncf-ubuntu-2-8-x86 permissions: contents: read environment: protected