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

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

Issue 595143002: Enable isolate on Linux release builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: review comments Created 6 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/chromium_linux.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_linux.py b/scripts/slave/recipe_modules/chromium/chromium_linux.py
index 64c9c2cd5dfbfdb0e32a48df1eb5e12858533e74..014c2ea5d689d8351fd6d32b98cd2d075227afab 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_linux.py
@@ -22,6 +22,8 @@ SPEC = {
'testing': {
'platform': 'linux',
},
+ 'use_isolate': True,
+ 'enable_swarming': True,
},
'Linux Tests': {
'recipe_config': 'chromium',
@@ -43,6 +45,7 @@ SPEC = {
'testing': {
'platform': 'linux',
},
+ 'enable_swarming': True,
},
'Linux Builder (dbg)(32)': {
'recipe_config': 'chromium',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698