-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.packit.yaml
49 lines (40 loc) · 912 Bytes
/
.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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: ark-overseer.spec
# add or remove files that should be synced
files_to_sync:
- ark-overseer.spec
- .packit.yaml
- Makefile
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: ark-overseer
# downstream (Fedora) RPM package name
downstream_package_name: ark-overseer
srpm_build_deps:
- make
- golang
- git
actions:
create-archive:
- make archive
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-40-x86_64
- job: tests
trigger: pull_request
targets:
- fedora-40-x86_64
- job: copr_build
trigger: commit
branch: main
owner: "led0nk"
project: ark-clusterinfo
targets:
- fedora-40-x86_64
- job: tests
trigger: commit
branch: main
targets:
- fedora-40-x86_64