From 8e06f7f75a8e6efc8d2947cb74f0bb61065ac45c Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 16 Mar 2026 11:36:01 -0700 Subject: [PATCH] Migrate to new bare metal runner (Ubuntu 24) Replace `oracle-bare-metal-64cpu-512gb-x86-64` with `oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24`. The old Oracle Linux 8 runner is being decommissioned in favor of the new Ubuntu 24 runner. Related: https://github.com/open-telemetry/community/issues/3310 https://github.com/open-telemetry/community/pull/3311 --- .github/workflows/benchmark-tags.yml | 2 +- .github/workflows/benchmark.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-tags.yml b/.github/workflows/benchmark-tags.yml index 816c1dc37af..9c08c5bfb4e 100644 --- a/.github/workflows/benchmark-tags.yml +++ b/.github/workflows/benchmark-tags.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: write # for git push to benchmarks branch name: Benchmark SDK - runs-on: oracle-bare-metal-64cpu-512gb-x86-64 + runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24 container: image: ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 timeout-minutes: 20 # since there is only a single bare metal runner across all repos diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 30dcb01f1c7..9136a3d059f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: write # for git push to benchmarks branch name: Benchmark SDK - runs-on: oracle-bare-metal-64cpu-512gb-x86-64 + runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24 container: image: ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 timeout-minutes: 20 # since there is only a single bare metal runner across all repos