-
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
fix: wait to allow PodDefaults to synced in Job's namespace before running tests #120
Conversation
This reverts commit 0d9f48c. Reverting commit to implement a better solution
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.
Left 1 comment, good job @NohaIhab on tackling this!
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.
LGTM from my side. Leaving it to @misohu for approval
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.
Really nice job Noha
closes canonical/bundle-kubeflow#1066
This is to overcome the race condition sometimes happening between:
The extra wait ensures that
1
happens before2
Summary of changes
sleep
after creating the namespace to allow the resources to be synced to the namespace before the job runsaccess-ml-pipeline
poddefault exists in the namespaceResults
UATs run logs from the PR
Note: e2e test is skipped, it is failing due to canonical/bundle-kubeflow#1067
See AKS run using this branch