infra: remove assumption of Python 2 unit test runs#1610
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
| def test_custom_image_estimator_deploy(sagemaker_session, pytorch_full_version): | ||
| custom_image = "mycustomimage:latest" | ||
| pytorch = _pytorch_estimator(sagemaker_session, framework_version=pytorch_full_version) | ||
| pytorch = _pytorch_estimator(sagemaker_session, framework_version=pytorch_full_version, py_version="py3") |
There was a problem hiding this comment.
any reason not to use pytorch_py_version fixture?
There was a problem hiding this comment.
I'd chosen not to use it because pytorch_full_version provides only the latest version, and pytorch_py_version doesn't correspond with it. however, now I've changed it so that the test uses pytorch_version and pytorch_py_version
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
* Integration tests for Model Builder Handshake * Codestyle checks
* Integration tests for Model Builder Handshake * Codestyle checks
Issue #, if available:
#1461
Description of changes:
following #1609
Testing done:
unit tests
Merge Checklist
Put an
xin 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.General
Tests
unique_name_from_baseto create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.