8000 ci: Enable testing for Fedora 38 by LecrisUT · Pull Request #393 · spglib/spglib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ci: Enable testing for Fedora 38 #393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations 8000
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .distro/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
/main.fmf
/plans/main.fmf
/tests/main.fmf
*.tar.gz
60 changes: 16 additions & 44 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,13 @@ specfile_path: .distro/spglib.spec

# add or remove files that should be synced
files_to_sync:
- src: .distro/spglib.spec
dest: spglib.spec
- .packit.yaml
- src: .distro/spglib.rpmlintrc
dest: spglib.rpmlintrc
# tmt setup
- src: .distro/.fmf/
dest: .fmf/
- src: .distro/plans/
dest: plans/
- src: .distro/
dest: ./
filters:
- "- main.fmf.dist-git"
- "- rpminspect.fmf"
- "- rpmlint.fmf"
- "- plans/main.fmf.dist-git"
- "- plans/rpminspect.fmf"
- "- plans/rpmlint.fmf"
- .packit.yaml
- src: .distro/plans/main.fmf.dist-git
dest: plans/main.fmf
upstream_package_name: spglib
Expand All @@ -36,22 +29,13 @@ jobs:
additional_repos:
- copr://@scikit-build/release
targets:
# TODO: Switch to fedora-all once F37 support is dropped
- fedora-development-x86_64
- fedora-latest-x86_64
- fedora-latest-stable-x86_64
- fedora-development-aarch64
- fedora-latest-aarch64
- fedora-latest-stable-aarch64
- fedora-all-x86_64
- fedora-all-aarch64
- job: tests
trigger: pull_request
targets:
- fedora-development-x86_64
- fedora-latest-x86_64
- fedora-latest-stable-x86_64
- fedora-development-aarch64
- fedora-latest-aarch64
- fedora-latest-stable-aarch64
- fedora-all-x86_64
- fedora-all-aarch64
fmf_path: .distro
- job: copr_build
trigger: commit
Expand All @@ -61,33 +45,21 @@ jobs:
additional_repos:
- copr://@scikit-build/release
targets:
- fedora-development-x86_64
- fedora-latest-x86_64
- fedora-latest-stable-x86_64
- fedora-development-aarch64
- fedora-latest-aarch64
- fedora-latest-stable-aarch64
- fedora-all-x86_64
- fedora-all-aarch64
- job: copr_build
trigger: release
owner: lecris
project: release
targets:
- fedora-development-x86_64
- fedora-latest-x86_64
- fedora-latest-stable-x86_64
- fedora-development-aarch64
- fedora-latest-aarch64
- fedora-latest-stable-aarch64
- fedora-all-x86_64
- fedora-all-aarch64
- job: tests
trigger: commit
branch: develop
targets:
- fedora-development-x86_64
- fedora-latest-x86_64
- fedora-latest-stable-x86_64
- fedora-development-aarch64
- fedora-latest-aarch64
- fedora-latest-stable-aarch64
- fedora-all-x86_64
- fedora-all-aarch64
fmf_path: .distro
- job: propose_downstream
trigger: release
Expand Down
0