From 7c3410f1ef86fcd401b83f930a5908f163f04efd Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Mon, 19 Aug 2024 16:05:46 +0200 Subject: [PATCH] Revert "Workaround RuntimeError: Failed to initialize kerberos container." This reverts commit 5ed5219b015dc3e98f748894ae3b590d537bb2f6. The AlmaLinux 8 composes seem to have gotten fixed. --- .github/workflows/build-test.yaml | 4 ++-- .github/workflows/run-partial-tests.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 428d6def..39ad46bb 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -232,7 +232,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ fedora-40, rhel-9, rhel-8, centos-9-stream, rocky-9, rocky-8 ] + os: [ fedora-40, rhel-9, rhel-8, centos-9-stream, rocky-9, rocky-8, almalinux-8 ] timeout-minutes: 30 steps: - uses: actions/checkout@v4 @@ -399,7 +399,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ fedora-rawhide, fedora-40, fedora-39, centos-9-stream, rocky-9, rocky-8, almalinux-9 ] + os: [ fedora-rawhide, fedora-40, fedora-39, centos-9-stream, rocky-9, rocky-8, almalinux-9, almalinux-8 ] timeout-minutes: 30 steps: - uses: actions/download-artifact@v4 diff --git a/.github/workflows/run-partial-tests.yaml b/.github/workflows/run-partial-tests.yaml index b2802d53..50e46b12 100644 --- a/.github/workflows/run-partial-tests.yaml +++ b/.github/workflows/run-partial-tests.yaml @@ -29,7 +29,7 @@ jobs: steps: - id: default-matrix run: | - echo "matrix={'os': [ 'fedora-rawhide', 'fedora-40', 'fedora-39', 'centos-9-stream', 'rocky-9', 'rocky-8', 'almalinux-9' ], \ + echo "matrix={'os': [ 'fedora-rawhide', 'fedora-40', 'fedora-39', 'centos-9-stream', 'rocky-9', 'rocky-8', 'almalinux-9', 'almalinux-8' ], \ 'docker': [ 'docker', 'podman' ], \ 'include': [ \ { 'os': 'rhel-9', 'docker': 'podman' }, \