-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add Packit test tmt plans #69
Conversation
8ae9aa8
to
6a9e566
Compare
LGTM |
@Yarboa can we get this hooked into packit with entries in |
|
35da589
to
c132862
Compare
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. |
1731077
to
325cbaf
Compare
@Yarboa great, maybe it's worth adding fedora tasks too while we're at it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not an expert in packit or TMT so please take my suggestions with a measure of salt.
@@ -84,3 +92,4 @@ jobs: | |||
# Disable bodhi for epel-9 until hirte and podman 4.5 are available | |||
# Ref: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-77d64cf134#comment-3026157 | |||
#- epel-9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A "TODO" in a hidden file seems ripe to be forgotten. Consider if it would be helpful to open an issue on this, and link the issue in the comment (above).
tests/e2e/tier-0.fmf
Outdated
@@ -0,0 +1,35 @@ | |||
summary: Tier 0 - QM Interconnect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the off-chance a non-expert looks at this: I would suggest adding a comment at the start of this file with a link to the documentation for the file format.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, see README. md UPDATE in the PR
tests/qm-connectivity/main.fmf
Outdated
@@ -0,0 +1,12 @@ | |||
summary: Concise summary describing what the test does |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also suggest adding comment w/ link to format docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, see README. md UPDATE in the PR
This comment should be correct, currently it is not 👍
@cevich |
Oh my bad, I didn't notice that file. Looking it over...yeah, that would be a better place to include links for non-experts. I wouldn't go too crazy though, since test-readme's are probably at the top of the queue for bit-rot (going out of date quickly). So just some high-level references (like a link to the TMT/FMF docs and maybe the github-action) would be fine by me. |
Thanks, for the valuable review 👍 I will update the file |
Fixes based on test run Had issues with Array env variables in tmt Propose some minor changes in e2e/lib/test Signed-off-by: Yariv Rachmani <[email protected]>
Adding e2e workflow with centosstream9 As based of comments add tmt as part of packit tests Signed-off-by: Yariv Rachmani <[email protected]>
Updates readme with the data related to packit, testingfarm and tmt Signed-off-by: Yariv Rachmani <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM |
TMT plan to be used by TestingFarm
Propose framework to run github actions on TestingFarm
please follow this article
https://fedoramagazine.org/test-github-projects-with-github-actions-and-testing-farm/