-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add travis CI for new unit test. #1960
Add travis CI for new unit test. #1960
Conversation
.travis.yml
Outdated
@@ -89,6 +89,12 @@ matrix: | |||
# Component SDK tests | |||
- cd $TRAVIS_BUILD_DIR/components/gcp/container/component_sdk/python | |||
- ./run_test.sh | |||
|
|||
# Sample test unittests. | |||
- pip3 install minio |
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.
Maybe this can be moved to the install:
section. https://docs.travis-ci.com/user/languages/python/#dependency-management
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.
Right. Good catch!
/lgtm |
/test kubeflow-pipeline-e2e-test |
/lgtm |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. 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 |
* Relocate unit test for sample test infra. * Relocate utils tests and add travis ci check. * Revert accidental change. * Lint * Fix travis build * Move dependencies to install section. * Fix travis build * Fix travis build * Fix travis build
Also changed sample test infra unit test layout to make it clear this is not a part of sample test infra.
This change is