Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Dec 18, 2023
1 parent db06a77 commit 811be42
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
matrix:
os: [ fedora-rawhide, fedora-39, fedora-38, centos-9-stream, centos-8-stream, rocky-9, rocky-8, almalinux-9, almalinux-8, centos-7 ]
docker: [ docker ]
include:
- os: rhel-9
docker: podman
- os: rhel-8
docker: podman
- os: rhel-7
docker: podman
timeout-minutes: 15
steps:
- name: Install podman 4.*
Expand Down Expand Up @@ -125,7 +118,7 @@ jobs:
- os: centos-8-stream
readonly: --read-only
ca: --external-ca
os: [ fedora-38, rhel-9, rhel-8, almalinux-9 ]
os: [ fedora-38, almalinux-9 ]
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -163,8 +156,6 @@ jobs:
readonly: --read-only
- os: centos-7
protected_regular: unset
- os: rhel-7
protected_regular: unset
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -223,7 +214,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ fedora-39, rhel-9, rhel-8, centos-9-stream, centos-8-stream, rocky-9, rocky-8, almalinux-8 ]
os: [ fedora-39, centos-9-stream, centos-8-stream, rocky-9, rocky-8, almalinux-8 ]
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -256,8 +247,6 @@ jobs:
data-from: fedora-38
- os: fedora-39
data-from: fedora-37
- os: rhel-8
data-from: centos-8
- os: centos-8-stream
data-from: centos-8
- os: rocky-8
Expand Down Expand Up @@ -351,7 +340,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ fedora-rawhide, fedora-39, rhel-9, rhel-8, centos-9-stream, centos-8-stream ]
os: [ fedora-rawhide, fedora-39, centos-9-stream, centos-8-stream ]
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 811be42

Please sign in to comment.