Skip to content

Commit ce98153

Browse files
committed
Add apache 5 integ workflow
1 parent 92d0451 commit ce98153

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/codebuild-ci-integration-tests.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,20 @@ jobs:
2626
with:
2727
project-name: aws-sdk-java-v2-IntegrationTest-JDK8
2828
hide-cloudwatch-logs: true
29+
integration-tests-apache5:
30+
if: github.repository == 'aws/aws-sdk-java-v2'
31+
runs-on: ubuntu-latest
32+
steps:
33+
- name: Configure AWS Credentials
34+
uses: aws-actions/configure-aws-credentials@v4
35+
with:
36+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
37+
aws-region: us-west-2
38+
role-duration-seconds: 7200
39+
- name: Run Integration Test build with Apache5
40+
uses: aws-actions/aws-codebuild-run-build@v1
41+
timeout-minutes: 180
42+
with:
43+
project-name: aws-sdk-java-v2-IntegrationTest-JDK8-Apache5
44+
hide-cloudwatch-logs: true
2945

0 commit comments

Comments
 (0)