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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py

Issue 1924653002: Adding test generators to the Nexus 9 bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fixing two-space indents. Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
index 25f1736fb87a8b254d6cdd7a11f3ea63fd4ff844..d932df3ef29b2a23e14598018618aed65797e8a4 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
@@ -758,6 +758,11 @@ SPEC = {
'bot_type': 'builder_tester',
'compile_targets': [
],
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_isolated_script,
+ steps.generate_script,
+ ],
'testing': {
'platform': 'linux',
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698