Skip to content

Commit fef57bf

Browse files
committed
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: open-telemetry/community#3310 open-telemetry/community#3311
1 parent f35de84 commit fef57bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pipeline-perf-on-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pipeline-perf-test-dedicated:
4242
needs: label-check
4343
if: needs.label-check.outputs.has_label == 'true'
44-
runs-on: oracle-bare-metal-64cpu-512gb-x86-64
44+
runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
4545
steps:
4646
- name: Harden the runner (Audit all outbound calls)
4747
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0

.github/workflows/pipeline-perf-test-continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
pipeline-perf-test:
12-
runs-on: oracle-bare-metal-64cpu-512gb-x86-64
12+
runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
1313
steps:
1414
- name: Harden the runner (Audit all outbound calls)
1515
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0

.github/workflows/pipeline-perf-test-manual-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525

2626
jobs:
2727
pipeline-perf-test:
28-
runs-on: oracle-bare-metal-64cpu-512gb-x86-64
28+
runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
2929
steps:
3030
- name: Harden the runner (Audit all outbound calls)
3131
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0

.github/workflows/pipeline-perf-test-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
pipeline-perf-test:
13-
runs-on: oracle-bare-metal-64cpu-512gb-x86-64
13+
runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
1414
steps:
1515
- name: Harden the runner (Audit all outbound calls)
1616
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0

0 commit comments

Comments
 (0)