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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 541233003: Add Linux and Win site isolation builder_testers to chromium.fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@propagate_args
Patch Set: Fixed unittests. 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 | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 038a2bef2ebcb53619408210f85c22785ef6ea3c..27f2c776e7137fecf364498b24879ff1dd359b86 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -1823,6 +1823,20 @@ b_chromium_openssl_mac = {
'auto_reboot': True,
}
+b_chromium_site_isolation_linux = {
+ 'name': 'Site Isolation Linux',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory('chromium'),
+ 'category': 'site_isolation',
+ 'auto_reboot': True,
+}
+
+b_chromium_site_isolation_win = {
+ 'name': 'Site Isolation Win',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory('chromium'),
+ 'category': 'site_isolation',
+ 'auto_reboot': True,
+}
+
def windows_browser_drmemory_light_tester(shard, total):
if shard < 1 or shard > total:
raise
@@ -2016,6 +2030,10 @@ c['builders'] = [
# OpenSSL
b_chromium_openssl_mac,
+
+ # Site Isolation
+ b_chromium_site_isolation_linux,
+ b_chromium_site_isolation_win,
]
# DrMemory test bots
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698