Skip to content

Commit eec3f69

Browse files
committed
Updated to ubuntu 24
1 parent 39f1cbd commit eec3f69

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/scripts/adhoc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ if [[ ${ACTION} == "deploy-metal" ]]; then
8989
TOKEN=$(getApiToken "${PROJECT_ID}" "${API_KEY}")
9090

9191
echo "Making Deploy POST"
92-
jq --arg hostname "${ACTOR}" --arg plan "${PLAN}" '.hostname = $hostname | .type = $plan' \
93-
adhoc-server-deploy.json > adhoc-server-deploy-final.json
92+
jq --arg hostname "${ACTOR}" --arg plan "${PLAN}" \
93+
'.hostname = $hostname | .type = $plan' adhoc-server-deploy.json > adhoc-server-deploy-final.json
9494
echo "Finished Deploy POST"
9595

9696
echo "Running Deploy API"

.github/workflows/adhoc-auto-remote-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ on:
5454

5555
jobs:
5656
setup-benchmark-system:
57-
runs-on: ubuntu-22.04
57+
runs-on: ubuntu-24.04
5858
outputs:
5959
set_label_1: ${{ steps.make-labels.outputs.SET_LABEL_1 }}
6060
set_label_2: ${{ steps.make-labels.outputs.SET_LABEL_2 }}
@@ -134,7 +134,7 @@ jobs:
134134
teardown-benchmark-system:
135135
if: ${{ always() && needs.setup-benchmark-system.outputs.metal_device_id }}
136136
needs: [setup-benchmark-system, process-adhoc-benchmarks-2]
137-
runs-on: ubuntu-22.04
137+
runs-on: ubuntu-24.04
138138
env:
139139
SD: .github/scripts
140140
METAL_API_KEY: ${{ secrets.BENCHMARK_METAL_AUTH_TOKEN }}

.github/workflows/adhoc-exist-remote-benchmarks.yml

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

5757
jobs:
5858
setup-benchmark-system:
59-
runs-on: ubuntu-22.04
59+
runs-on: ubuntu-24.04
6060
outputs:
6161
test_row_count: ${{ steps.scale-nums.outputs.TEST_ROW_COUNT }}
6262
test_iterations: ${{ steps.scale-nums.outputs.TEST_ITERATIONS }}

.github/workflows/remote-benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ concurrency:
5050

5151
jobs:
5252
setup-benchmarks:
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
outputs:
5555
matrix-iterations: ${{ steps.matrix-iterations.outputs.matrix-iterations }}
5656
env:
@@ -105,7 +105,7 @@ jobs:
105105
106106
run-benchmarks:
107107
needs: setup-benchmarks
108-
runs-on: ubuntu-22.04
108+
runs-on: ubuntu-24.04
109109
strategy:
110110
max-parallel: 1
111111
matrix:
@@ -134,7 +134,7 @@ jobs:
134134
135135
report-benchmarks:
136136
needs: run-benchmarks
137-
runs-on: ubuntu-22.04
137+
runs-on: ubuntu-24.04
138138
env:
139139
SD: .github/scripts
140140
USER: ${{secrets.BENCHMARK_USER}}

0 commit comments

Comments
 (0)