Skip to content

Commit a2b52b0

Browse files
committed
CI: assign 16 cores to machines that run bottleneck jobs
1 parent fa64f21 commit a2b52b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build:
4242
interruptible: true
4343
services:
4444
- image:gnatcov
45-
- cpu:8
45+
- cpu:16
4646
- mem:16
4747
stage: build
4848
script:
@@ -163,7 +163,7 @@ test_bin_traces:
163163
interruptible: true
164164
services:
165165
- image:gnatcov
166-
- cpu:8
166+
- cpu:16
167167
- mem:16
168168
stage: test
169169
script:
@@ -185,7 +185,7 @@ test_src_traces:
185185
interruptible: true
186186
services:
187187
- image:gnatcov
188-
- cpu:8
188+
- cpu:16
189189
- mem:16
190190
stage: test
191191
script:
@@ -207,7 +207,7 @@ test_spark:
207207
interruptible: true
208208
services:
209209
- image:gnatcov
210-
- cpu:8
210+
- cpu:16
211211
- mem:16
212212
stage: test
213213
script:

0 commit comments

Comments
 (0)