Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1544)

Unified Diff: testing/buildbot/chromium.gpu.fyi.json

Issue 1654183002: Re-enable the ANGLE dEQP tests on Linux on the GPU FYI waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whitespace Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium.gpu.fyi.json
diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json
index e05fcbe05510806554709eff1c3c5ff69e906a36..888e5e5278fea6762f02fad563f68d7acdbae253 100644
--- a/testing/buildbot/chromium.gpu.fyi.json
+++ b/testing/buildbot/chromium.gpu.fyi.json
@@ -1558,6 +1558,19 @@
"Linux Release (NVIDIA)": {
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Linux"
+ }
+ ],
+ "shards": 4
+ },
+ "test": "angle_deqp_gles2_tests"
+ },
+ {
"args": [
"--use-gpu-in-tests"
],
@@ -1950,7 +1963,23 @@
}
]
},
- "Linux Release dEQP (NVIDIA)": {},
+ "Linux Release dEQP (NVIDIA)": {
+ "gtest_tests": [
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "gpu": "10de:104a",
+ "os": "Linux"
+ }
+ ],
+ "shards": 12
+ },
+ "test": "angle_deqp_gles3_tests"
+ }
+ ]
+ },
"Mac 10.10 Debug (ATI)": {
"gtest_tests": [
{

Powered by Google App Engine
This is Rietveld 408576698