Skip to content

Commit 12f00ac

Browse files
authored
Revert "Migrate pilot workflows to ubuntu-24.04 self-hosted pools (#37995)" (#37998)
This reverts commit c4638a3.
1 parent eaf0284 commit 12f00ac

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/beam_PreCommit_PythonLint.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_PythonLint:
5959
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
60-
runs-on: [self-hosted, ubuntu-24.04, main]
60+
runs-on: [self-hosted, ubuntu-20.04, main]
6161
strategy:
6262
matrix:
6363
job_name: [beam_PreCommit_PythonLint]

.github/workflows/beam_PreCommit_RAT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ env:
5656
jobs:
5757
beam_PreCommit_RAT:
5858
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
59-
runs-on: [self-hosted, ubuntu-24.04, small]
59+
runs-on: [self-hosted, ubuntu-20.04, small]
6060
strategy:
6161
matrix:
6262
job_name: [beam_PreCommit_RAT]

.github/workflows/beam_PreCommit_Whitespace.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_Whitespace:
5959
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
60-
runs-on: [self-hosted, ubuntu-24.04, small]
60+
runs-on: [self-hosted, ubuntu-20.04, small]
6161
strategy:
6262
matrix:
6363
job_name: [beam_PreCommit_Whitespace]

.github/workflows/go_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ concurrency:
3636
cancel-in-progress: true
3737
jobs:
3838
build:
39-
runs-on: [self-hosted, ubuntu-24.04, main]
39+
runs-on: [self-hosted, ubuntu-20.04, main]
4040
name: Go Build
4141
steps:
4242
- name: Check out code

.github/workflows/typescript_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
os: [[self-hosted, ubuntu-24.04], macos-latest]
54+
os: [[self-hosted, ubuntu-20.04], macos-latest]
5555
steps:
5656
- name: Check out code
5757
uses: actions/checkout@v4
@@ -77,7 +77,7 @@ jobs:
7777
working-directory: ./sdks/typescript
7878
env:
7979
NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload'
80-
if: contains(matrix.os, 'ubuntu-24.04')
80+
if: contains(matrix.os, 'ubuntu-20.04')
8181
# - run: npm run codecovTest
8282
# working-directory: ./sdks/typescript
8383
# if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -90,7 +90,7 @@ jobs:
9090
name: 'TypeScript xlang Tests'
9191
# TODO(https://github.com/apache/beam/issues/33346): remove manual trigger after fixing referenced issue.
9292
if: (github.event_name == 'workflow_dispatch' && github.event.inputs.runXlang == 'true')
93-
runs-on: [self-hosted, ubuntu-24.04]
93+
runs-on: [self-hosted, ubuntu-20.04]
9494
timeout-minutes: 15
9595
strategy:
9696
fail-fast: false

0 commit comments

Comments
 (0)