From 21a705d66179f5ca7552ae4577594c6b8a4d8cd9 Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Fri, 6 Jun 2025 09:02:12 -0700 Subject: [PATCH 1/2] Use more specific self-hosted runner name --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index f3f586e68cf..0bbc8264218 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -6,7 +6,7 @@ on: jobs: sdk-benchmarks: - runs-on: self-hosted + runs-on: github-benchmark-runner steps: - name: Checkout Core Repo @ SHA - ${{ github.sha }} uses: actions/checkout@v4 From b4c5eed5c3e86df1828a54e062100a21abe2b68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:25:53 -0300 Subject: [PATCH 2/2] Update .github/workflows/benchmarks.yml Co-authored-by: Trask Stalnaker --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 0bbc8264218..c3e421b345c 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -6,7 +6,7 @@ on: jobs: sdk-benchmarks: - runs-on: github-benchmark-runner + runs-on: equinix-bare-metal steps: - name: Checkout Core Repo @ SHA - ${{ github.sha }} uses: actions/checkout@v4