forked from ComplianceAsCode/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.packit.yaml
More file actions
38 lines (32 loc) · 683 Bytes
/
.packit.yaml
File metadata and controls
38 lines (32 loc) · 683 Bytes
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
downstream_package_name: scap-security-guide
upstream_package_name: scap-security-guide
specfile_path: scap-security-guide.spec
actions:
get-current-version:
- bash utils/version.sh
srpm_build_deps:
- bash
jobs:
- &build
job: copr_build
trigger: pull_request
targets:
- fedora-all-x86_64
- epel-7-x86_64
- centos-stream-8-x86_64
- centos-stream-9-x86_64
- &test
job: tests
trigger: pull_request
targets:
fedora-latest-stable: { }
epel-7:
distros: [ centos-7 ]
centos-stream-8: { }
centos-stream-9: { }
- <<: *test
trigger: commit
branch: "gh-readonly-queue/.*"
- <<: *build
trigger: commit
branch: "gh-readonly-queue/.*"