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

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

Issue 1371913005: chromium_tests: add explicit compile targets to bots that need them (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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: scripts/slave/recipe_modules/chromium_tests/chromium_win.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
index d0b223fec13169dcb3285fdac71103af7c9a0cc6..bb049189e70b526641ffcff0e4a519b6c03ab4c7 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
@@ -187,6 +187,9 @@ SPEC = {
'TARGET_BITS': 64,
},
'bot_type': 'builder',
+ 'compile_targets': [
+ 'chromium_builder_tests',
+ ],
'testing': {
'platform': 'win',
},

Powered by Google App Engine
This is Rietveld 408576698