diff --git a/.github/workflows/yum.yml b/.github/workflows/yum.yml index f8693f797..0bf1a6513 100644 --- a/.github/workflows/yum.yml +++ b/.github/workflows/yum.yml @@ -195,7 +195,6 @@ jobs: matrix: label: - AmazonLinux 2 x86_64 - - AmazonLinux 2023 x86_64 test: - "update-from-v4.sh" - "update-from-v5-lts.sh" @@ -222,15 +221,6 @@ jobs: include: - label: AmazonLinux 2 x86_64 rake-job: amazonlinux-2 - - label: AmazonLinux 2023 x86_64 - rake-job: amazonlinux-2023 - exclude: - - label: AmazonLinux 2023 x86_64 - test: update-from-v4.sh - - label: AmazonLinux 2023 x86_64 - test: update-to-next-version-with-backward-compat-for-v4.sh - - label: AmazonLinux 2023 x86_64 - test: downgrade-to-v4.sh steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 @@ -275,6 +265,7 @@ jobs: label: - RockyLinux 8 x86_64 - AlmaLinux 9 x86_64 + - AmazonLinux 2023 x86_64 test: - "update-from-v4.sh" - "update-from-v5-lts.sh" @@ -305,6 +296,16 @@ jobs: - label: AlmaLinux 9 x86_64 rake-job: almalinux-9 container-image: images:almalinux/9 + - label: AmazonLinux 2023 x86_64 + rake-job: amazonlinux-2023 + container-image: images:amazonlinux/2023 + exclude: + - label: AmazonLinux 2023 x86_64 + test: update-from-v4.sh + - label: AmazonLinux 2023 x86_64 + test: update-to-next-version-with-backward-compat-for-v4.sh + - label: AmazonLinux 2023 x86_64 + test: downgrade-to-v4.sh steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4