Skip to content

Commit

Permalink
Merge pull request #3357 from candlepin/ptoscano/ci-drop-fedora-1.28
Browse files Browse the repository at this point in the history
[1.28] ci: stop testing on Fedora
  • Loading branch information
m-horky authored Nov 15, 2023
2 parents a67c5d6 + 59392da commit 3ea4e40
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 3ea4e40

Please sign in to comment.