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

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

Issue 1466563002: Remove the 'compile_targets' from 'Linux x64' on the chromium waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 1 month 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.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium.py b/scripts/slave/recipe_modules/chromium_tests/chromium.py
index 20b6bc76e448aa9b1986c7b4e819444ae727bc16..7260cac8c2c1df45a94550be0fd5645f98554be6 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium.py
@@ -104,9 +104,6 @@ SPEC = {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
- 'compile_targets': [
- 'all',
- ],
'test_generators': [
steps.generate_gtest,
steps.generate_script,

Powered by Google App Engine
This is Rietveld 408576698