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

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

Issue 2290923002: DevTools: Create recipe and builder for devtools (Closed)
Patch Set: Address CL feedback on recipe, new builder config 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') | scripts/slave/recipes/devtools.py » ('J')
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 73b72cff17a1f89ac41a30448e85c0daba887d5d..b076008064ec2030dd6e5ceacc2a9822a234c35f 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -151,6 +151,7 @@ s_chromium = Scheduler(
'Linux deterministic',
'Mac deterministic',
'Windows deterministic',
+ 'Chromium DevTools Linux',
])
# Triggerable scheduler for Android Builder
@@ -1181,6 +1182,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,
@@ -1369,6 +1377,9 @@ c['builders'] = [
b_linux_deterministic_build,
b_mac_deterministic_build,
b_win_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') | scripts/slave/recipes/devtools.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698