-
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
Migrate katib to new test-infra #1423
Conversation
Checking |
Same reason, roll back all the changes and see what's going on |
After applying workflow, it can't find corresponding workflow. |
/test kubeflow-katib-presubmit Kick off again to see if the issue happen |
Same issue... Dig into it to see why it can't apply generated-workflow into remote argo cluster |
It works this time, looks like those TTL configuration causes the issue |
Removed ttl parameters since we have already configured default workflow spec:
https://argoproj.github.io/argo/fields/#ttlstrategy That's being said, WG does not need to configure ad-hoc activeDeadlineSeconds and ttlStrategy parameters. /cc @andreyvelich |
@PatrickXYS That makes sense. |
@@ -179,7 +178,6 @@ | |||
spec: { | |||
entrypoint: "e2e", | |||
// Cleanup workflow after 5 days. |
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 you remove this comment, please?
It's already in, our new Argo cluster installed with v2.12.3 argo workflow |
/unhold @andreyvelich Can you help approve this PR and get it merged? |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich, PatrickXYS 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 |
Looks like you also need to lgtm @andreyvelich |
/lgtm |
What this PR does / why we need it:
Migrate katib to new test-infra
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 #1422
Special notes for your reviewer:
Release note:
/cc @andreyvelich
/hold