From 3ca94d5aae081574f01a2c19a52f7f9a34153ac2 Mon Sep 17 00:00:00 2001 From: Souvik Bose Date: Wed, 27 May 2026 09:55:10 -0700 Subject: [PATCH] Fix the integ test for kds workflow Signed-off-by: Souvik Bose --- .github/workflows/kinesis-source-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kinesis-source-integration-tests.yml b/.github/workflows/kinesis-source-integration-tests.yml index 286bb3d03f..13d4f309c7 100644 --- a/.github/workflows/kinesis-source-integration-tests.yml +++ b/.github/workflows/kinesis-source-integration-tests.yml @@ -21,7 +21,7 @@ jobs: build: strategy: matrix: - java: [ 11, 17, 21, docker ] + java: [ 11, 17, 21 ] fail-fast: false runs-on: ubuntu-latest @@ -64,7 +64,7 @@ jobs: - name: Run Kinesis Source integration tests run: | ./gradlew data-prepper-plugins:kinesis-source:integrationTest \ - -Dtests.kinesis.source.aws.region=us-east-1 --tests KinesisSourceIT + -Dtests.kinesis.source.aws.region=${{ secrets.TEST_REGION }} --tests KinesisSourceIT - name: Upload Unit Test Results if: always() uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4