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

Unified Diff: masters/master.tryserver.chromium.linux/master.cfg

Issue 1982173002: [Findit] Adding variable builders for Linux ChromiumOS Full and Win x64 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Forgot one Created 4 years, 7 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.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index ba218b3ab78cb7f10a485b15ba5214baa1909aac..831d123860c03f8874a5ecc4877402f28f0dc28f 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -370,6 +370,11 @@ variable_builders = [
'factory': baseFactory('findit/chromium/compile'),
'slavebuilddir': 'linux_layout_msan',
},
+ {
+ 'name': 'linux_chromiumos_full_variable',
+ 'factory': baseFactory('findit/chromium/compile'),
+ 'slavebuilddir': 'linux_chromeos',
+ },
]
for board in chromeos_boards:
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698