-
Notifications
You must be signed in to change notification settings - Fork 141
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
Fix kfp pipelines testing in github workflow. #611
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.
Also, because we now have 2 workflows per transform maybe we shoulld change the naming convention. For example, universal-noop-test-kfp.yml and universal-noop-test.yml.?
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.
why is this file being added? I don't see the code/inputcode2parquet transform in dev
9f8eb4b
to
429d1b3
Compare
Signed-off-by: Revital Sur <eres@il.ibm.com>
Signed-off-by: Revital Sur <eres@il.ibm.com>
3879aa1
to
b7e5d0d
Compare
Signed-off-by: Revital Sur <eres@il.ibm.com>
Signed-off-by: Revital Sur <eres@il.ibm.com>
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.
LGTM
- "releases/**" | ||
paths: | ||
- "@TARGET_TRANSFORM_DIR@/**" | ||
- "!data-processing-lib/**" # This is tested in separate workflow |
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 don't believe. you needs this NOTs on data-processing-lib or kfp
- "!kfp/**.md" | ||
- "!kfp/**/doc/**" | ||
- "data-processing-lib/**" | ||
- "!data-processing-lib/**/test/**" |
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.
Should not need this NOTs on data-processing-lib
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.
oops my bad. I did not see the inclusion on data-processing-lib/**
.github/workflows/README.md
Outdated
3. When the shared kfp components changes, test a randomly selected transform test | ||
(We would like to avoid running all transform kfp tests in one PR) | ||
3. When the shared kfp components changes or core dpk lib components files changes, | ||
test a randomly selected transform test. Otherwise run kfp test for the changed transforms. | ||
4. Extra credit: If .md or other non-code changes are made, run no tests. |
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 this number 4 can be removed.
Signed-off-by: Revital Sur <eres@il.ibm.com>
Signed-off-by: Revital Sur <eres@il.ibm.com>
Why are these changes needed?
Fix kfp pipelines testing in github workflow.