From 554cb3bf0de374ec2daff98d28e7d4930a4ed139 Mon Sep 17 00:00:00 2001 From: aIbrahiim Date: Tue, 7 Jul 2026 14:07:56 +0300 Subject: [PATCH] fix xlang KafkaIO perf test expansion service Java version --- .../workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml b/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml index 94c556e4c475..6a4c7a0db7be 100644 --- a/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml +++ b/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml @@ -186,6 +186,8 @@ jobs: -Pjava17Home=$JAVA_HOME_17_X64 # The env variable is created and populated in the test-arguments-action as "_test_arguments_" - name: run integrationTest + env: + JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }} uses: ./.github/actions/gradle-command-self-hosted-action with: gradle-command: :sdks:python:apache_beam:testing:load_tests:run