Skip to content

Commit

Permalink
Drop epel-8
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Aug 10, 2023
1 parent 2d7b2bb commit 1311985
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,19 @@ jobs:
trigger: pull_request
targets:
- fedora-all
- epel-8
- epel-9

- job: tests
trigger: pull_request
targets:
- fedora-all
- epel-8
- epel-9

- job: copr_build
trigger: commit
branch: main
targets:
- fedora-all
- epel-8
- epel-9
list_on_homepage: True
preserve_project: True
Expand Down
7 changes: 0 additions & 7 deletions plans/integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,3 @@ prepare:
# newer yq requires tomlkit>=0.11.7 which is python 3.7+ only.
- pip3 install --user yq==3.1.1 || pip3 install yq==3.1.1
- yq --help

adjust+:
- when: distro == centos-stream-8 and trigger == commit
environment+:
# Default PATH, spiked with ~/.local/bin for Python packages installed with --user.
# This is needed on Centos Stream 8 where the user-specific path is not in PATH.
PATH: "/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

0 comments on commit 1311985

Please sign in to comment.