-
Notifications
You must be signed in to change notification settings - Fork 42
/
.packit.yaml
57 lines (49 loc) · 1.29 KB
/
.packit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
# See the documentation for more information:
# https://packit.dev/docs/configuration/
upstream_tag_template: v{version}
packages:
ramalama-fedora:
pkg_tool: fedpkg
downstream_package_name: python-ramalama
specfile_path: rpm/python-ramalama.spec
ramalama-centos:
downstream_package_name: python-ramalama
specfile_path: rpm/python-ramalama.spec
srpm_build_deps:
- make
jobs:
# Copr builds for Fedora
- job: copr_build
trigger: pull_request
packages: [ramalama-fedora]
enable_net: true
targets: &fedora_copr_targets
- fedora-development
- fedora-latest-stable
osh_diff_scan_after_copr_build: false
# Copr builds for CentOS Stream
- job: copr_build
trigger: pull_request
enable_net: true
packages: [ramalama-centos]
targets: ¢os_copr_targets
- centos-stream-10
# Run on commit to main branch
- job: copr_build
trigger: commit
packages: [ramalama-fedora]
enable_net: true
branch: main
owner: rhcontainerbot
project: podman-next
# Tests for Fedora
- job: tests
trigger: pull_request
packages: [ramalama-fedora]
targets: *fedora_copr_targets
# Tests for CentOS Stream
- job: tests
trigger: pull_request
packages: [ramalama-centos]
targets: *centos_copr_targets