File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ update-otel-deps:
222
222
only :
223
223
- schedules
224
224
extends : .go-cache
225
+ tags : [large]
225
226
stage : update-deps
226
227
needs : []
227
228
dependencies : []
@@ -233,6 +234,7 @@ update-otel-deps-nightly:
233
234
only :
234
235
- schedules
235
236
extends : .go-cache
237
+ tags : [large]
236
238
stage : update-deps
237
239
needs : []
238
240
dependencies : []
@@ -294,6 +296,7 @@ tidy-dependabot-pr:
294
296
rules :
295
297
- if : ($CI_COMMIT_BRANCH =~ /^dependabot\/go_modules\/.*/) && ($CI_COMMIT_AUTHOR =~ /^dependabot.*/) && (($CI_PIPELINE_SOURCE == "merge_request_event") || ($CI_PIPELINE_SOURCE == "push"))
296
298
extends : .go-cache
299
+ tags : [large]
297
300
stage : update-deps
298
301
needs : []
299
302
dependencies : []
@@ -305,6 +308,7 @@ compile:
305
308
extends :
306
309
- .trigger-filter
307
310
- .go-cache
311
+ tags : [large]
308
312
stage : build
309
313
needs : []
310
314
parallel :
@@ -1724,6 +1728,7 @@ github-release:
1724
1728
extends :
1725
1729
- .trigger-filter
1726
1730
- .go-cache
1731
+ tags : [large]
1727
1732
stage : github-release
1728
1733
dependencies :
1729
1734
- compile
@@ -1897,6 +1902,7 @@ dotnet-instrumentation-deployer-release:
1897
1902
extends :
1898
1903
- .trigger-dotnet-instrumentation-deployer
1899
1904
- .go-cache # Use this image since this job uses the ghr tool
1905
+ tags : [large]
1900
1906
stage : github-release
1901
1907
dependencies :
1902
1908
- pack-dotnet-instrumentation-deployer
You can’t perform that action at this time.
0 commit comments