Skip to content

Commit

Permalink
Increase angle_end2end_tests batch timeout on Win7 NVIDIA
Browse files Browse the repository at this point in the history
To unblock rolling VVL into Chromium,
which have a performance regression on this platform.

Bug: 1249209
Change-Id: Ic66a1309b0482c41d8057bfea13303f2a306923d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3227076
Auto-Submit: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Cr-Commit-Position: refs/heads/main@{#932483}
  • Loading branch information
y-novikov authored and Chromium LUCI CQ committed Oct 18, 2021
1 parent 2b8e047 commit a8e2d2c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
3 changes: 2 additions & 1 deletion testing/buildbot/chromium.angle.json
Original file line number Diff line number Diff line change
Expand Up @@ -3411,7 +3411,8 @@
"args": [
"angle_end2end_tests",
"--gtest_filter=-*Vulkan_SwiftShader*",
"--bot-mode"
"--bot-mode",
"--batch-timeout=600"
],
"merge": {
"args": [],
Expand Down
6 changes: 4 additions & 2 deletions testing/buildbot/chromium.gpu.fyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -37820,7 +37820,8 @@
"args": [
"angle_end2end_tests",
"--gtest_filter=-*Vulkan_SwiftShader*",
"--bot-mode"
"--bot-mode",
"--batch-timeout=600"
],
"merge": {
"args": [],
Expand Down Expand Up @@ -38636,7 +38637,8 @@
"args": [
"angle_end2end_tests",
"--gtest_filter=-*Vulkan_SwiftShader*",
"--bot-mode"
"--bot-mode",
"--batch-timeout=600"
],
"merge": {
"args": [],
Expand Down
18 changes: 18 additions & 0 deletions testing/buildbot/test_suite_exceptions.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,29 @@
'--max-processes=1',
],
},
# TODO(crbug.com/1249209) Remove when VVL performance is fixed
'Win7 FYI Release (NVIDIA)': {
'args': [
'--batch-timeout=600',
],
},
# TODO(crbug.com/1249209) Remove when VVL performance is fixed
'Win7 FYI x64 Release (NVIDIA)': {
'args': [
'--batch-timeout=600',
],
},
'win10-angle-x64-intel': {
'args': [
'--max-processes=1',
],
},
# TODO(crbug.com/1249209) Remove when VVL performance is fixed
'win7-angle-x64-nvidia': {
'args': [
'--batch-timeout=600',
],
},
},
'replacements': {
'Linux FYI Release (AMD RX 5500 XT)': {
Expand Down

0 comments on commit a8e2d2c

Please sign in to comment.