File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ specfile_path : contrib/packaging/bootc.spec
3
+
4
+ files_to_sync :
5
+ - contrib/packaging/bootc.spec
6
+ - .packit.yaml
7
+
8
+ upstream_package_name : bootc
9
+ downstream_package_name : bootc
10
+
2
11
jobs :
12
+ - job : copr_build
13
+ trigger : pull_request
14
+ targets :
15
+ - centos-stream-9-x86_64
16
+ - centos-stream-9-aarch64
17
+ - fedora-40-x86_64
18
+ - fedora-40-aarch64
19
+
3
20
- job : tests
4
21
trigger : pull_request
5
22
targets :
8
25
tmt_plan : /integration-build
9
26
skip_build : true
10
27
identifier : integration-test
28
+
29
+ - job : tests
30
+ trigger : pull_request
31
+ targets :
32
+ - centos-stream-9-x86_64
33
+ - centos-stream-9-aarch64
34
+ - fedora-40-x86_64
35
+ - fedora-40-aarch64
36
+ tmt_plan : /to-existing-root
37
+ identifier : e2e-test-to-existing-root
38
+
39
+ - job : tests
40
+ trigger : pull_request
41
+ targets :
42
+ - centos-stream-9-x86_64
43
+ - centos-stream-9-aarch64
44
+ - fedora-40-x86_64
45
+ - fedora-40-aarch64
46
+ tmt_plan : /to-disk
47
+ identifier : e2e-test-to-disk
You can’t perform that action at this time.
0 commit comments