-
Notifications
You must be signed in to change notification settings - Fork 129
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 test-kfp.yml workflow. #702
Conversation
.github/workflows/test-kfp.yml
Outdated
chmod +x /tmp/mc | ||
export DEPLOY_KUBEFLOW=1 | ||
make -C $K8S_SETUP_SCRIPTS setup | ||
KFP_BLACK_LIST=$(./scripts/check-workflows.sh -show-kfp-black-list) |
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 move the black list down to just before the while loop? THis way I know that it is not being used by the next few lines (assuming that is the case). Needs to be done in two places.
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.
Done. Thanks
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
.github/workflows/test-kfp.yml
Outdated
@@ -9,7 +9,6 @@ on: | |||
tags: | |||
- "*" | |||
paths: | |||
- ".make.*" |
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.
kfp/Makefile includes .make.defaults, so this should be included.
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.
Done. Thanks
Why are these changes needed?
This PR updates test-kfp.yaml workflow as was done for test-kfp-transform.template