Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily increase timeouts for perf jobs, because of limited capacity in "ubuntu.1804.amd64.tiger.perf" queue. #89764

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions eng/pipelines/coreclr/perf-non-wasm-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ jobs:
platforms:
- linux_x64
jobParameters:
timeoutInMinutes: 1260
testGroup: perf
liveLibrariesBuildConfig: Release
runtimeType: mono
Expand All @@ -277,6 +278,7 @@ jobs:
platforms:
- linux_x64
jobParameters:
timeoutInMinutes: 1260
testGroup: perf
liveLibrariesBuildConfig: Release
runtimeType: mono
Expand All @@ -295,6 +297,7 @@ jobs:
platforms:
- linux_x64
jobParameters:
timeoutInMinutes: 1260
testGroup: perf
liveLibrariesBuildConfig: Release
runtimeType: mono
Expand All @@ -316,6 +319,7 @@ jobs:
- windows_x86
- linux_musl_x64
jobParameters:
timeoutInMinutes: 1260
testGroup: perf
liveLibrariesBuildConfig: Release
projectFile: microbenchmarks.proj
Expand Down Expand Up @@ -348,6 +352,7 @@ jobs:
platforms:
- linux_x64
jobParameters:
timeoutInMinutes: 1260
testGroup: perf
liveLibrariesBuildConfig: Release
projectFile: microbenchmarks.proj
Expand Down Expand Up @@ -384,6 +389,7 @@ jobs:
- windows_x64
- windows_x86
jobParameters:
timeoutInMinutes: 1260
testGroup: perf
liveLibrariesBuildConfig: Release
projectFile: crossgen_perf.proj
Expand Down
5 changes: 5 additions & 0 deletions eng/pipelines/coreclr/perf-wasm-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
platforms:
- linux_x64
jobParameters:
timeoutInMinutes: 1260
testGroup: perf
liveLibrariesBuildConfig: Release
runtimeType: wasm
Expand All @@ -64,6 +65,7 @@ jobs:
platforms:
- linux_x64
jobparameters:
timeoutInMinutes: 1260
testgroup: perf
livelibrariesbuildconfig: Release
skipLiveLibrariesDownload: true
Expand Down Expand Up @@ -105,6 +107,7 @@ jobs:
platforms:
- linux_x64
jobParameters:
timeoutInMinutes: 1260
testGroup: perf
liveLibrariesBuildConfig: Release
skipLiveLibrariesDownload: true
Expand Down Expand Up @@ -132,6 +135,7 @@ jobs:
platforms:
- linux_x64
jobparameters:
timeoutInMinutes: 1260
testgroup: perf
livelibrariesbuildconfig: Release
skipLiveLibrariesDownload: true
Expand Down Expand Up @@ -159,6 +163,7 @@ jobs:
platforms:
- linux_x64
jobParameters:
timeoutInMinutes: 1260
testGroup: perf
liveLibrariesBuildConfig: Release
skipLiveLibrariesDownload: true
Expand Down