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

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

Issue 2293803004: Infra setup for Hoverboard test slave (Closed)
Patch Set: Added recipes.py output, fixed comma 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 25552e8091b05d3d36a0678942ff051d2dc1fbc6..dadc0a95123ae8716c5fff48f0012ce1b45ad2b1 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -161,7 +161,8 @@ s_chromium_android_dbg = Triggerable(
builderNames=['Android ChromeDriver Tests (dbg)',
'Android Tests (trial)(dbg)',
'Android Tests (x86 emulator)',
- 'Android Remoting Tests',])
+ 'Android Remoting Tests',
+ 'Android VR Tests',])
s_android_find_annotated_test = Nightly(
name='android_find_annotated_test',
@@ -871,6 +872,12 @@ b_chromium_dbg_android_cloud_tests = {
'category': 'android_tests',
}
+b_chromium_dbg_android_vr_tests = {
+ 'name': 'Android VR Tests',
+ 'factory': m_remote_run('chromium'),
+ 'category': 'android_tests',
+}
+
b_chromium_linux_goma_canary = {
'name': 'Chromium Linux Goma Canary',
'factory': m_remote_run('chromium'),
@@ -1249,6 +1256,7 @@ c['builders'] = [
b_chromium_rel_android_remoting_tests,
b_chromium_rel_android_find_annotated_test,
b_chromium_dbg_android_cloud_tests,
+ b_chromium_dbg_android_vr_tests,
b_chromium_dbg_android_chromedriver_tests,
« 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