Skip to content

Commit e9c2787

Browse files
committed
test: add e2e test
Add two anaconda and two bib tests Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 9493f2c commit e9c2787

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

.packit.yaml

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
- centos-stream-10-s390x
4545
- fedora-41-x86_64
4646
- fedora-41-aarch64
47-
- fedora-41-ppc64le
48-
- fedora-41-s390x
47+
- fedora-42-x86_64
48+
- fedora-42-aarch64
49+
- fedora-42-ppc64le
50+
- fedora-42-s390x
4951
# Sanity check on secondary targets, fewer architectures just
5052
# because the chance that we break e.g. ppc64le *just* on
5153
# rawhide is basically nil.
@@ -81,7 +83,31 @@ jobs:
8183
- fedora-rawhide-aarch64
8284
tmt_plan: /integration
8385
skip_build: true
84-
identifier: integration-test
86+
identifier: integration
87+
88+
- job: tests
89+
trigger: pull_request
90+
fmf_url: https://gitlab.com/xiaofwan/bootc-workflow-test.git
91+
fmf_ref: for_bootc
92+
targets:
93+
- centos-stream-9-x86_64
94+
- centos-stream-9-aarch64
95+
- centos-stream-10-x86_64
96+
- centos-stream-10-aarch64
97+
- fedora-41-x86_64
98+
- fedora-41-aarch64
99+
- fedora-42-x86_64
100+
- fedora-42-aarch64
101+
- fedora-rawhide-x86_64
102+
- fedora-rawhide-aarch64
103+
tf_extra_params:
104+
environments:
105+
- variables:
106+
TIER1_IMAGE_URL: localhost/bootc:e2e
107+
test:
108+
tmt:
109+
plan_filter: "tag: bootc-e2e"
110+
identifier: e2e
85111

86112
- job: propose_downstream
87113
trigger: release

0 commit comments

Comments
 (0)