Open mvlassis opened 3 months ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6112.
This message was autogenerated
@orfeas-k can you rerun it and make sure its gone ?
I reran the CI here https://github.com/canonical/bundle-kubeflow/actions/runs/10388848456/job/28765995378 and it looks like it succeeds which means that we have to deal with an intermittent issue
Bug Description
This issue was encountered in the
deploy-cfk-to-eks (1.8)
action inbundle-kubeflow
repository. The full logs can be found here.The
katib-integration
test intest_notebook.py
fails and raises an AssertionError. This is the relevant log call from the logs:Because the error was encountered during a Github action, I couldn't access the deployment and investigate further.
Note that this issue was not encountered during a previous run of the Github action, which can be found here. It's not clear whether this issue is reproducible or just intermittent.
To Reproduce
From the main page of the
bundle-kubeflow
repository, go to Actions, select the "Create EKS cluster, deploy CKF and run bundle test" action, and run it with the following options:Environment
This job tries to deploy the UATs, using the following configuration from the dependencies.yaml file found here:
Relevant Log Output
Additional Context
No response