-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
tests/integ/__init__.py
Outdated
@@ -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 |
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 guess we should not link to internal resources on github.
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
tests/integ/test_tfs.py
Outdated
@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') |
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 am not sure on this part. Will it skip c5 as well?
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 yes. will fix
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
Description of changes:
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.