From 7c5af47f33f53fa0cf04390b4056dee9008336fe Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 10 Oct 2023 21:32:58 +0000 Subject: [PATCH] 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 --- .github/workflows/footprint-tracking.yml | 2 +- .github/workflows/footprint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/footprint-tracking.yml b/.github/workflows/footprint-tracking.yml index 63a1277be17dcc..fee3a00449f321 100644 --- a/.github/workflows/footprint-tracking.yml +++ b/.github/workflows/footprint-tracking.yml @@ -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 diff --git a/.github/workflows/footprint.yml b/.github/workflows/footprint.yml index 6a7005f1880a84..685c5644b0cda6 100644 --- a/.github/workflows/footprint.yml +++ b/.github/workflows/footprint.yml @@ -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