Skip to content

Commit 8147a38

Browse files
authored
gitlab-ci: Use large runners for compilation (#6136)
Otherwise, we run out of disk due to pulling too many dependencies. Set it to all jobs relying on go cache
1 parent 4835b16 commit 8147a38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ update-otel-deps:
222222
only:
223223
- schedules
224224
extends: .go-cache
225+
tags: [large]
225226
stage: update-deps
226227
needs: []
227228
dependencies: []
@@ -233,6 +234,7 @@ update-otel-deps-nightly:
233234
only:
234235
- schedules
235236
extends: .go-cache
237+
tags: [large]
236238
stage: update-deps
237239
needs: []
238240
dependencies: []
@@ -294,6 +296,7 @@ tidy-dependabot-pr:
294296
rules:
295297
- if: ($CI_COMMIT_BRANCH =~ /^dependabot\/go_modules\/.*/) && ($CI_COMMIT_AUTHOR =~ /^dependabot.*/) && (($CI_PIPELINE_SOURCE == "merge_request_event") || ($CI_PIPELINE_SOURCE == "push"))
296298
extends: .go-cache
299+
tags: [large]
297300
stage: update-deps
298301
needs: []
299302
dependencies: []
@@ -305,6 +308,7 @@ compile:
305308
extends:
306309
- .trigger-filter
307310
- .go-cache
311+
tags: [large]
308312
stage: build
309313
needs: []
310314
parallel:
@@ -1724,6 +1728,7 @@ github-release:
17241728
extends:
17251729
- .trigger-filter
17261730
- .go-cache
1731+
tags: [large]
17271732
stage: github-release
17281733
dependencies:
17291734
- compile
@@ -1897,6 +1902,7 @@ dotnet-instrumentation-deployer-release:
18971902
extends:
18981903
- .trigger-dotnet-instrumentation-deployer
18991904
- .go-cache # Use this image since this job uses the ghr tool
1905+
tags: [large]
19001906
stage: github-release
19011907
dependencies:
19021908
- pack-dotnet-instrumentation-deployer

0 commit comments

Comments
 (0)