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

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

Issue 2390753005: Double Builds for Blimp Integration Test Infrastructure on FYI bot (Closed)
Patch Set: slight change Created 4 years, 2 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 7b752c63e95bc3598e1ac47cfda0dc2bcf645431..6c8d973a329f98677aa918980b89333efb1c3ac1 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -111,6 +111,7 @@ s_chromium = Scheduler(
'Android Cloud Tests',
'Blimp Android Client',
'Blimp Linux Engine',
+ 'Blimp Client Engine Integration',
'Chromium Linux Goma Canary',
'Chromium Linux Goma Canary (clobber)',
'Chromium Linux Precise Goma LinkTest',
@@ -938,6 +939,12 @@ b_chromium_blimp_linux_engine = {
'category': 'blimp',
}
+b_chromium_blimp_client_engine_integration = {
+ 'name': 'Blimp Client Engine Integration',
+ 'factory': m_annotator.BaseFactory(recipe='blimp/integration'),
+ 'category': 'blimp',
+}
+
b_chromium_linux_goma_canary = {
'name': 'Chromium Linux Goma Canary',
'factory': m_remote_run_chromium_src('chromium'),
@@ -1309,6 +1316,7 @@ c['builders'] = [
# Blimp
b_chromium_blimp_android_client,
b_chromium_blimp_linux_engine,
+ b_chromium_blimp_client_engine_integration,
# Sanitizers
b_chromium_afl_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