Skip to content

Commit

Permalink
Revert "Workaround RuntimeError: Failed to initialize kerberos contai…
Browse files Browse the repository at this point in the history
…ner."

This reverts commit 5ed5219.

The AlmaLinux 8 composes seem to have gotten fixed.
  • Loading branch information
adelton committed Aug 19, 2024
1 parent a5fa39e commit 7c3410f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-partial-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }, \
Expand Down

0 comments on commit 7c3410f

Please sign in to comment.