-
Notifications
You must be signed in to change notification settings - Fork 115
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 PIT marker for repositories test #15655
Conversation
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 am fine with the patch, but please remember that the test is fixed to use RHEL 9. That means when the client scenario is triggered by RHEL 10 compose being out, pytest will not pick this test due to the hard-code.
If you want to make any changes now, I would recommend using @pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version])
to pin the test to exactly one RHEL version specified in the settings. It is currently RHEL 8, but that could eventually be changed to RHEL 9 if the team agrees. Feel free to propose a config change. In the PIT client automation pipeline, we are changing this constant to the RHEL version under test.
In order to propose new value ( |
I guess nothing apart from that |
Nothing apart from the Edit: Of course, assuming you use the setting in the |
663d310
to
9548dd5
Compare
(cherry picked from commit 725740f)
Problem Statement
PIT marker missing for repositories component.
Solution
This PR changes
Related Issues
Proposing new
default_rhel_version
, changes made into the gitlabMR-1413