From 6ad7ab26a21f61e5c79b05966bdec7c742c65527 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 4 Jun 2024 01:02:29 +0200 Subject: [PATCH] tests: disable reef/el9/aarch64 once arm64 rpms are available at download.ceph.com for reef el9 we can revert this commit Signed-off-by: Guillaume Abrioux --- .github/workflows/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 5905f3e76..9c5743dec 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -48,6 +48,8 @@ jobs: ceph_release: squid - os: 9 ceph_release: quincy + - os: 9 + ceph_release: reef runs-on: ubuntu-latest steps: - name: checkout