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

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

Issue 2290923002: DevTools: Create recipe and builder for devtools (Closed)
Patch Set: add comments to devtools.py 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 | 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 96621bf16517a5dc6f02850d41fb84c275aa24d0..dd0abe982b5005ae3a406f980afa8a6e356e57b6 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -153,6 +153,7 @@ s_chromium = Scheduler(
'Mac deterministic',
'Windows deterministic',
'Windows Clang deterministic',
+ 'Chromium DevTools Linux',
])
# Triggerable scheduler for Android Builder
@@ -1187,6 +1188,13 @@ b_mojo_windows = {
'auto_reboot': True,
}
+b_chromium_devtools_linux = {
+ 'name': 'Chromium DevTools Linux',
+ 'factory': m_annotator.BaseFactory(recipe='devtools'),
+ 'category': 'devtools',
+ 'auto_reboot': True,
+}
+
def DeterministicBuilder(platform):
return {
'name': '%s deterministic' % platform,
@@ -1374,6 +1382,9 @@ c['builders'] = [
b_mac_deterministic_build,
b_windows_deterministic_build,
b_windows_clang_deterministic_build,
+
+ # Chromium DevTools
+ b_chromium_devtools_linux,
]
c['builders'].extend([
« 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