File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 5454
5555jobs :
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 }}
Original file line number Diff line number Diff line change 5656
5757jobs :
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 }}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ concurrency:
5050
5151jobs :
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}}
You can’t perform that action at this time.
0 commit comments