Skip to content

Commit

Permalink
Fedora 39 is EOL.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Nov 27, 2024
1 parent 59752eb commit 7d38f2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ fedora-rawhide, fedora-41, fedora-40, fedora-39, centos-9-stream, rocky-9, rocky-8, almalinux-9, almalinux-8 ]
os: [ fedora-rawhide, fedora-41, fedora-40, centos-9-stream, rocky-9, rocky-8, almalinux-9, almalinux-8 ]
docker: [ docker ]
timeout-minutes: 15
steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- os: centos-9-stream
readonly: --read-only
ca: --external-ca
os: [ fedora-40, fedora-39, almalinux-9, rocky-8 ]
os: [ fedora-40, almalinux-9, rocky-8 ]
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ fedora-41, fedora-40, fedora-39, centos-9-stream, rocky-9, rocky-8, almalinux-9, almalinux-8 ]
os: [ fedora-41, fedora-40, 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 @@ -38,7 +38,7 @@ jobs:
- id: default-matrix
run: |
(
echo -n "matrix={'os': [ 'fedora-rawhide', 'fedora-41', 'fedora-40', 'fedora-39', 'centos-9-stream', 'rocky-9', 'rocky-8', 'almalinux-9', 'almalinux-8' ], \
echo -n "matrix={'os': [ 'fedora-rawhide', 'fedora-41', 'fedora-40', 'centos-9-stream', 'rocky-9', 'rocky-8', 'almalinux-9', 'almalinux-8' ], \
'docker': [ 'docker', 'podman' ] "
if [ -n "${{ secrets.REDHAT_ORG }}" -a -n "${{ secrets.REDHAT_ACTIVATIONKEY }}" ] ; then
echo -n ", 'include': [ \
Expand Down
11 changes: 0 additions & 11 deletions freeipa-server-openshift-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@
"name": "quay.io/freeipa/freeipa-server:fedora-40"
}
},
{
"name": "fedora-39",
"annotations": {
"openshift.io/display-name": "FreeIPA Server on Fedora 39",
"tags": "freeipa, identity management"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/freeipa/freeipa-server:fedora-39"
}
},
{
"name": "fedora-rawhide",
"annotations": {
Expand Down

0 comments on commit 7d38f2e

Please sign in to comment.