-
Notifications
You must be signed in to change notification settings - Fork 443
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
Enable to run Experiment without Goal #1065
Enable to run Experiment without Goal #1065
Conversation
@andreyvelich: GitHub didn't allow me to request PR reviews from the following users: borremosch. Note that only kubeflow members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Inorder to verify in CI, shall we remove goal in one of the example yaml ? |
@johnugeorge Sure |
/retest |
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.
Can we change or add a test case to test the feature?
Thanks
I added e2e test with this feature for TFJob Experiment. |
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
No need, I think, thanks.
I see a problem in merging this now. If examples are updated, people trying katib release of 1.0 will see issues as code fix will not be included. We have to hold this for some time till images are added to manifests |
/hold |
@johnugeorge Sounds good to me. |
/lgtm |
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.
/approve
/hold |
In order to not confuse user with new example of TFJob, I removed changes in the example. We can update examples in the future versions and merge these changes now. |
…l-controller-crash
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaocegege, johnugeorge The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
* Enable to run experiment without goal * Remove goal from tfjob example * Fix e2e test * fix test * Add goal to tfjob example
Fixes: #1060.
After this PR users should be able to run Experiment without specifying Goal.
/assign @johnugeorge
/cc @borremosch
This change is