Skip to content

Commit

Permalink
ci: move footprint workflows to zephyr runners
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nashif committed Oct 11, 2023
1 parent cd291e5 commit 267b56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/footprint-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

jobs:
footprint-tracking:
runs-on: ubuntu-22.04
runs-on: zephyr-runner-linux-x64-xlarge
if: github.repository_owner == 'zephyrproject-rtos'
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/footprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
footprint-delta:
runs-on: ubuntu-22.04
runs-on: zephyr-runner-linux-x64-xlarge
if: github.repository == 'zephyrproject-rtos/zephyr'
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
Expand Down

0 comments on commit 267b56c

Please sign in to comment.