[packit] 0.22.0 upstream release

Upstream tag: 0.22.0
Upstream commit: e49e5e3f

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit-stg/rpms/python-specfile.git refs/heads/*:refs/remotes/packit-stg/*
git checkout packit-stg/0.22.0-f39-update-propose_downstream
```
This commit is contained in:
Packit 2023-09-01 13:41:18 +00:00
commit a16986d5c5
7 changed files with 31 additions and 7 deletions

View file

@ -124,15 +124,25 @@ jobs:
- job: tests
trigger: pull_request
packages: [specfile]
tmt_plan: "smoke|full|packit-integration"
targets:
- fedora-all
- epel-9
- job: tests
trigger: pull_request
packages: [specfile-epel8]
tmt_plan: "smoke|full"
targets:
- epel-8
- job: tests
trigger: pull_request
packages: [specfile]
identifier: performance
tmt_plan: performance
targets:
- fedora-rawhide
- job: propose_downstream
trigger: release
packages: [specfile]