-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.packit.yaml
More file actions
54 lines (46 loc) · 1.09 KB
/
.packit.yaml
File metadata and controls
54 lines (46 loc) · 1.09 KB
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
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
- centos-stream-8-x86_64
- centos-stream-9-x86_64
- centos-stream-10-x86_64
- <<: *build
trigger: commit
branch: "gh-readonly-queue/.*"
- &contest-oscap
job: tests
trigger: pull_request
fmf_url: https://github.com/RHSecurityCompliance/contest.git
fmf_ref: main
tmt_plan: /plans/upstream-parallel/oscap
identifier: contest-oscap
targets:
centos-stream-8: {}
centos-stream-9: {}
centos-stream-10: {}
tf_extra_params:
settings:
pipeline:
parallel-limit: 32
- <<: *contest-oscap
tmt_plan: /plans/upstream-parallel/ansible
identifier: contest-ansible
# when modifying anything below, modify also tests/tmt/
- job: tests
trigger: pull_request
fmf_path: tests/tmt
tmt_plan: /fedora-cis/plan$
identifier: fedora-cis
targets:
fedora-all: {}