-
Notifications
You must be signed in to change notification settings - Fork 2
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
test_cloud_events_player_example
fails waiting on ksvc.
#264
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6666.
|
Tested locally and on aws with success no problems the ksvc is created ... the issue occurs only in the github runner. I have sshed into runner after the test failure. This is the situation with charms
Although they are in maintenance I can see all needed crds in cluster for ksvc.
I have tried to manually create a ksvc from the test manifests.
The object is created but goes to state
This is caused by pod not being scheduled on nodes
This is caused by insufficient space on runner
After waiting 10 more minutes the pod is created
|
I managed to make the test pass by using the action to maximise github space
Now the http proxy test is falling with
After sshing into the runner the controller looks like it has the correct environment
|
Managed to resolve the http problem by adding retry for it looks like the check was faster then the controller after clearing resources. all changes are part of the PR #259 |
Bug Description
After bumping the dependencies in #259, the aforementioned test fails waiting on the ksvc https://github.com/canonical/knative-operators/actions/runs/12257700684/job/34195774643
To Reproduce
rerun the PR's CI
Environment
juju 3.6.0, microk8s 1.29
Relevant Log Output
The logs of the action can be found here
Additional Context
No response
The text was updated successfully, but these errors were encountered: