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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1881983002: V8: Add gcmole to CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index 7b1ff7a50503409f4e5d6f173bb22fe458a8e690..bcabfa435bd69f785912ff05730540609d82c0ab 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -1588,7 +1588,7 @@ BUILDERS = {
'tryserver.v8': {
'builders': {
'v8_linux_rel_ng': {
- 'chromium_apply_config': ['clang', 'v8_ninja', 'goma'],
+ 'chromium_apply_config': ['clang', 'v8_ninja', 'goma', 'gcmole'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -1619,6 +1619,7 @@ BUILDERS = {
Ignition,
MjsunitSPFrameAccess,
Test262Ignition,
+ GCMole,
],
'testing': {'platform': 'linux'},
},
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698