We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0a524a + aa00c5b commit 377bfd6Copy full SHA for 377bfd6
.packit.yaml
@@ -4,6 +4,7 @@ jobs:
4
trigger: pull_request
5
targets:
6
- fedora-40-x86_64
7
+ - fedora-40-aarch64
8
tmt_plan: /build
9
skip_build: true
10
identifier: tmt-integration-test
plans/build.fmf
@@ -19,3 +19,7 @@ discover:
19
how: fmf
20
test:
21
- /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
@@ -5,6 +5,7 @@ provision:
how: virtual
# Generated by `cargo xtask `
image: file://./target/testvm/disk.qcow2
+ disk: 20
summary: Basic smoke test
execute:
11
how: tmt
0 commit comments