Skip to content

Commit 3e6f2ed

Browse files
authored
Temporarily increase timeouts for perf jobs, because of limited capacity in "ubuntu.1804.amd64.tiger.perf" queue. (#89764)
1 parent a6d10a5 commit 3e6f2ed

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

eng/pipelines/coreclr/perf-non-wasm-jobs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ jobs:
260260
platforms:
261261
- linux_x64
262262
jobParameters:
263+
timeoutInMinutes: 1260
263264
testGroup: perf
264265
liveLibrariesBuildConfig: Release
265266
runtimeType: mono
@@ -277,6 +278,7 @@ jobs:
277278
platforms:
278279
- linux_x64
279280
jobParameters:
281+
timeoutInMinutes: 1260
280282
testGroup: perf
281283
liveLibrariesBuildConfig: Release
282284
runtimeType: mono
@@ -295,6 +297,7 @@ jobs:
295297
platforms:
296298
- linux_x64
297299
jobParameters:
300+
timeoutInMinutes: 1260
298301
testGroup: perf
299302
liveLibrariesBuildConfig: Release
300303
runtimeType: mono
@@ -316,6 +319,7 @@ jobs:
316319
- windows_x86
317320
- linux_musl_x64
318321
jobParameters:
322+
timeoutInMinutes: 1260
319323
testGroup: perf
320324
liveLibrariesBuildConfig: Release
321325
projectFile: microbenchmarks.proj
@@ -348,6 +352,7 @@ jobs:
348352
platforms:
349353
- linux_x64
350354
jobParameters:
355+
timeoutInMinutes: 1260
351356
testGroup: perf
352357
liveLibrariesBuildConfig: Release
353358
projectFile: microbenchmarks.proj
@@ -384,6 +389,7 @@ jobs:
384389
- windows_x64
385390
- windows_x86
386391
jobParameters:
392+
timeoutInMinutes: 1260
387393
testGroup: perf
388394
liveLibrariesBuildConfig: Release
389395
projectFile: crossgen_perf.proj

eng/pipelines/coreclr/perf-wasm-jobs.yml

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
platforms:
3939
- linux_x64
4040
jobParameters:
41+
timeoutInMinutes: 1260
4142
testGroup: perf
4243
liveLibrariesBuildConfig: Release
4344
runtimeType: wasm
@@ -64,6 +65,7 @@ jobs:
6465
platforms:
6566
- linux_x64
6667
jobparameters:
68+
timeoutInMinutes: 1260
6769
testgroup: perf
6870
livelibrariesbuildconfig: Release
6971
skipLiveLibrariesDownload: true
@@ -105,6 +107,7 @@ jobs:
105107
platforms:
106108
- linux_x64
107109
jobParameters:
110+
timeoutInMinutes: 1260
108111
testGroup: perf
109112
liveLibrariesBuildConfig: Release
110113
skipLiveLibrariesDownload: true
@@ -132,6 +135,7 @@ jobs:
132135
platforms:
133136
- linux_x64
134137
jobparameters:
138+
timeoutInMinutes: 1260
135139
testgroup: perf
136140
livelibrariesbuildconfig: Release
137141
skipLiveLibrariesDownload: true
@@ -159,6 +163,7 @@ jobs:
159163
platforms:
160164
- linux_x64
161165
jobParameters:
166+
timeoutInMinutes: 1260
162167
testGroup: perf
163168
liveLibrariesBuildConfig: Release
164169
skipLiveLibrariesDownload: true

0 commit comments

Comments
 (0)