blob: 9ef7a8e5603727b23ade3e850e39af50f8bf207a [file] [log] [blame]
Alex Miller4a163282013-01-15 18:18:54 -08001# When changing this file, you can (and should) validate your changes by
2# running |./site_utils/suite_scheduler/suite_scheduler.py --sanity|
3#
4# When adding tests to a suite, if one (or more) of the tests contains
5# DEPENDENCIES, then the number of different host specifications required
6# can increase. This means that the number of physical machines the suite
7# must ask for increases, as if a suite needs two different machines, and
8# only asks for one, then there's going to be some set of tests that can't
9# run. The sanity check will describe to you what suites to set at what
10# number of machines to make sure all suites can run.
Alex Millerbf34a3a2012-10-24 15:06:17 -070011
Scott Zawalskica6c65a2012-05-02 13:53:13 -040012#[nightly_params]
13#always_handle: True
14
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070015# TODO(beeps) Figure out a better frequency for tot nightly suites
16# (https://crbug.com/417131).
Juan Casse429d2752013-08-05 14:49:43 -070017
Ilja H. Friedel394e8d72014-10-01 20:38:22 -070018#TODO(ihf): Delete this after R40 goes stable.
Scott Zawalskica6c65a2012-05-02 13:53:13 -040019[NightlyGraphics]
Ilja H. Friedel394e8d72014-10-01 20:38:22 -070020run_on: weekly
Scott Zawalskica6c65a2012-05-02 13:53:13 -040021suite: graphics
Ilja H. Friedel394e8d72014-10-01 20:38:22 -070022branch_specs: >=R37
Scott Zawalskiabb097b2012-05-22 17:36:35 -040023pool: suites
24
Ilja H. Friedel394e8d72014-10-01 20:38:22 -070025#TODO(beeps): Make this "run_on: new_build" for selected boards again. (373526)
26[GraphicsPerBuild]
Alex Miller41f91b22014-05-14 17:21:58 -070027run_on: nightly
Ilja Friedel21c4eb32013-03-27 11:56:29 -070028suite: graphics_per-build
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070029branch_specs: ==tot
Ilja Friedel21c4eb32013-03-27 11:56:29 -070030pool: suites
31
Ilja H. Friedel394e8d72014-10-01 20:38:22 -070032[GraphicsPerDay]
Ilja Friedel21c4eb32013-03-27 11:56:29 -070033run_on: nightly
Ilja H. Friedel394e8d72014-10-01 20:38:22 -070034suite: graphics_per-day
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070035branch_specs: ==tot
Ilja H. Friedel394e8d72014-10-01 20:38:22 -070036pool: suites
Ilja H. Friedel54547492012-07-11 12:58:03 -070037
Ilja H. Friedel394e8d72014-10-01 20:38:22 -070038[GraphicsPerWeek]
39run_on: weekly
40suite: graphics_per-week
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070041branch_specs: ==tot
Chris Masone7d6af682013-08-06 13:47:44 -070042pool: suites
43
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080044[ChameleonDp]
Dan Shie74f42e2014-08-25 09:57:35 -070045run_on: nightly
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080046suite: chameleon_dp
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070047branch_specs: ==tot
Tom Wai-Hong Tam13463092014-12-05 03:49:22 +080048pool: chameleon
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080049
50[ChameleonHdmi]
Dan Shie74f42e2014-08-25 09:57:35 -070051run_on: nightly
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080052suite: chameleon_hdmi
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070053branch_specs: ==tot
Tom Wai-Hong Tam13463092014-12-05 03:49:22 +080054pool: chameleon
Tom Wai-Hong Tam84663c42014-04-18 15:49:33 +080055
Tom Wai-Hong Tamf16999f2014-12-12 07:53:46 +080056[ChameleonVga]
57run_on: nightly
58suite: chameleon_vga
59branch_specs: ==tot
60pool: chameleon
61
Scott Zawalskiabb097b2012-05-22 17:36:35 -040062[NightlyHwQual]
63run_on: nightly
64suite: hwqual
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070065branch_specs: ==tot
Scott Zawalskiabb097b2012-05-22 17:36:35 -040066pool: suites
Alex Miller4a163282013-01-15 18:18:54 -080067num: 3
Scott Zawalskiabb097b2012-05-22 17:36:35 -040068
69[KernelDailyRegression]
70run_on: nightly
71suite: kernel_daily_regression
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070072branch_specs: ==tot
Scott Zawalskiabb097b2012-05-22 17:36:35 -040073pool: suites
Alex Miller11a7bed2013-01-03 18:00:39 -080074num: 2
Scott Zawalskiabb097b2012-05-22 17:36:35 -040075
Scott Zawalski93802262012-12-11 14:37:00 -050076[KernelDailyBenchmarks]
Scott Zawalskiabb097b2012-05-22 17:36:35 -040077run_on: nightly
78suite: kernel_daily_benchmarks
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070079branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -040080pool: suites
Prashanth B6de2bde2014-03-25 18:45:02 -070081file_bugs: True
Scott Zawalskica6c65a2012-05-02 13:53:13 -040082
83[KernelPerBuildRegression]
Alex Miller41f91b22014-05-14 17:21:58 -070084run_on: nightly
Scott Zawalskiabb097b2012-05-22 17:36:35 -040085suite: kernel_per-build_regression
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070086branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -040087pool: suites
beeps79526db2013-01-11 16:28:49 -080088num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -040089
90[KernelPerBuildBenchmarks]
Alex Miller41f91b22014-05-14 17:21:58 -070091run_on: nightly
Scott Zawalskiabb097b2012-05-22 17:36:35 -040092suite: kernel_per-build_benchmarks
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070093branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -040094pool: suites
95
96[NightlyRegression]
97run_on: nightly
98suite: regression
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070099branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400100pool: suites
Alex Miller096baf52013-01-04 13:51:33 -0800101num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400102
J. Richard Barnettec49fc882014-04-28 16:37:02 -0700103[ExperimentalTests]
104run_on: nightly
105suite: experimental
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700106branch_specs: ==tot
J. Richard Barnettec49fc882014-04-28 16:37:02 -0700107pool: suites
108
Alex Millerb091f4d2013-11-26 15:58:24 -0800109[JailedBuild]
Alex Miller41f91b22014-05-14 17:21:58 -0700110run_on: nightly
Alex Millerb091f4d2013-11-26 15:58:24 -0800111suite: jailed_build
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700112branch_specs: ==tot
Alex Millerb091f4d2013-11-26 15:58:24 -0800113pool: jail
114
115[JailedNightly]
116run_on: nightly
117suite: jailed_daily
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700118branch_specs: ==tot
Alex Millerb091f4d2013-11-26 15:58:24 -0800119pool: jail
120
121[JailedWeekly]
122run_on: weekly
123suite: jailed_weekly
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700124branch_specs: ==tot
Alex Millerb091f4d2013-11-26 15:58:24 -0800125pool: jail
126
Thieu Le3cde1cf2012-10-24 14:04:05 -0700127[Network3g]
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400128run_on: nightly
129suite: network3g
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700130branch_specs: ==tot
Alex Miller02a5def2012-10-31 14:49:38 -0700131pool: cellular
Ben Chanc7cd1452013-08-15 00:33:59 -0700132num: 7
Aviv Keshetcc623f72013-01-14 14:39:09 -0800133
Ben Chand157e932014-04-22 14:57:22 -0700134[Network3g_att]
135run_on: nightly
136suite: network3g_att
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700137branch_specs: ==tot
Ben Chand157e932014-04-22 14:57:22 -0700138pool: cellular
139
Aviv Keshetcc623f72013-01-14 14:39:09 -0800140[Network3g_tmobile]
141run_on: nightly
142suite: network3g_tmobile
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700143branch_specs: ==tot
Aviv Keshetcc623f72013-01-14 14:39:09 -0800144pool: cellular
Aviv Keshet80e6bb42013-03-28 09:20:08 -0700145num: 4
Aviv Keshetcc623f72013-01-14 14:39:09 -0800146
147[Network3g_verizon]
148run_on: nightly
149suite: network3g_verizon
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700150branch_specs: ==tot
Aviv Keshetcc623f72013-01-14 14:39:09 -0800151pool: cellular
152num: 2
Alex Miller725e4952012-10-25 15:44:34 -0700153
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700154[Network3g_pseudomodem]
Alex Miller41f91b22014-05-14 17:21:58 -0700155run_on: nightly
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700156suite: network3g_pseudomodem
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700157branch_specs: ==tot
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700158pool: suites
159
harpreet8036c0e2014-03-11 18:18:51 -0700160[Cellular_modem_repair]
Alex Miller41f91b22014-05-14 17:21:58 -0700161run_on: nightly
harpreet8036c0e2014-03-11 18:18:51 -0700162suite: cellular_modem_repair
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700163branch_specs: ==tot
harpreet5e7ef1d2014-03-21 15:58:42 -0700164pool: cellular_repair
harpreet8036c0e2014-03-11 18:18:51 -0700165
Arman Ugurayf02cd532013-07-26 12:36:05 -0700166[NetworkUI]
Alex Miller41f91b22014-05-14 17:21:58 -0700167run_on: nightly
Arman Ugurayf02cd532013-07-26 12:36:05 -0700168suite: network_ui
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700169branch_specs: ==tot
Arman Ugurayf02cd532013-07-26 12:36:05 -0700170pool: suites
171
Scott Zawalskid76f1592012-05-21 13:13:22 -0400172[PowerDaily]
173run_on: nightly
174suite: power_daily
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700175branch_specs: ==tot
Alex Miller6025d482014-04-11 12:27:05 -0700176pool: suites
Derek Basehore970c95e2014-05-21 11:00:59 -0700177file_bugs: True
Scott Zawalskid76f1592012-05-21 13:13:22 -0400178
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400179[Perfalerts]
180# Not a part of perf build because it requires 3 machines.
Alex Miller41f91b22014-05-14 17:21:58 -0700181run_on: nightly
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400182suite: perfalerts
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700183branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400184pool: suites
Scott Zawalskibce74092012-11-06 12:52:10 -0500185num: 1
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400186
Scott Zawalski6c045362012-05-16 19:17:10 -0400187[SecuritySuite]
Alex Miller41f91b22014-05-14 17:21:58 -0700188run_on: nightly
Scott Zawalski6c045362012-05-16 19:17:10 -0400189suite: security
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700190branch_specs: ==tot
Scott Zawalski6c045362012-05-16 19:17:10 -0400191pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400192
Scott Zawalski6c045362012-05-16 19:17:10 -0400193[Power_build]
Alex Miller41f91b22014-05-14 17:21:58 -0700194run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400195suite: power_build
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700196branch_specs: ==tot
Alex Miller6025d482014-04-11 12:27:05 -0700197pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400198
Scott Zawalskid76f1592012-05-21 13:13:22 -0400199[pagecycler]
Alex Miller41f91b22014-05-14 17:21:58 -0700200run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400201suite: pagecycler
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700202branch_specs: ==tot
Scott Zawalskid76f1592012-05-21 13:13:22 -0400203pool: suites
204
205[audio]
Alex Miller41f91b22014-05-14 17:21:58 -0700206run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400207suite: audio
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700208branch_specs: ==tot
Scott Zawalskid76f1592012-05-21 13:13:22 -0400209pool: suites
210
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800211[video]
Alex Miller41f91b22014-05-14 17:21:58 -0700212run_on: nightly
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800213suite: video
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700214branch_specs: ==tot
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800215pool: suites
Yuli Huang218e8522013-03-27 17:25:57 +0800216num: 4
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800217
Rohit Makasana72467d92013-08-22 01:08:49 +0530218[youtube_mse_eme]
Alex Miller41f91b22014-05-14 17:21:58 -0700219run_on: nightly
Rohit Makasana72467d92013-08-22 01:08:49 +0530220suite: youtube_mse_eme
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700221branch_specs: ==tot
Rohit Makasana72467d92013-08-22 01:08:49 +0530222pool: suites
223
224[youtube_page]
Alex Miller41f91b22014-05-14 17:21:58 -0700225run_on: nightly
Rohit Makasana72467d92013-08-22 01:08:49 +0530226suite: youtube_page
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700227branch_specs: ==tot
Rohit Makasana72467d92013-08-22 01:08:49 +0530228pool: suites
229
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500230[WebRTC]
231run_on: nightly
Scott Zawalskia5bed3e2013-01-25 10:00:27 -0500232suite: webrtc
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700233branch_specs: ==tot
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500234pool: suites
235
Scott Zawalski0dda4102012-11-14 11:30:53 -0500236[LinkPerf]
Alex Miller41f91b22014-05-14 17:21:58 -0700237run_on: nightly
Scott Zawalski0dda4102012-11-14 11:30:53 -0500238suite: link_perf
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700239branch_specs: ==tot
Scott Zawalski0dda4102012-11-14 11:30:53 -0500240pool: link_perf
241
Simran Basi77917712013-10-03 18:56:13 +0000242[perf_v2]
Alex Miller41f91b22014-05-14 17:21:58 -0700243run_on: nightly
Simran Basi77917712013-10-03 18:56:13 +0000244suite: perf_v2
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700245branch_specs: ==tot
Simran Basi77917712013-10-03 18:56:13 +0000246pool: suites
mukesh agrawal73850c92013-05-10 16:41:35 -0700247
248[NetworkNightly]
249run_on: nightly
250suite: network_nightly
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700251branch_specs: ==tot
mukesh agrawal73850c92013-05-10 16:41:35 -0700252pool: suites
bmahadev328472a2014-04-08 16:56:20 -0700253file_bugs: True
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700254
255[WiFi_MatFuncDaily]
256run_on: nightly
257suite: wifi_matfunc
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700258branch_specs: ==tot
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700259pool: wificell
Christopher Wileyd56a1052013-05-31 10:30:05 -0700260
Kris Rambisha506fd52014-04-08 15:18:16 -0700261[WiFi_MatFuncDaily_Preflight]
262run_on: nightly
Bindu Mahadevd743fea2014-11-18 17:43:42 -0800263suite: wifi_matfunc_preflight
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700264branch_specs: ==tot
Kris Rambisha506fd52014-04-08 15:18:16 -0700265pool: wificell_preflight
266
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700267[WiFi_MatFunc_Weekly]
268run_on: weekly
269suite: wifi_matfunc
Dan Shiba668fb2014-09-19 15:13:13 -0700270branch_specs: <=R38
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700271pool: wificell
272
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800273[WiFi_Perf]
274run_on: nightly
275suite: wifi_perf
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700276branch_specs: ==tot
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800277pool: wificell
278
Christopher Wileyc53fc832014-02-07 16:09:25 -0800279[WiFi_Attenuated_Performance]
280run_on: nightly
281suite: wifi_atten_perf
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700282branch_specs: ==tot
Christopher Wileyf804f782014-03-11 15:27:32 -0700283pool: groamer
Christopher Wileyc53fc832014-02-07 16:09:25 -0800284
Ben Chana1206f72013-12-17 23:56:04 -0800285[WiMAX]
286run_on: nightly
287suite: wimax
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700288branch_specs: ==tot
Ben Chana1206f72013-12-17 23:56:04 -0800289pool: wimax
290
Scott James Remnant85593072014-02-25 17:43:16 -0800291[Bluetooth_Qualification]
292run_on: nightly
293suite: bluetooth_qualification
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700294branch_specs: ==tot
Scott James Remnant85593072014-02-25 17:43:16 -0800295pool: wificell
296
297[Bluetooth_Sanity]
298run_on: nightly
299suite: bluetooth_sanity
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700300branch_specs: ==tot
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700301pool: wificell
302
303[Bluetooth_Sanity_Weekly]
304run_on: weekly
305suite: bluetooth_sanity
Kris Rambish14552e92014-09-23 18:11:33 -0700306branch_specs: <=R38
Scott James Remnant85593072014-02-25 17:43:16 -0800307pool: wificell
308
Yusuf Mohsinallyc4ced9f2014-10-16 11:56:21 -0700309[NightlyStressExperimental]
310run_on: nightly
311suite: stress_experimental
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700312branch_specs: ==tot
Yusuf Mohsinallyc4ced9f2014-10-16 11:56:21 -0700313pool: stress
314file_bugs: False
315
Yusuf Mohsinally185cc412014-05-08 15:01:39 -0700316[NightlyStress]
317run_on: nightly
318suite: stress
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700319branch_specs: ==tot
Yusuf Mohsinally185cc412014-05-08 15:01:39 -0700320pool: stress
Yusuf Mohsinallyade3d6c2014-08-12 16:03:44 -0700321file_bugs: True
Alex Miller5d290cc2014-06-16 13:33:31 -0700322
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700323[NightlyStressPool2]
324run_on: nightly
Yusuf Mohsinally12187d62014-11-17 16:55:54 -0800325suite: stress2
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700326branch_specs: ==tot
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700327pool: stress2
328file_bugs: True
329
330[NightlyStressPool3]
331run_on: nightly
Yusuf Mohsinally12187d62014-11-17 16:55:54 -0800332suite: stress3
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700333branch_specs: ==tot
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700334pool: stress3
335file_bugs: True
336
337[NightlyStressPool4]
338run_on: nightly
Yusuf Mohsinally12187d62014-11-17 16:55:54 -0800339suite: stress4
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700340branch_specs: ==tot
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700341pool: stress4
342file_bugs: True
343
344[NightlyStressPool5]
345run_on: nightly
Yusuf Mohsinally12187d62014-11-17 16:55:54 -0800346suite: stress5
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700347branch_specs: ==tot
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700348pool: stress5
349file_bugs: True
350
Kalin Stoyanov2e82d632014-11-10 14:52:05 -0800351[NightlyKernelUsb]
352run_on: nightly
353suite: kernel_usb
354branch_specs: ==tot
355pool: kernel_usb
356file_bugs: True
357
Kalin Stoyanov0d1de1c2014-12-10 17:00:53 -0800358[NightlyKernelUsbSet1]
359run_on: nightly
360suite: kernel_usb_set1
361branch_specs: ==tot
362pool: kernel_usb_set1
363file_bugs: True
364
Alex Miller5d290cc2014-06-16 13:33:31 -0700365[Gizmo]
366run_on: nightly
Gaurav Shah23acc602014-10-17 10:57:11 -0700367suite: bvt-cq
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700368branch_specs: ==tot
Alex Miller5d290cc2014-06-16 13:33:31 -0700369pool: gizmo
370
Gaurav Shah7baf6142014-11-07 15:45:38 -0800371[NightlyStormBvtCq]
372run_on: nightly
373suite: bvt-cq
374branch_specs: ==tot
375boards: storm
Fang Dengc7599962014-11-11 12:01:55 -0800376pool: suites
Gaurav Shah7baf6142014-11-07 15:45:38 -0800377
378[NightlyStormBvtInline]
379run_on: nightly
380suite: bvt-inline
381branch_specs: ==tot
382boards: storm
Fang Dengc7599962014-11-11 12:01:55 -0800383pool: suites
Gaurav Shah7baf6142014-11-07 15:45:38 -0800384
385[NightlyStormBvtPerBuild]
386run_on: nightly
387suite: bvt-perbuild
388branch_specs: ==tot
389boards: storm
Fang Dengc7599962014-11-11 12:01:55 -0800390pool: suites
Gaurav Shah7baf6142014-11-07 15:45:38 -0800391
mussa7a1d45a2014-06-17 10:42:17 -0700392[ui]
393run_on: nightly
394suite: ui
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700395branch_specs: ==tot
396pool: suites
397
398# TODO(beeps) figure out a better frequency for dev and beta weekly suites
399# (http://crbug.com/417131).
400[WeeklyKernelRegressions]
401run_on: weekly
402suite: kernel_weekly_regression
403branch_specs: >=tot-2
404pool: suites
405num: 2
406
407[WeeklyPowerRequirements]
408run_on: weekly
409suite: power_requirements
410branch_specs: >=tot-2
411pool: suites
412
413[WeeklyVideoRegressions]
414run_on: weekly
415suite: video_weekly_regression
416branch_specs: >=tot-2
417pool: suites
418num: 2
419
420[WeeklyStoraqequal]
421run_on: weekly
422suite: storagequal
423branch_specs: >=tot-2
424pool: suites
425
426[WeeklyChameleonDp]
427run_on: weekly
428suite: chameleon_dp
Dan Shi7747a822014-10-27 09:15:59 -0700429branch_specs: >=tot-1
Tom Wai-Hong Tam13463092014-12-05 03:49:22 +0800430pool: chameleon
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700431
432[WeeklyChameleonHdmi]
433run_on: weekly
434suite: chameleon_hdmi
Dan Shi7747a822014-10-27 09:15:59 -0700435branch_specs: >=tot-1
Tom Wai-Hong Tam13463092014-12-05 03:49:22 +0800436pool: chameleon
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700437
Tom Wai-Hong Tamf16999f2014-12-12 07:53:46 +0800438[WeeklyChameleonVga]
439run_on: weekly
440suite: chameleon_vga
441branch_specs: >=tot-1
442pool: chameleon
443
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700444[WeeklyNightlyHwQual]
445run_on: weekly
446suite: hwqual
447branch_specs: >=tot-2
448pool: suites
449num: 3
450
451[WeeklyKernelDailyRegression]
452run_on: weekly
453suite: kernel_daily_regression
454branch_specs: >=tot-2
455pool: suites
456num: 2
457
458[WeeklyKernelDailyBenchmarks]
459run_on: weekly
460suite: kernel_daily_benchmarks
461branch_specs: >=tot-2
462pool: suites
463file_bugs: True
464
465[WeeklyKernelPerBuildRegression]
466run_on: weekly
467suite: kernel_per-build_regression
468branch_specs: >=tot-2
469pool: suites
470num: 2
471
472[WeeklyKernelPerBuildBenchmarks]
473run_on: weekly
474suite: kernel_per-build_benchmarks
475branch_specs: >=tot-2
476pool: suites
477
478[WeeklyNightlyRegression]
479run_on: weekly
480suite: regression
481branch_specs: >=tot-2
482pool: suites
483num: 2
484
485[WeeklyExperimentalTests]
486run_on: weekly
487suite: experimental
488branch_specs: >=tot-2
489pool: suites
490
491[WeeklyJailedBuild]
492run_on: weekly
493suite: jailed_build
494branch_specs: >=tot-2
495pool: jail
496
497[WeeklyJailedNightly]
498run_on: weekly
499suite: jailed_daily
500branch_specs: >=tot-2
501pool: jail
502
503[WeeklyJailedWeekly]
504run_on: weekly
505suite: jailed_weekly
506branch_specs: >=tot-2
507pool: jail
508
509[WeeklyNetwork3g]
510run_on: weekly
511suite: network3g
512branch_specs: >=tot-2
513pool: cellular
514num: 7
515
516[WeeklyNetwork3g_att]
517run_on: weekly
518suite: network3g_att
519branch_specs: >=tot-2
520pool: cellular
521
522[WeeklyNetwork3g_tmobile]
523run_on: weekly
524suite: network3g_tmobile
525branch_specs: >=tot-2
526pool: cellular
527num: 4
528
529[WeeklyNetwork3g_verizon]
530run_on: weekly
531suite: network3g_verizon
532branch_specs: >=tot-2
533pool: cellular
534num: 2
535
536[WeeklyNetwork3g_pseudomodem]
537run_on: weekly
538suite: network3g_pseudomodem
539branch_specs: >=tot-2
540pool: suites
541
542[WeeklyCellular_modem_repair]
543run_on: weekly
544suite: cellular_modem_repair
545branch_specs: >=tot-2
546pool: cellular_repair
547
548[WeeklyNetworkUI]
549run_on: weekly
550suite: network_ui
551branch_specs: >=tot-2
552pool: suites
553
554[WeeklyPowerDaily]
555run_on: weekly
556suite: power_daily
557branch_specs: >=tot-2
558pool: suites
559file_bugs: True
560
561[WeeklyPerfalerts]
562# Not a part of perf build because it requires 3 machines.
563run_on: weekly
564suite: perfalerts
565branch_specs: >=tot-2
566pool: suites
567num: 1
568
569[WeeklySecuritySuite]
570run_on: weekly
571suite: security
572branch_specs: >=tot-2
573pool: suites
574
575[WeeklyPower_build]
576run_on: weekly
577suite: power_build
578branch_specs: >=tot-2
579pool: suites
580
581[Weeklypagecycler]
582run_on: weekly
583suite: pagecycler
584branch_specs: >=tot-2
585pool: suites
586
587[Weeklyaudio]
588run_on: weekly
589suite: audio
590branch_specs: >=tot-2
591pool: suites
592
593[Weeklyvideo]
594run_on: weekly
595suite: video
596branch_specs: >=tot-2
597pool: suites
598num: 4
599
600[Weeklyyoutube_mse_eme]
601run_on: weekly
602suite: youtube_mse_eme
603branch_specs: >=tot-2
604pool: suites
605
606[Weeklyyoutube_page]
607run_on: weekly
608suite: youtube_page
609branch_specs: >=tot-2
610pool: suites
611
612[WeeklyWebRTC]
613run_on: weekly
614suite: webrtc
615branch_specs: >=tot-2
616pool: suites
617
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700618[WeeklyLinkPerf]
619run_on: weekly
620suite: link_perf
621branch_specs: >=tot-2
622pool: link_perf
623
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700624[Weeklyperf_v2]
625run_on: weekly
626suite: perf_v2
627branch_specs: >=R40
628pool: suites
629
630[WeeklyNetworkNightly]
631run_on: weekly
632suite: network_nightly
633branch_specs: >=tot-2
634pool: suites
635file_bugs: True
636
637[WeeklyWiFi_MatFuncDaily]
638run_on: weekly
639suite: wifi_matfunc
640branch_specs: >=tot-2
641pool: wificell
642
643[WeeklyWiFi_MatFuncDaily_Preflight]
644run_on: weekly
Bindu Mahadevd743fea2014-11-18 17:43:42 -0800645suite: wifi_matfunc_preflight
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700646branch_specs: >=R40
647pool: wificell_preflight
648
649[WeeklyWiFi_MatFunc_Weekly]
650run_on: weekly
651suite: wifi_matfunc
652branch_specs: <=R38
653pool: wificell
654
655[WeeklyWiFi_Perf]
656run_on: weekly
657suite: wifi_perf
658branch_specs: >=tot-2
659pool: wificell
660
661[WeeklyWiFi_Perf_Weekly]
662run_on: weekly
663suite: wifi_perf
664branch_specs: <=R38
665pool: wificell
666
667[WeeklyWiFi_Attenuated_Performance]
668run_on: weekly
669suite: wifi_atten_perf
670branch_specs: >=tot-2
671pool: groamer
672
673[WeeklyWiMAX]
674run_on: weekly
675suite: wimax
676branch_specs: >=tot-2
677pool: wimax
678
679[WeeklySecurity]
680run_on: weekly
681suite: security_weekly
682branch_specs: >=R37
683pool: suites
684
685[WeeklyBluetooth_Qualification]
686run_on: weekly
687suite: bluetooth_qualification
688branch_specs: >=tot-2
689pool: wificell
690
691[WeeklyBluetooth_Sanity]
692run_on: weekly
693suite: bluetooth_sanity
694branch_specs: >=tot-2
695pool: wificell
696
697[WeeklyStress]
698run_on: weekly
699suite: stress
700branch_specs: >=tot-2
701pool: stress
702file_bugs: True
703
704[WeeklyStressPool2]
705run_on: weekly
706suite: stress
707branch_specs: >=tot-2
708pool: stress2
709file_bugs: True
710
711[WeeklyStressPool3]
712run_on: weekly
713suite: stress
714branch_specs: >=tot-2
715pool: stress3
716file_bugs: True
717
718[WeeklyStressPool4]
719run_on: weekly
720suite: stress
721branch_specs: >=tot-2
722pool: stress4
723file_bugs: True
724
725[WeeklyStressPool5]
726run_on: weekly
727suite: stress
728branch_specs: >=tot-2
729pool: stress5
730file_bugs: True
731
732[WeeklyGizmo]
733run_on: weekly
734suite: bvt-cq
735branch_specs: >=tot-2
736pool: gizmo
737
738[Weeklyui]
739run_on: weekly
740suite: ui
741branch_specs: >=tot-2
mussa7a1d45a2014-06-17 10:42:17 -0700742pool: suites
Christopher Wiley1057ab22014-11-17 13:11:45 -0800743
744[TendoExperimental]
745run_on: nightly
746suite: tendo_experimental
747branch_specs: ==tot
748pool: suites