-
Notifications
You must be signed in to change notification settings - Fork 37
network tests: add hardware markers wherever there is special_infra #1191
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
Conversation
WalkthroughThe global pytest markers in the test module were simplified by removing Changes
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (5)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Report bugs in Issues The following are automatically added:
Available user actions:
PR will be approved when the following conditions are met:
Approvers and Reviewers
Supported /retest check runs
Supported labels
|
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.
The ref ticket talks about adding markers but not removing anything at this stage.
Removing markers can be done only after the test infra (i.e. the execution of the tests are no longer using the marker in question).
@rnetser , can you please confirm?
Two other points:
- The commit message needs to include a good description, especially about the reasoning and intent. The text in the PR description is good and can be duplicated to the commit.
- The commit message better include a sign-off line [1].
@rnetser , I think sign-off needs to be enforce [2].
[1] https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-commit-signoff-policy-for-your-repository
[2] https://github.com/apps/dco
|
ed82443
to
43ed7aa
Compare
We strive to remove special_infra marker for all tests, this PR adds the use of available network hardware markers wherever there is a special_infra marker and guarantees an interchangeability. New markers are not needed in this case, we already have sriov and jumbo_frame. jira-ticket: https://issues.redhat.com/browse/CNV-62769 Signed-off-by: Sergei Volkov <[email protected]>
468ec5e
to
5e73d86
Compare
/verified |
/approve |
New container for quay.io/openshift-cnv/openshift-virtualization-tests:latest published |
…edHatQE#1191) We strive to remove special_infra marker for all tests, this PR adds the use of available network hardware markers wherever there is a special_infra marker and guarantees an interchangeability. New markers are not needed in this case, we already have sriov and jumbo_frame. jira-ticket: https://issues.redhat.com/browse/CNV-62769 Signed-off-by: Sergei Volkov <[email protected]>
What this PR does / why we need it:
We strive to remove special_infra marker for all tests, this PR adds the use of available network hardware markers wherever there is a special_infra marker and guarantees an interchangeability. New markers are not needed in this case, we already have sriov and jumbo_frame.
Which issue(s) this PR fixes:
Special notes for reviewer:
After this PR we will have an interchangeability of
special_infra
marker and network hardware markers:and
jira-ticket: https://issues.redhat.com/browse/CNV-62769
Summary by CodeRabbit