mirrored from https://chromium.googlesource.com/angle/angle
-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip angle_deqp_egl_vulkan_tests on linux-exp-nvidia
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
Showing
2 changed files
with
6 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters