Skip to content

Commit 377bfd6

Browse files
authored
Merge pull request bootc-dev#616 from henrywang/test_log
test: move tmt test log to tmt plan and enable aarch64 test
2 parents c0a524a + aa00c5b commit 377bfd6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.packit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
trigger: pull_request
55
targets:
66
- fedora-40-x86_64
7+
- fedora-40-aarch64
78
tmt_plan: /build
89
skip_build: true
910
identifier: tmt-integration-test

plans/build.fmf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ discover:
1919
how: fmf
2020
test:
2121
- /build-tmt/build-image
22+
finish:
23+
how: shell
24+
script:
25+
- cp -r /var/tmp/tmt/run-001 $TMT_PLAN_DATA

plans/integration.fmf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ provision:
55
how: virtual
66
# Generated by `cargo xtask `
77
image: file://./target/testvm/disk.qcow2
8+
disk: 20
89
summary: Basic smoke test
910
execute:
1011
how: tmt

0 commit comments

Comments
 (0)