File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ concurrency:
2323jobs :
2424 twister-build-prep :
2525 if : github.repository_owner == 'zephyrproject-rtos'
26- runs-on :
27- group : zephyr-runner-v2-linux-x64-4xlarge
26+ runs-on : ubuntu-22.04
2827 container :
2928 image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
3029 options : ' --entrypoint /bin/bash'
@@ -325,7 +324,9 @@ jobs:
325324 env :
326325 ELASTICSEARCH_KEY : ${{ secrets.ELASTICSEARCH_KEY }}
327326 ELASTICSEARCH_SERVER : " https://elasticsearch.zephyrproject.io:443"
328- needs : twister-build
327+ needs :
328+ - twister-build-prep
329+ - twister-build
329330 runs-on : ubuntu-22.04
330331 # the build-and-test job might be skipped, we don't need to run this job then
331332 if : success() || failure()
You can’t perform that action at this time.
0 commit comments