-
Notifications
You must be signed in to change notification settings - Fork 517
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
CNV-47438: ipam, virt: graduate persistent ips feature gate to GA #2058
base: master
Are you sure you want to change the base?
Conversation
Hello @maiqueb! Some important instructions when contributing to openshift/api: |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: maiqueb The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Miguel Duarte Barroso <[email protected]>
69d8740
to
8717515
Compare
/test verify |
@maiqueb: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
@JoelSpeed o/ We have added periodic lanes to trigger the test for this feature gate in this PR, which we plan on GAing for 4.18. The tests are quite thorough, and were added in this other PR. Unfortunately, while the tests themselves pass, it seems the monitor tests fail constantly due to the monitor tests. We have been trying to get this sorted out, but everytime we look, another component of OpenShift Virt throws a new event / alarm / fails to adhere to conformance testing - OpenShift virt uses their own conformance testing framework, and the hypershift lanes we have in origin do not run monitor tests afaiu. This is a list of items we have gone through in the last weeks:
As a result, we plan on having the OpenShift Virt QE manually sign-off the feature is stable enough. This is a heads-up so you know our intentions. Do you foresee any issues with this path ? How does the process look like for the QE signoff ? Just setting |
Looking at prow I can only see two runs of the periodics you've added, that, doesn't seem right? Both have failed and seem to be complaining that there are no tests to run? We normally ask to see test results in sippy, could you see if you can find any test data in sippy for the tests you've added? TRT may be able to help you if you can't work this out |
I can't see any evidence of this, please link |
Surely; if you open the |
I'd say this is on 4.19, where I am running the cluster without TP feature set.
|
Ahh I see now, right, so these tests are passing, but don't show up in sippy, which means we can't actually track or visualise them. I've started some threads in slack in #forum-ocp-release-oversight. I'd like to understand why this isn't in sippy, once we have it in sippy, we can visualise your tests, and, looking at the results, it may actually satisfy the requirements to pass the verify naturally |
Oh nice. Hopefully :D |
@maiqueb: This pull request references CNV-47438 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@maiqueb: This pull request references CNV-47438 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
This PR graduates the
PersistentIPsForVirtualization
feature gate to GA.