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

Unified Diff: scripts/slave/recipe_modules/gpu/api.py

Issue 1238313002: Temporarily disable dEQP from the GPU FYI waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/gpu/common.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/gpu/api.py
diff --git a/scripts/slave/recipe_modules/gpu/api.py b/scripts/slave/recipe_modules/gpu/api.py
index 71a83f84c060fa18e1fe29dc4e7f8308eebcb21c..478c44801eb5d5fa0baf26be62024ef97f9a1de1 100644
--- a/scripts/slave/recipe_modules/gpu/api.py
+++ b/scripts/slave/recipe_modules/gpu/api.py
@@ -313,9 +313,10 @@ class GpuApi(recipe_api.RecipeApi):
# Run only the dEQP tests on the dEQP GPU bots.
if self.is_deqp_tester:
- tests.append(self._create_gtest(
- 'angle_deqp_tests', chrome_revision, webkit_revision,
- enable_swarming, swarming_dimensions))
+ # TODO(jmadill): re-enable this once the GLES3 tests are ready
+ #tests.append(self._create_gtest(
+ # 'angle_deqp_tests', chrome_revision, webkit_revision,
+ # enable_swarming, swarming_dimensions))
return tests
# Copy the test list to avoid mutating it.
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/gpu/common.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698