-
Notifications
You must be signed in to change notification settings - Fork 717
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
Deprecate KFP v1 SDK support #6924
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.
Thanks for the work! However, some tests failed or were canceled. Do you have any idea why?
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.
It is probably not related to this PR, but the test tests (3.10, not e2e, DEFAULT)
is failing in this PR because of KEYERROR, and _BASE_CONTAINER_IMAGE = os.environ['KFP_E2E_BASE_CONTAINER_IMAGE']
seems to be a culprint of the failure.
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.
I think we should update some CI settings and/or some test utility files. Since py_test collects non-e2e tests at runtime, the unit tests are complaining that there are no valid environments.
cc: @peytondmurray
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.
Tagging @smokestacklightnin and @aktech for input
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.
Hmm, I think these environment variables are for telling the tests what external docker containers are running so that various external services can be called. I don't think we should be collecting these tests, as we are not currently running any docker containers during the testing CI jobs. Let me make a PR...
@nikelite Normally I'd make a PR against your feature branch, but you're merging your If you merge that, the tests should pass here. The exception will be with the |
New TFX version discontinues KFP v1 SDK support.