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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 943113002: Add new site isolation trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 10 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/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index c83bbabf526de527aa92a638b915ef9b464b297d..009f127a6d7cbbc0b22f8761d555696031a00ef0 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -233,6 +233,16 @@ BUILDERS = freeze({
'platform': 'linux',
},
},
+ 'linux_site_isolation': {
+ 'based_on_main_waterfall': {
+ 'mastername': 'chromium.fyi',
+ 'buildername': 'Site Isolation Linux',
+ 'tester': 'Site Isolation Linux',
hinoka 2015/02/21 01:29:11 I don't think you need this. I think this is just
alexmos 2015/02/21 01:52:57 Done.
+ },
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
'linux_chromium_practice_rel_ng': {
'based_on_main_waterfall': {
'mastername': 'chromium.fyi',

Powered by Google App Engine
This is Rietveld 408576698