Skip to content

Commit 16aee79

Browse files
authored
Update Python workflows to Ubuntu-24.04 runners, regenerate requirements files (#38020)
1 parent f4f422c commit 16aee79

20 files changed

+371
-370
lines changed

.github/workflows/beam_PreCommit_Portable_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
beam_PreCommit_Portable_Python:
7777
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
7878
timeout-minutes: 120
79-
runs-on: ['self-hosted', ubuntu-20.04, main]
79+
runs-on: ['self-hosted', ubuntu-24.04, main]
8080
strategy:
8181
fail-fast: false
8282
matrix:

.github/workflows/beam_PreCommit_Prism_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
beam_PreCommit_Prism_Python:
7171
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
7272
timeout-minutes: 120
73-
runs-on: ['self-hosted', ubuntu-20.04, main]
73+
runs-on: ['self-hosted', ubuntu-24.04, main]
7474
strategy:
7575
fail-fast: false
7676
matrix:

.github/workflows/beam_PreCommit_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ env:
7474
jobs:
7575
beam_PreCommit_Python:
7676
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
77-
runs-on: [self-hosted, ubuntu-20.04, main]
77+
runs-on: [self-hosted, ubuntu-24.04, main]
7878
timeout-minutes: 180
7979
strategy:
8080
fail-fast: false

.github/workflows/beam_PreCommit_PythonDocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ env:
5757
jobs:
5858
beam_PreCommit_PythonDocker:
5959
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
60-
runs-on: [self-hosted, ubuntu-20.04, main]
60+
runs-on: [self-hosted, ubuntu-24.04, main]
6161
timeout-minutes: 30
6262
strategy:
6363
fail-fast: false

.github/workflows/beam_PreCommit_Python_Dataframes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ env:
5757
jobs:
5858
beam_PreCommit_Python_Dataframes:
5959
name: ${{ matrix.job_name }} (${{ matrix.job_phrase}} ${{ matrix.python_version}})
60-
runs-on: [self-hosted, ubuntu-20.04, main]
60+
runs-on: [self-hosted, ubuntu-24.04, main]
6161
timeout-minutes: 180
6262
strategy:
6363
fail-fast: false

.github/workflows/beam_PreCommit_Python_Examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ env:
5858
jobs:
5959
beam_PreCommit_Python_Examples:
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
61-
runs-on: [self-hosted, ubuntu-20.04, main]
61+
runs-on: [self-hosted, ubuntu-24.04, main]
6262
timeout-minutes: 180
6363
strategy:
6464
fail-fast: false

.github/workflows/beam_PreCommit_Python_Integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ env:
5757
jobs:
5858
beam_PreCommit_Python_Integration:
5959
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
60-
runs-on: [self-hosted, ubuntu-20.04, main]
60+
runs-on: [self-hosted, ubuntu-24.04, main]
6161
timeout-minutes: 180
6262
strategy:
6363
fail-fast: false

.github/workflows/beam_PreCommit_Python_ML.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# self-hosted runners due to Docker-in-Docker environment constraint.
7272
# These tests will only execute on ubuntu-latest (GitHub-hosted).
7373
# Context: https://github.com/apache/beam/pull/35585.
74-
os: [[self-hosted, ubuntu-20.04, main], [ubuntu-latest]]
74+
os: [[self-hosted, ubuntu-24.04, main], [ubuntu-latest]]
7575
exclude:
7676
# exercise DinD tests (needed for Milvus) for latest Python version
7777
- python_version: '3.10'

.github/workflows/beam_PreCommit_Python_Runners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ env:
5757
jobs:
5858
beam_PreCommit_Python_Runners:
5959
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
60-
runs-on: [self-hosted, ubuntu-20.04, main]
60+
runs-on: [self-hosted, ubuntu-24.04, main]
6161
timeout-minutes: 180
6262
strategy:
6363
fail-fast: false

.github/workflows/beam_PreCommit_Python_Transforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ env:
5858
jobs:
5959
beam_PreCommit_Python_Transforms:
6060
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
61-
runs-on: [self-hosted, ubuntu-20.04, main]
61+
runs-on: [self-hosted, ubuntu-24.04, main]
6262
timeout-minutes: 180
6363
strategy:
6464
fail-fast: false

0 commit comments

Comments
 (0)