20
20
jobs :
21
21
prepare-system-contracts :
22
22
name : Build celo-monorepo
23
- runs-on : ubuntu-latest
23
+ runs-on : ubuntu-latest-4-cores
24
24
env :
25
25
NODE_VERSION : 12
26
26
PYTHON_VERSION : ' 2.7'
81
81
82
82
go-modules :
83
83
name : Setup go
84
- runs-on : ubuntu-latest
84
+ runs-on : ubuntu-latest-4-cores
85
85
86
86
steps :
87
87
- name : Checkout repo
96
96
check-imports :
97
97
name : Check imports
98
98
needs : go-modules
99
- runs-on : ubuntu-latest
99
+ runs-on : ubuntu-latest-4-cores
100
100
101
101
steps :
102
102
- name : Checkout repo
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
lint :
114
114
name : Lint code
115
- runs-on : ubuntu-latest
115
+ runs-on : ubuntu-latest-4-cores
116
116
needs : go-modules
117
117
118
118
steps :
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
unit-tests :
134
134
name : Unit tests
135
- runs-on : ubuntu-latest
135
+ runs-on : ubuntu-latest-4-cores
136
136
needs :
137
137
- go-modules
138
138
- prepare-system-contracts
@@ -183,7 +183,7 @@ jobs:
183
183
race :
184
184
name : Data race detector
185
185
if : ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'release') }}
186
- runs-on : ubuntu-latest
186
+ runs-on : ubuntu-latest-4-cores
187
187
needs :
188
188
- go-modules
189
189
- prepare-system-contracts
@@ -220,7 +220,7 @@ jobs:
220
220
221
221
build-and-store-binaries :
222
222
name : Build and store binaries
223
- runs-on : ubuntu-latest
223
+ runs-on : ubuntu-latest-4-cores
224
224
needs :
225
225
- go-modules
226
226
@@ -244,7 +244,7 @@ jobs:
244
244
245
245
istanbul-e2e-coverage :
246
246
name : Istanbul consensus coverage
247
- runs-on : ubuntu-latest
247
+ runs-on : ubuntu-latest-4-cores
248
248
# Needed to publish the summary PR comment
249
249
permissions :
250
250
pull-requests : write
@@ -293,7 +293,7 @@ jobs:
293
293
294
294
lightest-sync-test :
295
295
name : Lightest sync test
296
- runs-on : ubuntu-latest
296
+ runs-on : ubuntu-latest-4-cores
297
297
298
298
needs :
299
299
- build-and-store-binaries
@@ -321,7 +321,7 @@ jobs:
321
321
322
322
e2e-benchmarks :
323
323
name : End-to-end benchmarks
324
- runs-on : ubuntu-latest
324
+ runs-on : ubuntu-latest-4-cores
325
325
326
326
needs :
327
327
- go-modules
@@ -355,7 +355,7 @@ jobs:
355
355
356
356
end-to-end-blockchain-parameters-test :
357
357
name : End-to-end blockchain parameters test
358
- runs-on : ubuntu-latest
358
+ runs-on : ubuntu-latest-4-cores
359
359
env :
360
360
NODE_VERSION : 12
361
361
@@ -401,7 +401,7 @@ jobs:
401
401
402
402
end-to-end-governance-test :
403
403
name : End-to-end governance test
404
- runs-on : ubuntu-latest
404
+ runs-on : ubuntu-latest-4-cores
405
405
env :
406
406
NODE_VERSION : 12
407
407
@@ -448,7 +448,7 @@ jobs:
448
448
449
449
end-to-end-sync-test :
450
450
name : End-to-end sync test
451
- runs-on : ubuntu-latest
451
+ runs-on : ubuntu-latest-4-cores
452
452
env :
453
453
NODE_VERSION : 12
454
454
@@ -494,7 +494,7 @@ jobs:
494
494
495
495
end-to-end-slashing-test :
496
496
name : End-to-end slashing test
497
- runs-on : ubuntu-latest
497
+ runs-on : ubuntu-latest-4-cores
498
498
env :
499
499
NODE_VERSION : 12
500
500
@@ -540,7 +540,7 @@ jobs:
540
540
541
541
end-to-end-transfers-test :
542
542
name : End-to-end transfers test
543
- runs-on : ubuntu-latest
543
+ runs-on : ubuntu-latest-4-cores
544
544
env :
545
545
NODE_VERSION : 12
546
546
@@ -586,7 +586,7 @@ jobs:
586
586
587
587
end-to-end-validator-order-test :
588
588
name : End-to-end validator order test
589
- runs-on : ubuntu-latest
589
+ runs-on : ubuntu-latest-4-cores
590
590
env :
591
591
NODE_VERSION : 12
592
592
@@ -632,7 +632,7 @@ jobs:
632
632
633
633
end-to-end-cip35-eth-compatibility-test :
634
634
name : End-to-end CIP35-eth compatibility test
635
- runs-on : ubuntu-latest
635
+ runs-on : ubuntu-latest-4-cores
636
636
env :
637
637
NODE_VERSION : 12
638
638
@@ -678,7 +678,7 @@ jobs:
678
678
679
679
end-to-end-replica-test :
680
680
name : End-to-end replica test
681
- runs-on : ubuntu-latest
681
+ runs-on : ubuntu-latest-4-cores
682
682
env :
683
683
NODE_VERSION : 12
684
684
0 commit comments