Skip to content

Commit 01f01e2

Browse files
beniericroot
authored and
root
committed
change: add integ-tests to codebuild-ci.yml (aws#4575)
1 parent 7e0d775 commit 01f01e2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,18 @@ jobs:
7979
PY_VERSION
8080
env:
8181
PY_VERSION: ${{ matrix.python-version }}
82+
integ-tests:
83+
runs-on: ubuntu-latest
84+
needs: [wait-for-approval]
85+
steps:
86+
- name: Configure AWS Credentials
87+
uses: aws-actions/configure-aws-credentials@v4
88+
with:
89+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
90+
aws-region: us-west-2
91+
role-duration-seconds: 10800
92+
- name: Run Integ Tests
93+
uses: aws-actions/aws-codebuild-run-build@v1
94+
with:
95+
project-name: sagemaker-python-sdk-ci-integ-tests
96+
source-version-override: 'refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'

0 commit comments

Comments
 (0)