-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 notebook test to ci builds #680
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
buildspec.yml
Outdated
@@ -19,6 +19,33 @@ phases: | |||
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI= AWS_DEFAULT_REGION= | |||
tox -e py27,py36 -- tests/unit | |||
|
|||
# run notebook test | |||
- | | |||
if has-matching-changes "tests/" "src/*.py" "docker/*/Dockerfile"; then |
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.
We don't need to run notebooks tests of someone touched 'tests/', do we?
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.
good point. i copied the check from the integ test guard. i will narrow it.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Co-authored-by: Zhenshan Jin <[email protected]> Co-authored-by: Judy Heflin <[email protected]> Co-authored-by: Zhenshan Jin <[email protected]> @Zhenshan-Jin feature: add create model card (aws#663) @Zhenshan-Jin feature: add read update delete model card (aws#671) @Zhenshan-Jin feature: model overview and training details autodiscovery (aws#674) @Zhenshan-Jin feature: add metrics for training and evaluation details (aws#680) @Zhenshan-Jin feature: model card export & list model card version history (aws#688) @Zhenshan-Jin fix: batch update model card and bugs fixes (aws#712) @Zhenshan-Jin @judyheflin documentation: Amazon SageMaker Model Cards Python SDK documentation (aws#716)
Description of changes:
add notebook test to ci builds
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.