Skip to content

Commit 2e187c2

Browse files
committed
use our runner
Signed-off-by: Anas Nashif <[email protected]>
1 parent 0fa0bcd commit 2e187c2

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/coverity.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ concurrency:
1717
jobs:
1818
ScanCode:
1919
if: github.repository_owner == 'zephyrproject-rtos'
20-
runs-on: ubuntu-24.04
20+
runs-on:
21+
group: zephyr-runner-v2-linux-x64-4xlarge
22+
container:
23+
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
24+
options: '--entrypoint /bin/bash'
2125
steps:
2226
- name: Checkout
2327
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -35,15 +39,6 @@ jobs:
3539
run: |
3640
pip install -r scripts/requirements-actions.txt --require-hashes
3741
38-
- name: Setup Zephyr project
39-
uses: nashif/action-zephyr-setup@main
40-
with:
41-
app-path: .
42-
sdk-version: 0.17.1
43-
toolchains: all
44-
west-group-filter: -hal,-tools,-bootloader,-babblesim
45-
west-project-filter: -nrf_hw_models
46-
4742
- name: SCA Setup
4843
uses: zephyrproject-rtos/action-sca-setup@main
4944
with:
@@ -55,7 +50,7 @@ jobs:
5550
- name: Check Env
5651
run: |
5752
export COVERITY_OUTPUT_DIR=${PWD}/cov-int
58-
./scripts/twister -p qemu_x86 -T samples/hello_world/ --build-only -v -xZEPHYR_SCA_VARIANT=coverity
53+
./scripts/twister -p qemu_x86 -T tests/kernel --build-only -v -xZEPHYR_SCA_VARIANT=coverity
5954
6055
tar -cJvf coverity-results.tar.xz cov-int
6156

0 commit comments

Comments
 (0)