-
Notifications
You must be signed in to change notification settings - Fork 2.1k
MCO: Always run RHEL7 Scaleup tests #4800
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
MCO: Always run RHEL7 Scaleup tests #4800
Conversation
RHEL7 scaleup tests will always run but are not required
|
just wondering is there a reason to always run this o if we can start by just running on request? |
The description of the linked Jira issue states:
We have had multiple instances where a change in MCO has broken scaleup and we don't know about it until much later. If we can run this test on MCO changes, then we can have more information about when it started failing and what change caused it to break. Hopefully, this means we can fix it sooner instead of digging around trying to figure out why it broke. That is at least the intent. If there is a better way to go about this I'm happy to discuss. :) |
gotcha cc: @runcom PTAL as you had some comments/concerns the last time around. So will leave it to you to approve. |
|
I'm super happy to have this test in MCO to catch early regressions in scaleup - up until now the reason for not having it was that it wasn't reliable (meaning, it was flaking a lot). If the situation is better now I'm +1 on adding it by default in MCO |
|
e2e test flakes are quite low now that only parallel tests are run, like all the other jobs. There is one test that seems to fail on the rhel scaleup job more frequently than other jobs and it is being tracked in https://bugzilla.redhat.com/show_bug.cgi?id=1726328. |
kikisdeliveryservice
left a comment
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.
Let do this. :)
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kikisdeliveryservice, mtnbikenc, sdodson The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@mtnbikenc: Updated the following 4 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
This test hasn't passed once since it has been added to the repo: Is it a good use of resources to run a test that always fails, i see that the fix you mentioned above is slated for 4.3 |
|
there has been an issue with that test and some rpm today |
RHEL7 scaleup tests will always run but are not required
https://jira.coreos.com/browse/CORS-1059
Resubmit of #3748