Skip to content

Commit 41408c4

Browse files
authored
Merge pull request #155099 from rickystewart/blathers/backport-release-24.1.25-rc-154793
release-24.1.25-rc: workflows: update names of GitHub Action runner groups
2 parents dd5373d + 207fa48 commit 41408c4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/github-actions-essential-ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ concurrency:
5353
cancel-in-progress: true
5454
jobs:
5555
acceptance:
56-
runs-on: [self-hosted, basic_big_runner_group]
56+
runs-on: [self-hosted, ubuntu_big_2004]
5757
timeout-minutes: 60
5858
steps:
5959
- uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
7474
run: ./build/github/cleanup-engflow-keys.sh
7575
if: always()
7676
check_generated_code:
77-
runs-on: [self-hosted, basic_runner_group]
77+
runs-on: [self-hosted, ubuntu_2004]
7878
timeout-minutes: 60
7979
steps:
8080
- uses: actions/checkout@v4
@@ -89,7 +89,7 @@ jobs:
8989
run: ./build/github/cleanup-engflow-keys.sh
9090
if: always()
9191
docker_image_amd64:
92-
runs-on: [self-hosted, basic_runner_group]
92+
runs-on: [self-hosted, ubuntu_2004]
9393
timeout-minutes: 60
9494
steps:
9595
- uses: actions/checkout@v4
@@ -110,7 +110,7 @@ jobs:
110110
run: ./build/github/cleanup-engflow-keys.sh
111111
if: always()
112112
examples_orms:
113-
runs-on: [self-hosted, basic_big_runner_group]
113+
runs-on: [self-hosted, ubuntu_big_2004]
114114
timeout-minutes: 120
115115
steps:
116116
- uses: actions/checkout@v4
@@ -131,7 +131,7 @@ jobs:
131131
run: ./cockroach/build/github/cleanup-engflow-keys.sh
132132
if: always()
133133
lint:
134-
runs-on: [self-hosted, basic_big_runner_group]
134+
runs-on: [self-hosted, ubuntu_big_2004]
135135
timeout-minutes: 120
136136
steps:
137137
- uses: actions/checkout@v4
@@ -155,7 +155,7 @@ jobs:
155155
run: ./build/github/cleanup-engflow-keys.sh
156156
if: always()
157157
local_roachtest:
158-
runs-on: [self-hosted, basic_big_runner_group]
158+
runs-on: [self-hosted, ubuntu_big_2004]
159159
timeout-minutes: 120
160160
steps:
161161
- uses: actions/checkout@v4
@@ -176,7 +176,7 @@ jobs:
176176
run: ./build/github/cleanup-engflow-keys.sh
177177
if: always()
178178
local_roachtest_fips:
179-
runs-on: [self-hosted, basic_runner_group_fips]
179+
runs-on: [self-hosted, ubuntu_2004_fips]
180180
timeout-minutes: 120
181181
steps:
182182
- uses: actions/checkout@v4
@@ -197,7 +197,7 @@ jobs:
197197
run: ./build/github/cleanup-engflow-keys.sh
198198
if: always()
199199
linux_amd64_build:
200-
runs-on: [self-hosted, basic_runner_group]
200+
runs-on: [self-hosted, ubuntu_2004]
201201
timeout-minutes: 60
202202
steps:
203203
- uses: actions/checkout@v4
@@ -218,7 +218,7 @@ jobs:
218218
run: ./build/github/cleanup-engflow-keys.sh
219219
if: always()
220220
linux_amd64_fips_build:
221-
runs-on: [self-hosted, basic_runner_group]
221+
runs-on: [self-hosted, ubuntu_2004]
222222
timeout-minutes: 60
223223
steps:
224224
- uses: actions/checkout@v4
@@ -239,7 +239,7 @@ jobs:
239239
run: ./build/github/cleanup-engflow-keys.sh
240240
if: always()
241241
unit_tests:
242-
runs-on: [self-hosted, basic_runner_group]
242+
runs-on: [self-hosted, ubuntu_2004]
243243
timeout-minutes: 120
244244
steps:
245245
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)