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:
parent
475361b22c
commit
3b9acef1ba
2 changed files with 2 additions and 2 deletions
2
.github/workflows/footprint-tracking.yml
vendored
2
.github/workflows/footprint-tracking.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/footprint.yml
vendored
2
.github/workflows/footprint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue