Skip to content

Commit

Permalink
ci: stop testing on Fedora
Browse files Browse the repository at this point in the history
Even if it can be useful for testing on developers' system, in practice
the 1.28 branch lags a lot behind in terms of changes for newer versions
of Python.

Since the branch is stable, and targets only old versions of RHEL 8,
then drop the testing on Fedora.

Signed-off-by: Pino Toscano <[email protected]>
  • Loading branch information
ptoscano committed Nov 15, 2023
1 parent a67c5d6 commit 59392da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/libdnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
image: "quay.io/centos/centos:stream9"
- name: "CentOS Stream 8"
image: "quay.io/centos/centos:stream8"
- name: "Fedora latest"
image: "fedora:latest"

runs-on: ubuntu-latest
container:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: "CentOS Stream 8"
image: "quay.io/centos/centos:stream8"
pytest_args: ''
- name: "Fedora latest"
image: "fedora:latest"
pytest_args: ''

runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -55,7 +52,7 @@ jobs:
uses: MishaKav/pytest-coverage-comment@main
if: |
github.event.pull_request.head.repo.full_name == github.repository
&& matrix.name == 'Fedora latest'
&& matrix.name == 'CentOS Stream 9'
with:
title: "Coverage (computed on ${{ matrix.name }})"
report-only-changed-files: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tito.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
image: "quay.io/centos/centos:stream8"
- name: "CentOS Stream 9"
image: "quay.io/centos/centos:stream9"
- name: "Fedora latest"
image: "fedora:latest"

runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 59392da

Please sign in to comment.