ci: move footprint workflows to zephyr runners

looks like our docker image is way too big for the GH runners, so move
to own runners until we have a better solution.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-10-10 21:32:58 +00:00 committed by Johan Hedberg
commit 3b9acef1ba
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ concurrency:
jobs:
footprint-tracking:
runs-on: ubuntu-22.04
runs-on: zephyr-runner-linux-x64-4xlarge
if: github.repository_owner == 'zephyrproject-rtos'
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5

View file

@ -8,7 +8,7 @@ concurrency:
jobs:
footprint-delta:
runs-on: ubuntu-22.04
runs-on: zephyr-runner-linux-x64-4xlarge
if: github.repository == 'zephyrproject-rtos/zephyr'
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5