Skip to content

Commit a1b03c0

Browse files
craig[bot]rickystewart
andcommitted
Merge #157781
157781: workflows: run `lint` on `huge` machines r=rail a=rickystewart This job is the bottleneck, so this should hopefully speed it up some. Part of: DEVINF-1625 Release note: none Epic: DEVINF-1604 Co-authored-by: Ricky Stewart <[email protected]>
2 parents 2e493f4 + 0edaacf commit a1b03c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
run: ./cockroach/build/github/cleanup-engflow-keys.sh
133133
if: always()
134134
lint:
135-
runs-on: [self-hosted, ubuntu_big_2004]
135+
runs-on: [self-hosted, ubuntu_huge_2004]
136136
timeout-minutes: 120
137137
steps:
138138
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)