Commit ca020d65 authored by Stephanos Ioannidis's avatar Stephanos Ioannidis
Browse files

ci: clang: Use zephyr-runner



This commit updates the clang workflow to use the new Kubernetes-based
zephyr-runner.

Note that the repository cache directory path has been changed for the
new runner.

Signed-off-by: default avatarStephanos Ioannidis <root@stephanos.io>
parent dc12754b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@ concurrency:

jobs:
  clang-build:
    runs-on: zephyr_runner
    runs-on: zephyr-runner-linux-x64-4xlarge
    container:
      image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
      options: '--entrypoint /bin/bash'
      volumes:
        - /home/runners/zephyrproject:/github/cache/zephyrproject
        - /repo-cache/zephyrproject:/github/cache/zephyrproject
    strategy:
      fail-fast: false
      matrix: