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
64 changes: 11 additions & 53 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,6 @@ packages:
- python3 setup.py sdist --dist-dir ./epel8/
- bash -c "ls -1t ./epel8/*.tar.gz | head -n 1"

specfile-epel10:
<<: *specfile
specfile_path: &specfile_path_epel10 epel10/python-specfile.spec
files_to_sync:
- *specfile_path_epel10
- .packit.yaml
- src: plans/
dest: plans/
- src: .fmf/
dest: .fmf/
actions:
<<: *actions
create-archive:
- python3 setup.py sdist --dist-dir ./epel10/
- bash -c "ls -1t ./epel10/*.tar.gz | head -n 1"

# docs: https://gitlab.com/CentOS/Integration/packit-cbs/docs
specfile-centos-integration-sig:
<<: *specfile
Expand Down Expand Up @@ -95,14 +79,11 @@ jobs:
- fedora-all
- fedora-all-aarch64
- epel-9
- epel-10-all
- <<: *copr_build_pr
packages: [specfile-epel8]
targets:
- epel-8
- <<: *copr_build_pr
packages: [specfile-epel10]
targets:
- epel-10-all

- &copr_build_commit_main
job: copr_build
Expand All @@ -113,17 +94,14 @@ jobs:
- fedora-all
- fedora-all-aarch64
- epel-9
- epel-10-all
project: packit-dev
list_on_homepage: True
preserve_project: True
- <<: *copr_build_commit_main
packages: [specfile-epel8]
targets:
- epel-8
- <<: *copr_build_commit_main
packages: [specfile-epel10]
targets:
- epel-10-all

- &copr_build_commit_stable
job: copr_build
Expand All @@ -145,17 +123,14 @@ jobs:
- fedora-all
- fedora-all-aarch64
- epel-9
- epel-10-all
project: packit-releases
list_on_homepage: True
preserve_project: True
- <<: *copr_build_release
packages: [specfile-epel8]
targets:
- epel-8
- <<: *copr_build_release
packages: [specfile-epel10]
targets:
- epel-10-all

- &tests
job: tests
Expand All @@ -165,6 +140,7 @@ jobs:
targets:
- fedora-all
- epel-9
- epel-10-all
- <<: *tests
identifier: performance
tmt_plan: performance
Expand All @@ -186,11 +162,6 @@ jobs:
set -x
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
%end
- <<: *tests
packages: [specfile-epel10]
tmt_plan: "smoke|full"
targets:
- epel-10-all

- &propose_downstream
job: propose_downstream
Expand All @@ -202,16 +173,13 @@ jobs:
- fedora-branched
- eln
epel-9: {}
epel-10:
fast_forward_merge_into:
- epel-10-branched
- <<: *propose_downstream
packages: [specfile-epel8]
dist_git_branches:
- epel-8
- <<: *propose_downstream
packages: [specfile-epel10]
dist_git_branches:
epel-10:
fast_forward_merge_into:
- epel-10-branched
- <<: *propose_downstream
packages: [specfile-centos-integration-sig]
dist_git_branches:
Expand All @@ -227,16 +195,13 @@ jobs:
- fedora-branched
- eln
epel-9: {}
epel-10:
fast_forward_merge_into:
- epel-10-branched
- <<: *pull_from_upstream
packages: [specfile-epel8]
dist_git_branches:
- epel-8
- <<: *pull_from_upstream
packages: [specfile-epel10]
dist_git_branches:
epel-10:
fast_forward_merge_into:
- epel-10-branched
- <<: *pull_from_upstream
packages: [specfile-centos-integration-sig]
dist_git_branches:
Expand All @@ -254,10 +219,6 @@ jobs:
packages: [specfile-epel8]
dist_git_branches:
- epel-8
- <<: *koji_build
packages: [specfile-epel10]
dist_git_branches:
- epel-10-all
- <<: *koji_build
packages: [specfile-centos-integration-sig]
dist_git_branches:
Expand All @@ -268,6 +229,7 @@ jobs:
- packit
dist_git_branches:
- fedora-all
- epel-10-all

- &bodhi_update
job: bodhi_update
Expand All @@ -281,7 +243,3 @@ jobs:
packages: [specfile-epel8]
dist_git_branches:
- epel-8
- <<: *bodhi_update
packages: [specfile-epel10]
dist_git_branches:
- epel-10-all
Loading
Loading