From 732bd3cacc1313e16c17e638feab6daa950f655b Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 15 Jul 2025 15:17:12 +0100 Subject: [PATCH] ci: add fedora/debian ppc64le build jobs Lower rate limit, and cannot run integration tests as there's no KVM so it's too slow, so add just two builds to ensure build regressions don't happen --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ac210be5..a39babbda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: - distro: ubuntu tools: opensuse include: - # low rate limit on arm64 workers + # low rate limit on ppc64le/arm64 workers - distro: debian tools: debian runner: ubuntu-24.04-arm @@ -155,6 +155,12 @@ jobs: - distro: ubuntu tools: ubuntu runner: ubuntu-24.04-arm + - distro: fedora + tools: fedora + runner: ubuntu-24.04-ppc64le + - distro: debian + tools: debian + runner: ubuntu-24.04-ppc64le steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 -- 2.47.2