-
Notifications
You must be signed in to change notification settings - Fork 442
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
feat(experiment): Add a check before deletion #1223
Conversation
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.
/assign @andreyvelich @johnugeorge
@@ -18,6 +18,7 @@ package 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.
Do we want to make this change in v1alpha3 version since we already created a release?
What do you think @gaocegege @johnugeorge ?
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.
Depends on if we maintain v1alpha3 in the next release. I think we should keep for 1 more release since the v1beta1 may be not stable. WDYT @johnugeorge
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.
cc @idahoakl
PTAL, thanks.
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.
@idahoakl PTAL, thanks.
528a735
to
2bb2957
Compare
/retest |
Thanks @gaocegege, can you also add this change for v1beta1 and we can merge it. |
@andreyvelich: GitHub didn't allow me to request PR reviews from the following users: idahoakl. 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. |
OK, will do it. |
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
2bb2957
to
ab52e34
Compare
PTAL @andreyvelich |
/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.
Thanks @gaocegege
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich 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 |
* feat(experiment): Add a check before deletion Signed-off-by: Ce Gao <[email protected]> * fix: Delete all trials Signed-off-by: Ce Gao <[email protected]> * feat: Implement in v1beta1 Signed-off-by: Ce Gao <[email protected]>
* feat(experiment): Add a check before deletion Signed-off-by: Ce Gao <[email protected]> * fix: Delete all trials Signed-off-by: Ce Gao <[email protected]> * feat: Implement in v1beta1 Signed-off-by: Ce Gao <[email protected]>
* feat(experiment): Add a check before deletion Signed-off-by: Ce Gao <[email protected]> * fix: Delete all trials Signed-off-by: Ce Gao <[email protected]> * feat: Implement in v1beta1 Signed-off-by: Ce Gao <[email protected]> Co-authored-by: whalecold <[email protected]>
Signed-off-by: Ce Gao [email protected]
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1222
Special notes for your reviewer:
Release note: