Skip to content

Commit

Permalink
Merge pull request #616 from henrywang/test_log
Browse files Browse the repository at this point in the history
test: move tmt test log to tmt plan and enable aarch64 test
  • Loading branch information
cgwalters committed Jun 20, 2024
2 parents c0a524a + aa00c5b commit 377bfd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
trigger: pull_request
targets:
- fedora-40-x86_64
- fedora-40-aarch64
tmt_plan: /build
skip_build: true
identifier: tmt-integration-test
4 changes: 4 additions & 0 deletions plans/build.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ discover:
how: fmf
test:
- /build-tmt/build-image
finish:
how: shell
script:
- cp -r /var/tmp/tmt/run-001 $TMT_PLAN_DATA
1 change: 1 addition & 0 deletions plans/integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ provision:
how: virtual
# Generated by `cargo xtask `
image: file://./target/testvm/disk.qcow2
disk: 20
summary: Basic smoke test
execute:
how: tmt
Expand Down

0 comments on commit 377bfd6

Please sign in to comment.