Skip to content

Commit b3350c3

Browse files
committed
Cherrypick #38066
1 parent 8044fcb commit b3350c3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ jobs:
8181
uses: ./.github/actions/gradle-command-self-hosted-action
8282
with:
8383
gradle-command: :sdks:python:test-suites:dataflow:gcpCrossLanguagePostCommit
84-
arguments: -PuseWheelDistribution
84+
arguments: |
85+
-PpythonVersion=3.14 \
86+
-PuseWheelDistribution \
8587
- name: Archive Python Test Results
8688
uses: actions/upload-artifact@v4
8789
if: failure()

.github/workflows/beam_PostCommit_Python_Xlang_IO_Dataflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
with:
8282
gradle-command: :sdks:python:test-suites:dataflow:ioCrossLanguagePostCommit
8383
arguments: |
84+
-PpythonVersion=3.14 \
8485
-PuseWheelDistribution \
8586
-PkafkaBootstrapServer=10.128.0.40:9094,10.128.0.28:9094,10.128.0.165:9094 \
8687
- name: Archive Python Test Results
@@ -96,4 +97,4 @@ jobs:
9697
commit: '${{ env.prsha || env.GITHUB_SHA }}'
9798
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
9899
files: '**/pytest*.xml'
99-
large_files: true
100+
large_files: true

0 commit comments

Comments
 (0)