-
Notifications
You must be signed in to change notification settings - Fork 545
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
Issue with test suite lemon and orange #709
Comments
In order to submit an operator do all tests need to pass or just kiwi? |
All tests needs to pass. Let me check for error |
For ocp you will have to define ocp version in lemon or orange name;
|
Ok that works, closing issue, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running the test suite locally. Kiwi test succeeds but lemon and orange fail.
Error encountered
Additional details
In the set versions task it is trying to access index that maps ocp version to operator version and looking for latest tag which doesn't exist hence the dict object not found error.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: