Skip to content

Commit 295dc1c

Browse files
authored
Move Python PostCommits to Ubuntu-24.04 Runners (#38031)
* Move Python PostCommits to Ubuntu-24.04 Runners * add xvr _ yaml xlang
1 parent 7fdee98 commit 295dc1c

23 files changed

Lines changed: 23 additions & 23 deletions

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
job_name: ['beam_PostCommit_Python']
6363
job_phrase: ['Run Python PostCommit']
6464
python_version: ['3.10', '3.11', '3.12', '3.13','3.14']
65-
os: [[self-hosted, ubuntu-20.04, highmem22]]
65+
os: [[self-hosted, ubuntu-24.04, highmem22]]
6666
if: |
6767
github.event_name == 'workflow_dispatch' ||
6868
github.event_name == 'pull_request_target' ||

.github/workflows/beam_PostCommit_Python_Dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353
jobs:
5454
beam_PostCommit_Python_Dependency:
5555
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
56-
runs-on: [self-hosted, ubuntu-20.04, main]
56+
runs-on: [self-hosted, ubuntu-24.04, main]
5757
strategy:
5858
fail-fast: false
5959
matrix:

.github/workflows/beam_PostCommit_Python_Examples_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
github.event_name == 'workflow_dispatch' ||
5656
github.event_name == 'pull_request_target' ||
5757
startsWith(github.event.comment.body, 'Run Python Examples_Direct')
58-
runs-on: [self-hosted, ubuntu-20.04, main]
58+
runs-on: [self-hosted, ubuntu-24.04, main]
5959
timeout-minutes: 120
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
strategy:

.github/workflows/beam_PostCommit_Python_Examples_Flink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
github.event_name == 'workflow_dispatch' ||
5656
github.event_name == 'pull_request_target' ||
5757
startsWith(github.event.comment.body, 'Run Python Examples_Flink')
58-
runs-on: [self-hosted, ubuntu-20.04, highmem22]
58+
runs-on: [self-hosted, ubuntu-24.04, highmem22]
5959
timeout-minutes: 240
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
strategy:

.github/workflows/beam_PostCommit_Python_Examples_Spark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
github.event_name == 'workflow_dispatch' ||
5656
github.event_name == 'pull_request_target' ||
5757
startsWith(github.event.comment.body, 'Run Python Examples_Spark')
58-
runs-on: [self-hosted, ubuntu-20.04, main]
58+
runs-on: [self-hosted, ubuntu-24.04, main]
5959
timeout-minutes: 120
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
strategy:

.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
github.event_name == 'workflow_dispatch' ||
5858
github.event_name == 'pull_request_target' ||
5959
startsWith(github.event.comment.body, 'Run Python Dataflow ValidatesContainer')
60-
runs-on: [self-hosted, ubuntu-20.04, main]
60+
runs-on: [self-hosted, ubuntu-24.04, main]
6161
timeout-minutes: 100
6262
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6363
strategy:

.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
github.event_name == 'workflow_dispatch' ||
5656
github.event_name == 'pull_request_target' ||
5757
startsWith(github.event.comment.body, 'Run Python RC Dataflow ValidatesContainer')
58-
runs-on: [self-hosted, ubuntu-20.04, main]
58+
runs-on: [self-hosted, ubuntu-24.04, main]
5959
timeout-minutes: 300
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
strategy:

.github/workflows/beam_PostCommit_Python_ValidatesRunner_Dataflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
github.event_name == 'workflow_dispatch' ||
5656
github.event_name == 'pull_request_target' ||
5757
startsWith(github.event.comment.body, 'Run Python Dataflow ValidatesRunner')
58-
runs-on: [self-hosted, ubuntu-20.04, main]
58+
runs-on: [self-hosted, ubuntu-24.04, main]
5959
timeout-minutes: 200
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
strategy:

.github/workflows/beam_PostCommit_Python_ValidatesRunner_Flink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
github.event_name == 'workflow_dispatch' ||
5656
github.event_name == 'pull_request_target' ||
5757
startsWith(github.event.comment.body, 'Run Python Flink ValidatesRunner')
58-
runs-on: [self-hosted, ubuntu-20.04, main]
58+
runs-on: [self-hosted, ubuntu-24.04, main]
5959
timeout-minutes: 100
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
strategy:

.github/workflows/beam_PostCommit_Python_ValidatesRunner_Samza.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
github.event_name == 'workflow_dispatch' ||
5656
github.event_name == 'pull_request_target' ||
5757
startsWith(github.event.comment.body, 'Run Python Samza ValidatesRunner')
58-
runs-on: [self-hosted, ubuntu-20.04, main]
58+
runs-on: [self-hosted, ubuntu-24.04, main]
5959
timeout-minutes: 100
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
6161
strategy:

0 commit comments

Comments
 (0)