Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ jobs:
job: koji_build
trigger: commit
packages: [specfile]
packit_instances: ["stg"]
allowed_pr_authors: ["packit-stg", "packit"]
dist_git_branches:
- epel-9
Expand All @@ -235,7 +234,6 @@ jobs:
job: bodhi_update
trigger: commit
packages: [specfile]
packit_instances: ["stg"]
allowed_builders: ["packit-stg", "packit"]
dist_git_branches:
- epel-9
Expand Down
2 changes: 1 addition & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ extend-ignore-re = [
]

# Allow these as valid words
extend-words = { SOURCEN = "SOURCEN", sover = "sover" }
extend-words = { SOURCEN = "SOURCEN", sover = "sover", requre = "requre" }
48 changes: 15 additions & 33 deletions plans/packit-integration.fmf
Original file line number Diff line number Diff line change
@@ -1,33 +1,15 @@
discover:
how: fmf
url: https://github.com/packit/packit
filter: tag:full

prepare:
- how: install
copr: packit/packit-dev
# make sure the Copr repo has higher priority than TF Tag Repository
- how: shell
script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo

adjust:
- when: "how == integration"
because: "provide latest python-specfile rpm when running locally"
prepare+:
- name: python3-specfile rpm
how: install
directory: noarch/

- when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9"
because: "build and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251"
prepare+:
- how: install
package: python3-pip
- how: shell
script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy, avoid it

- when: >
distro == rhel-8 or distro == centos-8 or distro == centos-stream-8 or
distro == rhel-9 or distro == centos-9 or distro == centos-stream-9
because: "packit doesn't support EL 8"
enabled: false
summary: Reverse-dependency tests for Packit

/tests:
summary: Full set of tests (unit, integration, and functional)
plan:
import:
url: https://github.com/packit/packit
name: /plans/full

/requre:
summary: Cassette tests run through requre
plan:
import:
url: https://github.com/packit/packit
name: /plans/session-recording
Loading