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

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

Issue 1840063002: Recipe for Headless Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove compile_targets Created 4 years, 9 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 559a489a29e335aac672606053b64128a57922cc..97c0cd98c13be7285907a970d9b5764e162c9479 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -131,6 +131,7 @@ s_chromium = Scheduler(
'Linux Trusty',
'Linux Trusty (dbg)',
'Linux V8 API Stability',
+ 'Headless Linux (dbg)',
'Site Isolation Linux',
'Site Isolation Win',
'Browser Side Navigation Linux',
@@ -1106,6 +1107,12 @@ b_chromium_v8_api_stability = {
'auto_reboot': True,
}
+b_headless_linux = {
+ 'name': 'Headless Linux (dbg)',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory('chromium'),
+ 'category': 'linux',
+}
+
b_chromium_windows_drmemory_builder = {
'name': 'Windows Builder (DrMemory)',
'builddir': 'drm-cr',
@@ -1340,6 +1347,9 @@ c['builders'] = [
# V8 API stability checker
b_chromium_v8_api_stability,
+ # Headles BuilderTester
+ b_headless_linux,
+
# Site Isolation
b_chromium_site_isolation_linux,
b_chromium_site_isolation_win,
« 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