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

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

Issue 2335333002: Turn on swarming for PlzNavigate aigate (Closed)
Patch Set: Created 4 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/recipes/chromium.expected/full_chromium_fyi_Browser_Side_Navigation_Linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 8d61d376005796bb7d926b57e86b3929e10cdaed..191da7a3de8790be7f9a648794733df72df07a10 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -521,6 +521,8 @@ SPEC = {
'testing': {
'platform': 'linux',
},
+ 'use_isolate': True,
+ 'enable_swarming': True,
},
'Site Isolation Win': {
'chromium_config': 'chromium',
@@ -555,6 +557,8 @@ SPEC = {
'testing': {
'platform': 'win',
},
+ 'use_isolate': True,
+ 'enable_swarming': True,
},
'Browser Side Navigation Linux': {
'chromium_config': 'chromium',
@@ -580,6 +584,8 @@ SPEC = {
'testing': {
'platform': 'linux',
},
+ 'use_isolate': True,
+ 'enable_swarming': True,
},
'CrWinClang': {
'chromium_config': 'chromium_win_clang_official',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_Browser_Side_Navigation_Linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698