File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
src/sagemaker/image_uri_config Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Canaries
2
+ on :
3
+ schedule :
4
+ - cron : " 0 */3 * * *"
5
+ workflow_dispatch :
6
+
7
+ permissions :
8
+ id-token : write # This is required for requesting the JWT
9
+
10
+ jobs :
11
+ tests :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - name : Configure AWS Credentials
15
+ uses : aws-actions/configure-aws-credentials@v4
16
+ with :
17
+ role-to-assume : ${{ secrets.CI_AWS_ROLE_ARN }}
18
+ aws-region : us-west-2
19
+ role-duration-seconds : 10800
20
+ - name : Run Integ Tests
21
+ uses : aws-actions/aws-codebuild-run-build@v1
22
+ id : codebuild
23
+ with :
24
+ project-name : sagemaker-python-sdk-canaries
Original file line number Diff line number Diff line change 31
31
"us-east-2" : " 429704687514" ,
32
32
"us-gov-east-1" : " 107072934176" ,
33
33
"us-gov-west-1" : " 107173498710" ,
34
+ "us-isof-east-1" : " 840123138293" ,
35
+ "us-isof-south-1" : " 883091641454" ,
34
36
"us-west-1" : " 742091327244" ,
35
37
"us-west-2" : " 236514542706"
36
38
},
You can’t perform that action at this time.
0 commit comments