Skip to content

Commit ebd771d

Browse files
upgrading to larger runners 4 cores (#2053)
1 parent 0d9a247 commit ebd771d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/config.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
prepare-system-contracts:
2222
name: Build celo-monorepo
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-latest-4-cores
2424
env:
2525
NODE_VERSION: 12
2626
PYTHON_VERSION: '2.7'
@@ -81,7 +81,7 @@ jobs:
8181

8282
go-modules:
8383
name: Setup go
84-
runs-on: ubuntu-latest
84+
runs-on: ubuntu-latest-4-cores
8585

8686
steps:
8787
- name: Checkout repo
@@ -96,7 +96,7 @@ jobs:
9696
check-imports:
9797
name: Check imports
9898
needs: go-modules
99-
runs-on: ubuntu-latest
99+
runs-on: ubuntu-latest-4-cores
100100

101101
steps:
102102
- name: Checkout repo
@@ -112,7 +112,7 @@ jobs:
112112

113113
lint:
114114
name: Lint code
115-
runs-on: ubuntu-latest
115+
runs-on: ubuntu-latest-4-cores
116116
needs: go-modules
117117

118118
steps:
@@ -132,7 +132,7 @@ jobs:
132132

133133
unit-tests:
134134
name: Unit tests
135-
runs-on: ubuntu-latest
135+
runs-on: ubuntu-latest-4-cores
136136
needs:
137137
- go-modules
138138
- prepare-system-contracts
@@ -183,7 +183,7 @@ jobs:
183183
race:
184184
name: Data race detector
185185
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'release') }}
186-
runs-on: ubuntu-latest
186+
runs-on: ubuntu-latest-4-cores
187187
needs:
188188
- go-modules
189189
- prepare-system-contracts
@@ -220,7 +220,7 @@ jobs:
220220

221221
build-and-store-binaries:
222222
name: Build and store binaries
223-
runs-on: ubuntu-latest
223+
runs-on: ubuntu-latest-4-cores
224224
needs:
225225
- go-modules
226226

@@ -244,7 +244,7 @@ jobs:
244244

245245
istanbul-e2e-coverage:
246246
name: Istanbul consensus coverage
247-
runs-on: ubuntu-latest
247+
runs-on: ubuntu-latest-4-cores
248248
# Needed to publish the summary PR comment
249249
permissions:
250250
pull-requests: write
@@ -293,7 +293,7 @@ jobs:
293293

294294
lightest-sync-test:
295295
name: Lightest sync test
296-
runs-on: ubuntu-latest
296+
runs-on: ubuntu-latest-4-cores
297297

298298
needs:
299299
- build-and-store-binaries
@@ -321,7 +321,7 @@ jobs:
321321
322322
e2e-benchmarks:
323323
name: End-to-end benchmarks
324-
runs-on: ubuntu-latest
324+
runs-on: ubuntu-latest-4-cores
325325

326326
needs:
327327
- go-modules
@@ -355,7 +355,7 @@ jobs:
355355

356356
end-to-end-blockchain-parameters-test:
357357
name: End-to-end blockchain parameters test
358-
runs-on: ubuntu-latest
358+
runs-on: ubuntu-latest-4-cores
359359
env:
360360
NODE_VERSION: 12
361361

@@ -401,7 +401,7 @@ jobs:
401401
402402
end-to-end-governance-test:
403403
name: End-to-end governance test
404-
runs-on: ubuntu-latest
404+
runs-on: ubuntu-latest-4-cores
405405
env:
406406
NODE_VERSION: 12
407407

@@ -448,7 +448,7 @@ jobs:
448448
449449
end-to-end-sync-test:
450450
name: End-to-end sync test
451-
runs-on: ubuntu-latest
451+
runs-on: ubuntu-latest-4-cores
452452
env:
453453
NODE_VERSION: 12
454454

@@ -494,7 +494,7 @@ jobs:
494494
495495
end-to-end-slashing-test:
496496
name: End-to-end slashing test
497-
runs-on: ubuntu-latest
497+
runs-on: ubuntu-latest-4-cores
498498
env:
499499
NODE_VERSION: 12
500500

@@ -540,7 +540,7 @@ jobs:
540540
541541
end-to-end-transfers-test:
542542
name: End-to-end transfers test
543-
runs-on: ubuntu-latest
543+
runs-on: ubuntu-latest-4-cores
544544
env:
545545
NODE_VERSION: 12
546546

@@ -586,7 +586,7 @@ jobs:
586586
587587
end-to-end-validator-order-test:
588588
name: End-to-end validator order test
589-
runs-on: ubuntu-latest
589+
runs-on: ubuntu-latest-4-cores
590590
env:
591591
NODE_VERSION: 12
592592

@@ -632,7 +632,7 @@ jobs:
632632
633633
end-to-end-cip35-eth-compatibility-test:
634634
name: End-to-end CIP35-eth compatibility test
635-
runs-on: ubuntu-latest
635+
runs-on: ubuntu-latest-4-cores
636636
env:
637637
NODE_VERSION: 12
638638

@@ -678,7 +678,7 @@ jobs:
678678
679679
end-to-end-replica-test:
680680
name: End-to-end replica test
681-
runs-on: ubuntu-latest
681+
runs-on: ubuntu-latest-4-cores
682682
env:
683683
NODE_VERSION: 12
684684

0 commit comments

Comments
 (0)