Skip to content
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

Set auto-added artifacts optional in recurring run (job) #3041

Merged
merged 2 commits into from
Feb 12, 2020

Conversation

jingzhang36
Copy link
Contributor

@jingzhang36 jingzhang36 commented Feb 11, 2020

We set them optional already for one-time run (#1289). We should also set them for recurring run.

Manual test on kfp deployment.


This change is Reviewable

@jingzhang36
Copy link
Contributor Author

jingzhang36 commented Feb 11, 2020

/assign @IronPan
/assign @neuromage
/cc @Ark-kun

@jingzhang36
Copy link
Contributor Author

/test kubeflow-pipeline-e2e-test

@jingzhang36
Copy link
Contributor Author

/test kubeflow-pipeline-sample-test


// Marking auto-added artifacts as optional. Otherwise most older workflows will start failing after upgrade to Argo 2.3.
// TODO: Fix the components to explicitly declare the artifacts they really output.
// TODO: Change the compiler to stop auto-adding those two atrifacts to all tasks.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC the compiler no longer adds those two artifact to all tasks. @Ark-kun can you correct me if I'm wrong?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. The compiler stopped doing this in SDK v0.1.29: #2046.
Pipelines compiled by older SDKs have the artifacts hardcoded in them.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this todo still apply?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe no. That's why I was asking :)

Copy link
Contributor Author

@jingzhang36 jingzhang36 Feb 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to know. I'll remove the complier TODO, and also the compiler TODO in the one-time run.

@jingzhang36
Copy link
Contributor Author

/retest

1 similar comment
@jingzhang36
Copy link
Contributor Author

/retest

@jingzhang36
Copy link
Contributor Author

/test kubeflow-pipeline-e2e-test

@IronPan
Copy link
Member

IronPan commented Feb 12, 2020

/lgtm

@k8s-ci-robot k8s-ci-robot removed the lgtm label Feb 12, 2020
@numerology
Copy link

/lgtm

@jingzhang36
Copy link
Contributor Author

/test kubeflow-pipeline-e2e-test

@IronPan
Copy link
Member

IronPan commented Feb 12, 2020

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IronPan

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 98a0aca into kubeflow:master Feb 12, 2020
Jeffwan pushed a commit to Jeffwan/pipelines that referenced this pull request Dec 9, 2020
* Set auto-added artifacts optional in recurring run (job)

* Remove out-of-date TODOs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants