Skip to content

Commit

Permalink
chore: Small maintenance of packit configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT authored and oschuett committed Jun 27, 2024
1 parent 2512beb commit 0eac0bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
28 changes: 9 additions & 19 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,47 +13,37 @@ files_to_sync:
- .packit.yaml
upstream_package_name: cp2k
downstream_package_name: cp2k
update_release: false
upstream_tag_template: v{version}

# Run only smoke tests by default
test_command:
default_identifier: smoke

targets:
# TODO: Match F40 release
- fedora-development-x86_64
- fedora-development-aarch64
- fedora-latest-x86_64
- fedora-latest-aarch64

jobs:
- &copr_build
job: copr_build
trigger: release
owner: lecris
project: release
targets:
# TODO: Match F40 release
- fedora-development-x86_64
- fedora-development-aarch64
- fedora-latest-x86_64
- fedora-latest-aarch64
- <<: *copr_build
trigger: commit
branch: master
project: nightly
additional_repos:
- copr://@scikit-build/release
update_release: true
- &tests
job: tests
trigger: commit
targets:
# TODO: Match F40 release
- fedora-development-x86_64
- fedora-development-aarch64
- fedora-latest-x86_64
- fedora-latest-aarch64
tmt_plan: .*/smoke
- <<: *copr_build
- job: copr_build
trigger: pull_request
manual_trigger: true
project: cp2k
update_release: true
release_suffix: "{PACKIT_RPMSPEC_RELEASE}"
- <<: *tests
identifier: smoke
trigger: pull_request
Expand Down
1 change: 0 additions & 1 deletion tools/fedora/plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ adjust:
discover:
how: fmf
dist-git-source: true
dist-git-extract: cp2k-*/

0 comments on commit 0eac0bc

Please sign in to comment.