Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: move tmt test log to tmt plan and enable aarch64 test #616

Merged
merged 3 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future readers can you add a comment here like # move tmt test log to tmt plan data folder, the tmt integration test log can be archived in testing farm artifacts. ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(not worth a whole new CI run for a comment of course, so merging now, but as part of further work)

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
Loading