Skip to content

Commit cd3c6c6

Browse files
committed
Increase disk size for relevant CIs
1 parent 740d2f4 commit cd3c6c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ include:
1919
inputs:
2020
anod-args: run build_$ACI_TRACK
2121
cpus: 16
22+
disk: 80
2223
image: systemgtk
2324
save-component: true
2425

@@ -28,13 +29,15 @@ include:
2829
job-name: als
2930
anod-args: run test_als_$ACI_TRACK
3031
image: systemgtk
32+
disk: 80
3133

3234
# Testing of the ALS with coverage
3335
- component: $CI_SERVER_FQDN/eng/gitlab-templates/test@~latest
3436
inputs:
3537
job-name: als-cov
3638
anod-args: run test_als_cov_$ACI_TRACK --latest
3739
image: systemgtk
40+
disk: 80
3841
# This job needs to rebuild ALS in coverage mode, so it doesn't need to
3942
# depend on the build job. The following will get it to run in parallel
4043
# with the build job.
@@ -58,6 +61,7 @@ include:
5861
anod-args: run test_integration_testsuite
5962
image: systemgtk
6063
cpus: 4
64+
disk: 80
6165
rules:
6266
# Does not work on edge
6367
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_TARGET_BRANCH_NAME != 'edge'
@@ -69,6 +73,7 @@ include:
6973
job-name: gs
7074
anod-args: run build_test_gs_$ACI_TRACK
7175
image: systemgtk
76+
disk: 80
7277
stage: optional
7378
rules:
7479
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'

0 commit comments

Comments
 (0)