Skip to content

Commit 5b48c2b

Browse files
release-26.1: release: switch release-workflow runners to ubuntu_2004 (#170920)
release-26.1: release: switch release-workflow runners to ubuntu_2004
2 parents 980b3b2 + 1757a93 commit 5b48c2b

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/release-branch-cut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# branch and re-run. The `if:` above (prod repo + master only) plus the
6565
# workflow_dispatch + write-access requirement is the access control here.
6666
# The release-ops environment is reserved for the publishing workflow.
67-
runs-on: [self-hosted, ubuntu_2404]
67+
runs-on: [self-hosted, ubuntu_2004]
6868
timeout-minutes: 30
6969
permissions:
7070
id-token: write

.github/workflows/release-build-and-sign.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
174174
startsWith(github.ref, 'refs/heads/staging-v'))
175175
}}
176-
runs-on: [self-hosted, ubuntu_big_2404]
176+
runs-on: [self-hosted, ubuntu_big_2004]
177177
timeout-minutes: 120
178178
permissions:
179179
id-token: write
@@ -248,7 +248,7 @@ jobs:
248248
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
249249
startsWith(github.ref, 'refs/heads/staging-v'))
250250
}}
251-
runs-on: [self-hosted, ubuntu_big_2404]
251+
runs-on: [self-hosted, ubuntu_big_2004]
252252
timeout-minutes: 120
253253
permissions:
254254
id-token: write
@@ -306,7 +306,7 @@ jobs:
306306
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
307307
startsWith(github.ref, 'refs/heads/staging-v'))
308308
}}
309-
runs-on: [self-hosted, ubuntu_big_2404]
309+
runs-on: [self-hosted, ubuntu_big_2004]
310310
timeout-minutes: 120
311311
permissions:
312312
id-token: write
@@ -389,7 +389,7 @@ jobs:
389389
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
390390
startsWith(github.ref, 'refs/heads/staging-v'))
391391
}}
392-
runs-on: [self-hosted, ubuntu_big_2404]
392+
runs-on: [self-hosted, ubuntu_big_2004]
393393
timeout-minutes: 90
394394
permissions:
395395
id-token: write
@@ -440,7 +440,7 @@ jobs:
440440
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
441441
startsWith(github.ref, 'refs/heads/staging-v'))
442442
}}
443-
runs-on: [self-hosted, ubuntu_big_2404]
443+
runs-on: [self-hosted, ubuntu_big_2004]
444444
timeout-minutes: 90
445445
permissions:
446446
id-token: write
@@ -496,7 +496,7 @@ jobs:
496496
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
497497
startsWith(github.ref, 'refs/heads/staging-v'))
498498
}}
499-
runs-on: [self-hosted, ubuntu_2404]
499+
runs-on: [self-hosted, ubuntu_2004]
500500
timeout-minutes: 60
501501
permissions:
502502
id-token: write
@@ -564,7 +564,7 @@ jobs:
564564
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
565565
startsWith(github.ref, 'refs/heads/staging-v'))
566566
}}
567-
runs-on: [self-hosted, ubuntu_2404]
567+
runs-on: [self-hosted, ubuntu_2004]
568568
timeout-minutes: 30
569569
permissions:
570570
id-token: write
@@ -607,7 +607,7 @@ jobs:
607607
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
608608
startsWith(github.ref, 'refs/heads/staging-v'))
609609
}}
610-
runs-on: [self-hosted, ubuntu_2404]
610+
runs-on: [self-hosted, ubuntu_2004]
611611
timeout-minutes: 30
612612
permissions:
613613
id-token: write
@@ -670,7 +670,7 @@ jobs:
670670
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
671671
startsWith(github.ref, 'refs/heads/staging-v'))
672672
}}
673-
runs-on: [self-hosted, ubuntu_2404]
673+
runs-on: [self-hosted, ubuntu_2004]
674674
timeout-minutes: 30
675675
permissions:
676676
id-token: write
@@ -731,7 +731,7 @@ jobs:
731731
(startsWith(github.ref, 'refs/heads/release-') && endsWith(github.ref, '-rc')) ||
732732
startsWith(github.ref, 'refs/heads/staging-v'))
733733
}}
734-
runs-on: [self-hosted, ubuntu_2404]
734+
runs-on: [self-hosted, ubuntu_2004]
735735
timeout-minutes: 30
736736
permissions:
737737
id-token: write
@@ -803,7 +803,7 @@ jobs:
803803
- sentry-panic
804804
- publish-cloud-only
805805
- cloud-rollout
806-
runs-on: [self-hosted, ubuntu_2404]
806+
runs-on: [self-hosted, ubuntu_2004]
807807
timeout-minutes: 10
808808
permissions:
809809
id-token: write

.github/workflows/release-pick-sha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# The `if:` above (prod repo + master only) plus the workflow_dispatch +
6767
# write-access requirement is the access control here. The release-ops
6868
# environment is reserved for the publishing workflow.
69-
runs-on: [self-hosted, ubuntu_2404]
69+
runs-on: [self-hosted, ubuntu_2004]
7070
timeout-minutes: 30
7171
permissions:
7272
id-token: write

.github/workflows/release-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
startsWith(github.ref, 'refs/heads/staging-v'))
196196
}}
197197
name: Update version.txt
198-
runs-on: [self-hosted, ubuntu_2404]
198+
runs-on: [self-hosted, ubuntu_2004]
199199
timeout-minutes: 60
200200
permissions:
201201
id-token: write
@@ -281,7 +281,7 @@ jobs:
281281
startsWith(github.ref, 'refs/heads/staging-v'))
282282
}}
283283
name: Publish staged cockroach release
284-
runs-on: [self-hosted, ubuntu_big_2404]
284+
runs-on: [self-hosted, ubuntu_big_2004]
285285
timeout-minutes: 90
286286
permissions:
287287
id-token: write
@@ -372,7 +372,7 @@ jobs:
372372
}}
373373
# Reviewer-approval gate is on approve-publish upstream; this job
374374
# inherits the gate transitively via its needs chain.
375-
runs-on: [self-hosted, ubuntu_2404]
375+
runs-on: [self-hosted, ubuntu_2004]
376376
timeout-minutes: 60
377377
permissions:
378378
id-token: write
@@ -437,7 +437,7 @@ jobs:
437437
}}
438438
# Reviewer-approval gate is on approve-publish upstream; this job
439439
# inherits the gate transitively via its needs chain.
440-
runs-on: [self-hosted, ubuntu_2404]
440+
runs-on: [self-hosted, ubuntu_2004]
441441
timeout-minutes: 30
442442
permissions:
443443
id-token: write
@@ -498,7 +498,7 @@ jobs:
498498
# only posts a Slack summary — gating it would block delivery of the
499499
# final status (especially failure pings) until the same human
500500
# approves an extra step, defeating the point of the notification.
501-
runs-on: [self-hosted, ubuntu_2404]
501+
runs-on: [self-hosted, ubuntu_2004]
502502
timeout-minutes: 10
503503
permissions:
504504
id-token: write

0 commit comments

Comments
 (0)