2828
2929jobs :
3030 yarn-install :
31- runs-on : ubuntu-latest
31+ runs-on : depot- ubuntu-24.04-small
3232 steps :
3333 - uses : actions/setup-node@v4
3434 with :
4040 submodules : recursive
4141
4242 - name : yarn-cache
43- uses : buildjet /cache@v4
43+ uses : actions /cache@v4
4444 with :
4545 path : |
4646 **/node_modules
6464 run : yarn syncpack list-mismatches
6565
6666 lint-prettier :
67- runs-on : ubuntu-latest
67+ runs-on : depot- ubuntu-latest
6868 steps :
6969 - uses : actions/checkout@v4
7070 with :
9191 fi
9292
9393 yarn-test :
94- runs-on : ubuntu-latest
94+ runs-on : depot- ubuntu-latest
9595 env :
9696 GRAFANA_SERVICE_ACCOUNT_TOKEN : ${{ secrets.GRAFANA_SERVICE_ACCOUNT_TOKEN }}
9797 needs : [yarn-install]
@@ -118,7 +118,7 @@ jobs:
118118 run : yarn test:ci
119119
120120 cli-e2e-matrix :
121- runs-on : ubuntu-latest
121+ runs-on : depot- ubuntu-latest
122122 strategy :
123123 fail-fast : false
124124 matrix :
@@ -177,7 +177,7 @@ jobs:
177177 exit 1
178178
179179 agent-configs :
180- runs-on : ubuntu-latest
180+ runs-on : depot- ubuntu-latest
181181 strategy :
182182 fail-fast : false
183183 matrix :
@@ -314,7 +314,6 @@ jobs:
314314 uses : ./.github/actions/yarn-build-with-cache
315315 with :
316316 ref : ${{ github.event.pull_request.head.sha || github.sha }}
317- cache-provider : github
318317
319318 - name : Install system dependencies
320319 if : steps.check-conditions.outputs.skip-e2e != 'true'
@@ -381,7 +380,7 @@ jobs:
381380 exit 1
382381
383382 env-test :
384- runs-on : ubuntu-latest
383+ runs-on : depot- ubuntu-latest
385384 env :
386385 MAINNET3_ARBITRUM_RPC_URLS : ${{ secrets.MAINNET3_ARBITRUM_RPC_URLS }}
387386 MAINNET3_OPTIMISM_RPC_URLS : ${{ secrets.MAINNET3_OPTIMISM_RPC_URLS }}
@@ -428,7 +427,7 @@ jobs:
428427 echo "Test failed, waiting before retry..."
429428
430429 coverage :
431- runs-on : ubuntu-latest
430+ runs-on : depot- ubuntu-latest
432431 steps :
433432 - uses : actions/checkout@v4
434433 with :
0 commit comments