-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
update the image in the samples to use the new component images #1267
Conversation
/test kubeflow-pipeline-e2e-test |
/test kubeflow-pipeline-sample-test |
I think we can do it much easier, cleaner and less fragile:
|
The approach you mentioned also requires changes to the run_tfx_test.py such that it accepts yaml files. |
The code is extremely fragile. Even removing a single space will break it. |
Make sense. |
Thanks. |
Don't you also need to update the kubeflow-training-classification test? |
I found out that the client handles all the different pipeline formats. |
I meant this part for example: pipelines/test/sample-test/run_test.sh Line 156 in 84b071c
|
postsubmit test is not testing the tf-training sample. So, only the tfx and xgboost is updated. |
I see. /lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaoning777 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaoning777 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 |
…flow#1267) * update the image in the samples to use the new component images * replace the image tag in the yaml
* Track last rolled out revision * Print out previous rolled out revison and last ready revision * Fix canary test * Update canary example readme * Fix status print * Fix resources * Update apidoc
This change is