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

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

Issue 2366983002: [chromium.fyi] Set up Blimp {Android Client,Linux Engine} fyi bots. (Closed)
Patch Set: add builders to the chromium.fyi builders list. 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 f910a282ba4bfde13992b500fc34d591fd51ca3b..c972dbbc3556444664fb2d3a0e7d084656159cea 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -109,6 +109,8 @@ s_chromium = Scheduler(
'Chromium Win x64 PGO Builder',
'Android Builder (dbg)',
'Android Cloud Tests',
+ 'Blimp Android Client',
+ 'Blimp Linux Engine',
'Chromium Linux Goma Canary',
'Chromium Linux Goma Canary (clobber)',
'Chromium Linux Precise Goma LinkTest',
@@ -921,6 +923,18 @@ b_chromium_dbg_android_vr_tests = {
'category': 'android_tests',
}
+b_chromium_blimp_android_client = {
+ 'name': 'Blimp Android Client',
+ 'factory': m_remote_run_chromium_src('chromium'),
+ 'category': 'blimp',
+}
+
+b_chromium_blimp_linux_engine = {
+ 'name': 'Blimp Linux Engine',
+ 'factory': m_remote_run_chromium_src('chromium'),
+ 'category': 'blimp',
+}
+
b_chromium_linux_goma_canary = {
'name': 'Chromium Linux Goma Canary',
'factory': m_remote_run_chromium_src('chromium'),
@@ -1281,6 +1295,10 @@ c['builders'] = [
b_chromium_dbg_android_chromedriver_tests,
+ # Blimp
+ b_chromium_blimp_android_client,
+ b_chromium_blimp_linux_engine,
+
# Sanitizers
b_chromium_afl_upload_linux_asan,
b_chromium_libfuzzer_upload_linux_asan,
« 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