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

Update test-kfp.yml workflow. #702

Merged
merged 5 commits into from
Oct 14, 2024
Merged

Update test-kfp.yml workflow. #702

merged 5 commits into from
Oct 14, 2024

Conversation

revit13
Copy link
Collaborator

@revit13 revit13 commented Oct 13, 2024

Why are these changes needed?

This PR updates test-kfp.yaml workflow as was done for test-kfp-transform.template

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)
Copy link
Member

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done. Thanks

@@ -9,7 +9,6 @@ on:
tags:
- "*"
paths:
- ".make.*"
Copy link
Member

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done. Thanks

@daw3rd daw3rd merged commit 04c85d8 into IBM:dev Oct 14, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants