From 44abec6a4095a511f06d8d4d177d561b9935e743 Mon Sep 17 00:00:00 2001 From: adishaa Date: Mon, 14 Jul 2025 11:17:04 -0700 Subject: [PATCH 1/3] Increase session duration for tests --- .../{ => inference}/cli/test_cli_custom_fsx_inference.py | 0 .../{ => inference}/cli/test_cli_custom_s3_inference.py | 0 .../{ => inference}/sdk/test_sdk_custom_fsx_inference.py | 0 .../{ => inference}/sdk/test_sdk_custom_s3_inference.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/integration_tests/{ => inference}/cli/test_cli_custom_fsx_inference.py (100%) rename test/integration_tests/{ => inference}/cli/test_cli_custom_s3_inference.py (100%) rename test/integration_tests/{ => inference}/sdk/test_sdk_custom_fsx_inference.py (100%) rename test/integration_tests/{ => inference}/sdk/test_sdk_custom_s3_inference.py (100%) diff --git a/test/integration_tests/cli/test_cli_custom_fsx_inference.py b/test/integration_tests/inference/cli/test_cli_custom_fsx_inference.py similarity index 100% rename from test/integration_tests/cli/test_cli_custom_fsx_inference.py rename to test/integration_tests/inference/cli/test_cli_custom_fsx_inference.py diff --git a/test/integration_tests/cli/test_cli_custom_s3_inference.py b/test/integration_tests/inference/cli/test_cli_custom_s3_inference.py similarity index 100% rename from test/integration_tests/cli/test_cli_custom_s3_inference.py rename to test/integration_tests/inference/cli/test_cli_custom_s3_inference.py diff --git a/test/integration_tests/sdk/test_sdk_custom_fsx_inference.py b/test/integration_tests/inference/sdk/test_sdk_custom_fsx_inference.py similarity index 100% rename from test/integration_tests/sdk/test_sdk_custom_fsx_inference.py rename to test/integration_tests/inference/sdk/test_sdk_custom_fsx_inference.py diff --git a/test/integration_tests/sdk/test_sdk_custom_s3_inference.py b/test/integration_tests/inference/sdk/test_sdk_custom_s3_inference.py similarity index 100% rename from test/integration_tests/sdk/test_sdk_custom_s3_inference.py rename to test/integration_tests/inference/sdk/test_sdk_custom_s3_inference.py From 009c25ab5fc6e3893583dd1ada0043afad597ca1 Mon Sep 17 00:00:00 2001 From: adishaa Date: Mon, 14 Jul 2025 11:19:36 -0700 Subject: [PATCH 2/3] Fix Integ Test security token expired --- .github/workflows/codebuild-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codebuild-ci.yml b/.github/workflows/codebuild-ci.yml index 09076caf..aa6401e0 100644 --- a/.github/workflows/codebuild-ci.yml +++ b/.github/workflows/codebuild-ci.yml @@ -74,7 +74,7 @@ jobs: with: role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }} aws-region: us-west-2 - role-duration-seconds: 3600 + role-duration-seconds: 14400 - name: Run Integration Tests in Python ${{ matrix.python-version }} uses: aws-actions/aws-codebuild-run-build@v1 with: From ea8db87d6100aa40f1f0510c750e252dc8635380 Mon Sep 17 00:00:00 2001 From: adishaa Date: Mon, 14 Jul 2025 13:07:51 -0700 Subject: [PATCH 3/3] Increase session duration --- .github/workflows/codebuild-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codebuild-ci.yml b/.github/workflows/codebuild-ci.yml index aa6401e0..84e484ae 100644 --- a/.github/workflows/codebuild-ci.yml +++ b/.github/workflows/codebuild-ci.yml @@ -55,7 +55,7 @@ jobs: with: role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }} aws-region: us-west-2 - role-duration-seconds: 3600 + role-duration-seconds: 14400 - name: Run Unit Tests in Python ${{ matrix.python-version }} uses: aws-actions/aws-codebuild-run-build@v1 with: