diff --git a/.github/workflows/beam_PostCommit_PortableJar_Flink.yml b/.github/workflows/beam_PostCommit_PortableJar_Flink.yml index 8b3e05dc175f..792f41603df5 100644 --- a/.github/workflows/beam_PostCommit_PortableJar_Flink.yml +++ b/.github/workflows/beam_PostCommit_PortableJar_Flink.yml @@ -79,7 +79,7 @@ jobs: CLOUDSDK_CONFIG: ${{ env.KUBELET_GCLOUD_CONFIG_PATH}} uses: ./.github/actions/gradle-command-self-hosted-action with: - gradle-command: :sdks:python:test-suites:portable:310:testPipelineJarFlinkRunner + gradle-command: :sdks:python:test-suites:portable:py310:testPipelineJarFlinkRunner arguments: | -PpythonVersion=3.10 \ - name: Archive Python Test Results @@ -95,4 +95,4 @@ jobs: commit: '${{ env.prsha || env.GITHUB_SHA }}' comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }} files: '**/pytest*.xml' - large_files: true \ No newline at end of file + large_files: true diff --git a/.github/workflows/beam_PostCommit_Python_Arm.yml b/.github/workflows/beam_PostCommit_Python_Arm.yml index 59124d551a65..8020b45d6c1e 100644 --- a/.github/workflows/beam_PostCommit_Python_Arm.yml +++ b/.github/workflows/beam_PostCommit_Python_Arm.yml @@ -60,7 +60,7 @@ jobs: matrix: job_name: [beam_PostCommit_Python_Arm] job_phrase: [Run Python PostCommit Arm] - python_version: ['10', '3.13'] + python_version: ['3.10', '3.13'] if: | github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target' || @@ -129,4 +129,4 @@ jobs: commit: '${{ env.prsha || env.GITHUB_SHA }}' comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }} files: '**/pytest*.xml' - large_files: true \ No newline at end of file + large_files: true diff --git a/sdks/python/test-suites/tox/py310/build.gradle b/sdks/python/test-suites/tox/py310/build.gradle index 3099a67f980e..751faa682ae3 100644 --- a/sdks/python/test-suites/tox/py310/build.gradle +++ b/sdks/python/test-suites/tox/py310/build.gradle @@ -49,10 +49,6 @@ project.tasks.register("postCommitPyDep") {} // For versions that we would like to prioritize for testing, // for example versions released in a timeframe of last 1-2 years. -toxTask "testPy310pyarrow-3", "py310-pyarrow-3", "${posargs}" -test.dependsOn "testPy310pyarrow-3" -postCommitPyDep.dependsOn "testPy310pyarrow-3" - toxTask "testPy310pyarrow-9", "py310-pyarrow-9", "${posargs}" test.dependsOn "testPy310pyarrow-9" postCommitPyDep.dependsOn "testPy310pyarrow-9" @@ -121,13 +117,6 @@ postCommitPyDep.dependsOn "testPy310pandas-20" // TODO(https://github.com/apache/beam/issues/30908): Revise what are we testing // Create a test task for each minor version of pytorch -toxTask "testPy310pytorch-19", "py310-pytorch-19", "${posargs}" -test.dependsOn "testPy310pytorch-19" -postCommitPyDep.dependsOn "testPy310pytorch-19" - -toxTask "testPy310pytorch-110", "py310-pytorch-110", "${posargs}" -test.dependsOn "testPy310pytorch-110" -postCommitPyDep.dependsOn "testPy310pytorch-110" toxTask "testPy310pytorch-111", "py310-pytorch-111", "${posargs}" test.dependsOn "testPy310pytorch-111"