Skip to content

Commit

Permalink
Added SagemakerRuntime to CircleCI script (aws-amplify#1621)
Browse files Browse the repository at this point in the history
Scripts to invoke integration of SagemakerRuntime api
  • Loading branch information
royjit authored Jun 26, 2019
1 parent 09f967f commit 6b5d478
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ jobs:
key: test_result-{{ .Revision }}-S3
- restore_cache:
key: test_result-{{ .Revision }}-DynamoDB
- restore_cache:
key: test_result-{{ .Revision }}-SageMakerRuntime
- store_artifacts:
path: integration_test_result
- run:
Expand Down Expand Up @@ -1170,6 +1172,16 @@ workflows:
only:
- master
- develop
- integrationtest:
name: SageMakerRuntime
groupname: SageMakerRuntime
requires:
- pre_integrationtest
filters:
branches:
only:
- master
- develop
- post_integrationtest:
requires:
- AWSMobileClient
Expand Down Expand Up @@ -1198,6 +1210,7 @@ workflows:
- Pinpoint
- S3
- DynamoDB
- SageMakerRuntime
filters:
branches:
only:
Expand Down Expand Up @@ -1512,6 +1525,16 @@ workflows:
ignore: /.*/
tags:
only: /^[0-9]+.[0-9]+.[0-9]+$/
- integrationtest:
name: SageMakerRuntime
groupname: SageMakerRuntime
requires:
- pre_integrationtest
filters:
branches:
ignore: /.*/
tags:
only: /^[0-9]+.[0-9]+.[0-9]+$/
- post_integrationtest:
requires:
- AWSMobileClient
Expand Down Expand Up @@ -1540,6 +1563,7 @@ workflows:
- Pinpoint
- S3
- DynamoDB
- SageMakerRuntime
filters:
branches:
ignore: /.*/
Expand Down
5 changes: 5 additions & 0 deletions CircleciScripts/IntegrationTestsConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@
'AWSMachineLearningTests':{ }
}
},
'SageMakerRuntime' : {
'test_list' : {
'AWSSageMakerRuntimeTests':{}
}
},
// 'Pinpoint' : {
// 'test_list' : {
// 'AWSPinpointTests':{
Expand Down

0 comments on commit 6b5d478

Please sign in to comment.