Skip to content

Commit

Permalink
ci(integration): maintain only Fedora latest
Browse files Browse the repository at this point in the history
Alphabetically ordering the distributions in the container section
  • Loading branch information
LaszloGombos authored and johannbg committed May 7, 2022
1 parent 8348c56 commit 0b339d7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 170 deletions.
1 change: 0 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
matrix:
config:
- { dockerfile: 'Dockerfile-Fedora-latest', tag: 'fedora:latest' }
- { dockerfile: 'Dockerfile-Fedora-rawhide', tag: 'fedora:rawhide' }
- { dockerfile: 'Dockerfile-OpenSuse-latest', tag: 'opensuse:latest' }
- { dockerfile: 'Dockerfile-Arch', tag: 'arch:latest' }
- { dockerfile: 'Dockerfile-Debian', tag: 'debian:latest' }
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
strategy:
matrix:
container: [
"fedora:33",
"fedora:rawhide",
"opensuse:latest",
"arch:latest",
"debian:latest",
"fedora:latest",
"opensuse:latest",
]
test: [
"04",
Expand Down Expand Up @@ -50,7 +49,6 @@ jobs:
"01",
"02",
"03",
"04",
"10",
"11",
"12",
Expand Down
55 changes: 0 additions & 55 deletions test/container/Dockerfile-Fedora-34

This file was deleted.

55 changes: 0 additions & 55 deletions test/container/Dockerfile-Fedora-35

This file was deleted.

55 changes: 0 additions & 55 deletions test/container/Dockerfile-Fedora-rawhide

This file was deleted.

0 comments on commit 0b339d7

Please sign in to comment.