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

add notebook test to ci builds #680

Merged
merged 3 commits into from
Mar 5, 2019
Merged

add notebook test to ci builds #680

merged 3 commits into from
Mar 5, 2019

Conversation

jesterhazy
Copy link
Contributor

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.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have updated the changelog with a description of my changes (if appropriate)
  • I have updated any necessary documentation (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jesterhazy jesterhazy requested review from iquintero and nadiaya March 4, 2019 12:14
@jesterhazy
Copy link
Contributor Author

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

nadiaya
nadiaya previously approved these changes Mar 4, 2019
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
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@jesterhazy
Copy link
Contributor Author

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@jesterhazy jesterhazy merged commit c2d9cc8 into aws:master Mar 5, 2019
@jesterhazy jesterhazy deleted the cb2 branch March 5, 2019 09:16
mizanfiu pushed a commit to mizanfiu/sagemaker-python-sdk that referenced this pull request Dec 13, 2022
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)
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