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

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

Issue 2418233002: Add IGNORE_DEPS_CHANGES flag and coverage builder. (Closed)
Patch Set: Created 4 years, 2 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_chromiumos.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py b/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
index c321966baa8570001bd7ef826e338fd0d33b5f74..7a7dfc426dbf0acaaae457c4570849ebbad8606e 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py
@@ -170,6 +170,24 @@ SPEC = {
},
'enable_swarming': True,
},
+
+ # Add a coverage builder to exercise configs that are leveraged in other
+ # recipe collections to build chrome packages:
+ # - "ignore_deps_changes"
+ 'Package Builder (Coverage)': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['chromeos', 'ninja_confirm_noop',
+ 'ignore_deps_changes', 'mb'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder',
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
},
}

Powered by Google App Engine
This is Rietveld 408576698