Skip to content

Commit

Permalink
Skip angle_deqp_egl_vulkan_tests on linux-exp-nvidia
Browse files Browse the repository at this point in the history
Occasionally hangs the machines.

Bug: angleproject:368553850
Change-Id: Ic9d948f3e69c31c3c6f3494dd8a32759df1bb6f4
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5873135
Reviewed-by: Brian Sheedy <[email protected]>
Commit-Queue: Brian Sheedy <[email protected]>
Auto-Submit: Yuly Novikov <[email protected]>
  • Loading branch information
y-novikov authored and Angle LUCI CQ committed Sep 20, 2024
1 parent c2051a2 commit 4d613ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
23 changes: 0 additions & 23 deletions infra/specs/angle.json
Original file line number Diff line number Diff line change
Expand Up @@ -3123,29 +3123,6 @@
"test_id_prefix": "ninja://src/tests:angle_deqp_egl_tests/",
"use_isolated_scripts_api": true
},
{
"args": [
"--use-angle=vulkan",
"--no-xvfb"
],
"merge": {
"script": "//scripts/angle_deqp_test_merge.py"
},
"name": "angle_deqp_egl_vulkan_tests",
"swarming": {
"containment_type": "AUTO",
"dimensions": {
"gpu": "10de:2184-535.183.01",
"os": "Ubuntu-22.04",
"pool": "chromium.tests.gpu"
},
"service_account": "[email protected]",
"shards": 2
},
"test": "angle_deqp_egl_tests",
"test_id_prefix": "ninja://src/tests:angle_deqp_egl_tests/",
"use_isolated_scripts_api": true
},
{
"args": [
"--use-angle=gl",
Expand Down
6 changes: 6 additions & 0 deletions infra/specs/test_suite_exceptions.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
# For more info see Chromium's test_suite_exceptions.pyl in testing/buildbot.

{
'angle_deqp_egl_vulkan_tests': {
'remove_from': [
# Occasionally hangs the machine http://anglebug.com/368553850
'linux-exp-nvidia',
],
},
'angle_deqp_gles2_d3d11_tests': {
'modifications': {
# anglebug.com/352528974 suspecting OOM caused by multiprocess
Expand Down

0 comments on commit 4d613ca

Please sign in to comment.