From 59392da71a8b9349f115b9684fd892078deb9567 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 15 Nov 2023 10:03:02 +0100 Subject: [PATCH] ci: stop testing on Fedora 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 --- .github/workflows/libdnf.yml | 2 -- .github/workflows/pytest.yml | 5 +---- .github/workflows/tito.yml | 2 -- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/libdnf.yml b/.github/workflows/libdnf.yml index 455bda0250..d3c079978d 100644 --- a/.github/workflows/libdnf.yml +++ b/.github/workflows/libdnf.yml @@ -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: diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 74e6b8b7d6..28638f283c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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: @@ -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 diff --git a/.github/workflows/tito.yml b/.github/workflows/tito.yml index c483bb7de2..8555cfd9af 100644 --- a/.github/workflows/tito.yml +++ b/.github/workflows/tito.yml @@ -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: