We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b192aa commit fdc7a7fCopy full SHA for fdc7a7f
.github/workflows/twister-prep.yaml
@@ -17,7 +17,7 @@ jobs:
17
prep_pr:
18
if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target'
19
runs-on:
20
- group: zephyr-runner-v2-linux-x64-4xlarge
+ group: test-runner-v2-linux-x64-4xlarge
21
container:
22
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
23
options: '--entrypoint /bin/bash'
.github/workflows/twister.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
twister-build:
27
28
29
needs: twister-build-prep
30
if: needs.twister-build-prep.outputs.size != 0
31
0 commit comments