Skip to content

Commit 39e2403

Browse files
committed
test: update packit to run e2e test on it
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent f5025dc commit 39e2403

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.packit.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
---
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+
211
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+
320
- job: tests
421
trigger: pull_request
522
targets:
@@ -8,3 +25,23 @@ jobs:
825
tmt_plan: /integration-build
926
skip_build: true
1027
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

0 commit comments

Comments
 (0)