Skip to content

add canary tests for tf serving container #478

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

Merged
merged 4 commits into from
Nov 14, 2018

Conversation

jesterhazy
Copy link
Contributor

Description of changes:

  • add canary tests for tensorflow serving container

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 a review from yangaws November 13, 2018 23:11
@codecov-io
Copy link

codecov-io commented Nov 13, 2018

Codecov Report

Merging #478 into master will decrease coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #478      +/-   ##
==========================================
- Coverage   94.02%   93.88%   -0.15%     
==========================================
  Files          57       57              
  Lines        4269     4269              
==========================================
- Hits         4014     4008       -6     
- Misses        255      261       +6
Impacted Files Coverage Δ
src/sagemaker/local/image.py 88.08% <0%> (-1.89%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 49912ff...999818e. Read the comment docs.

@@ -25,5 +25,10 @@
PYTHON_VERSION = 'py' + str(sys.version_info.major)
REGION = boto3.session.Session().region_name

# https://code.amazon.com/packages/MaeveControlPlaneService/blobs/mainline/--/src/com/amazonaws/services/ironman/utils/InstanceTypesHelper.java
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess we should not link to internal resources on github.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

right

@pytest.mark.regional_testing
@pytest.mark.skipif(
tests.integ.REGION in tests.integ.HOSTING_P3_UNAVAILABLE_REGIONS,
reason='no ml.p3 instances in this region')
Copy link
Contributor

Choose a reason for hiding this comment

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

I am not sure on this part. Will it skip c5 as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops yes. will fix

Copy link
Contributor

@yangaws yangaws left a comment

Choose a reason for hiding this comment

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

LGTM

@jesterhazy jesterhazy merged commit 40c9d2c into aws:master Nov 14, 2018
@jesterhazy jesterhazy deleted the je-enable-tfs-canaries branch November 14, 2018 02:07
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.

3 participants