-
Notifications
You must be signed in to change notification settings - Fork 4
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
Move test-frame to 0.8.0 + use sequential deletion #169
Conversation
Signed-off-by: David Kornel <[email protected]>
Checking, upgrade test will run 30 mins, then we'll see if it helps. Thanks |
And I still see
|
I think I see
This one needs to be configured too, maybe? |
@jiridanek yes it has to be, I thought that it inherid values but it overrides it, so it has to be added to others, let me do a fix |
Signed-off-by: David Kornel <[email protected]>
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.
Tried this out. Out of 6 CI runs, three got stuck and died on jenkins timeout, two passed, and one timeouted with
2024-10-22T13:44:07 ERROR [Wait:106] Exception waiting for: DataScienceCluster upgrade-dsc readiness, Failure executing: GET at: https://api.crc.testing:6443/apis/datasciencecluster.opendatahub.io/v1/datascienceclusters/upgrade-dsc. Message: Unauthorized. Received status: Status(apiVersion=v1, code=401, details=null, kind=Status, message=Unauthorized, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Unauthorized, status=Failure, additionalProperties={}).
2024-10-22T13:44:07 ERROR [Wait:116] Timeout after 600000 ms waiting for DataScienceCluster upgrade-dsc readiness
io.skodjob.testframe.wait.WaitException: Timeout after 600000 ms waiting for DataScienceCluster upgrade-dsc readiness
I think this is good to go, there weren't any passes before; I'll investigate more on how to improve the job success rate.
Could you please test it if it work properly?