blob: de80fbbef6fa54586e0314db817969450a044829 [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 Tam7c333712014-08-12 08:57:04 +080048pool: suites
49
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 Tam84663c42014-04-18 15:49:33 +080054pool: suites
55
Scott Zawalskiabb097b2012-05-22 17:36:35 -040056[NightlyHwQual]
57run_on: nightly
58suite: hwqual
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070059branch_specs: ==tot
Scott Zawalskiabb097b2012-05-22 17:36:35 -040060pool: suites
Alex Miller4a163282013-01-15 18:18:54 -080061num: 3
Scott Zawalskiabb097b2012-05-22 17:36:35 -040062
63[KernelDailyRegression]
64run_on: nightly
65suite: kernel_daily_regression
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070066branch_specs: ==tot
Scott Zawalskiabb097b2012-05-22 17:36:35 -040067pool: suites
Alex Miller11a7bed2013-01-03 18:00:39 -080068num: 2
Scott Zawalskiabb097b2012-05-22 17:36:35 -040069
Scott Zawalski93802262012-12-11 14:37:00 -050070[KernelDailyBenchmarks]
Scott Zawalskiabb097b2012-05-22 17:36:35 -040071run_on: nightly
72suite: kernel_daily_benchmarks
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070073branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -040074pool: suites
Prashanth B6de2bde2014-03-25 18:45:02 -070075file_bugs: True
Scott Zawalskica6c65a2012-05-02 13:53:13 -040076
77[KernelPerBuildRegression]
Alex Miller41f91b22014-05-14 17:21:58 -070078run_on: nightly
Scott Zawalskiabb097b2012-05-22 17:36:35 -040079suite: kernel_per-build_regression
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070080branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -040081pool: suites
beeps79526db2013-01-11 16:28:49 -080082num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -040083
84[KernelPerBuildBenchmarks]
Alex Miller41f91b22014-05-14 17:21:58 -070085run_on: nightly
Scott Zawalskiabb097b2012-05-22 17:36:35 -040086suite: kernel_per-build_benchmarks
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070087branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -040088pool: suites
89
90[NightlyRegression]
91run_on: nightly
92suite: regression
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -070093branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -040094pool: suites
Alex Miller096baf52013-01-04 13:51:33 -080095num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -040096
J. Richard Barnettec49fc882014-04-28 16:37:02 -070097[ExperimentalTests]
98run_on: nightly
99suite: experimental
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700100branch_specs: ==tot
J. Richard Barnettec49fc882014-04-28 16:37:02 -0700101pool: suites
102
Alex Millerb091f4d2013-11-26 15:58:24 -0800103[JailedBuild]
Alex Miller41f91b22014-05-14 17:21:58 -0700104run_on: nightly
Alex Millerb091f4d2013-11-26 15:58:24 -0800105suite: jailed_build
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700106branch_specs: ==tot
Alex Millerb091f4d2013-11-26 15:58:24 -0800107pool: jail
108
109[JailedNightly]
110run_on: nightly
111suite: jailed_daily
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700112branch_specs: ==tot
Alex Millerb091f4d2013-11-26 15:58:24 -0800113pool: jail
114
115[JailedWeekly]
116run_on: weekly
117suite: jailed_weekly
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700118branch_specs: ==tot
Alex Millerb091f4d2013-11-26 15:58:24 -0800119pool: jail
120
Thieu Le3cde1cf2012-10-24 14:04:05 -0700121[Network3g]
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400122run_on: nightly
123suite: network3g
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700124branch_specs: ==tot
Alex Miller02a5def2012-10-31 14:49:38 -0700125pool: cellular
Ben Chanc7cd1452013-08-15 00:33:59 -0700126num: 7
Aviv Keshetcc623f72013-01-14 14:39:09 -0800127
Ben Chand157e932014-04-22 14:57:22 -0700128[Network3g_att]
129run_on: nightly
130suite: network3g_att
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700131branch_specs: ==tot
Ben Chand157e932014-04-22 14:57:22 -0700132pool: cellular
133
Aviv Keshetcc623f72013-01-14 14:39:09 -0800134[Network3g_tmobile]
135run_on: nightly
136suite: network3g_tmobile
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700137branch_specs: ==tot
Aviv Keshetcc623f72013-01-14 14:39:09 -0800138pool: cellular
Aviv Keshet80e6bb42013-03-28 09:20:08 -0700139num: 4
Aviv Keshetcc623f72013-01-14 14:39:09 -0800140
141[Network3g_verizon]
142run_on: nightly
143suite: network3g_verizon
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700144branch_specs: ==tot
Aviv Keshetcc623f72013-01-14 14:39:09 -0800145pool: cellular
146num: 2
Alex Miller725e4952012-10-25 15:44:34 -0700147
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700148[Network3g_pseudomodem]
Alex Miller41f91b22014-05-14 17:21:58 -0700149run_on: nightly
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700150suite: network3g_pseudomodem
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700151branch_specs: ==tot
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700152pool: suites
153
harpreet8036c0e2014-03-11 18:18:51 -0700154[Cellular_modem_repair]
Alex Miller41f91b22014-05-14 17:21:58 -0700155run_on: nightly
harpreet8036c0e2014-03-11 18:18:51 -0700156suite: cellular_modem_repair
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700157branch_specs: ==tot
harpreet5e7ef1d2014-03-21 15:58:42 -0700158pool: cellular_repair
harpreet8036c0e2014-03-11 18:18:51 -0700159
Arman Ugurayf02cd532013-07-26 12:36:05 -0700160[NetworkUI]
Alex Miller41f91b22014-05-14 17:21:58 -0700161run_on: nightly
Arman Ugurayf02cd532013-07-26 12:36:05 -0700162suite: network_ui
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700163branch_specs: ==tot
Arman Ugurayf02cd532013-07-26 12:36:05 -0700164pool: suites
165
Scott Zawalskid76f1592012-05-21 13:13:22 -0400166[PowerDaily]
167run_on: nightly
168suite: power_daily
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700169branch_specs: ==tot
Alex Miller6025d482014-04-11 12:27:05 -0700170pool: suites
Derek Basehore970c95e2014-05-21 11:00:59 -0700171file_bugs: True
Scott Zawalskid76f1592012-05-21 13:13:22 -0400172
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400173[Perfalerts]
174# Not a part of perf build because it requires 3 machines.
Alex Miller41f91b22014-05-14 17:21:58 -0700175run_on: nightly
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400176suite: perfalerts
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700177branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400178pool: suites
Scott Zawalskibce74092012-11-06 12:52:10 -0500179num: 1
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400180
Scott Zawalski6c045362012-05-16 19:17:10 -0400181[SecuritySuite]
Alex Miller41f91b22014-05-14 17:21:58 -0700182run_on: nightly
Scott Zawalski6c045362012-05-16 19:17:10 -0400183suite: security
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700184branch_specs: ==tot
Scott Zawalski6c045362012-05-16 19:17:10 -0400185pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400186
Scott Zawalski6c045362012-05-16 19:17:10 -0400187[Power_build]
Alex Miller41f91b22014-05-14 17:21:58 -0700188run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400189suite: power_build
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700190branch_specs: ==tot
Alex Miller6025d482014-04-11 12:27:05 -0700191pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400192
Scott Zawalskid76f1592012-05-21 13:13:22 -0400193[pagecycler]
Alex Miller41f91b22014-05-14 17:21:58 -0700194run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400195suite: pagecycler
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700196branch_specs: ==tot
Scott Zawalskid76f1592012-05-21 13:13:22 -0400197pool: suites
198
199[audio]
Alex Miller41f91b22014-05-14 17:21:58 -0700200run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400201suite: audio
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700202branch_specs: ==tot
Scott Zawalskid76f1592012-05-21 13:13:22 -0400203pool: suites
204
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800205[video]
Alex Miller41f91b22014-05-14 17:21:58 -0700206run_on: nightly
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800207suite: video
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700208branch_specs: ==tot
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800209pool: suites
Yuli Huang218e8522013-03-27 17:25:57 +0800210num: 4
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800211
Rohit Makasana72467d92013-08-22 01:08:49 +0530212[youtube_mse_eme]
Alex Miller41f91b22014-05-14 17:21:58 -0700213run_on: nightly
Rohit Makasana72467d92013-08-22 01:08:49 +0530214suite: youtube_mse_eme
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700215branch_specs: ==tot
Rohit Makasana72467d92013-08-22 01:08:49 +0530216pool: suites
217
218[youtube_page]
Alex Miller41f91b22014-05-14 17:21:58 -0700219run_on: nightly
Rohit Makasana72467d92013-08-22 01:08:49 +0530220suite: youtube_page
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700221branch_specs: ==tot
Rohit Makasana72467d92013-08-22 01:08:49 +0530222pool: suites
223
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500224[WebRTC]
225run_on: nightly
Scott Zawalskia5bed3e2013-01-25 10:00:27 -0500226suite: webrtc
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700227branch_specs: ==tot
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500228pool: suites
229
Scott Zawalski0dda4102012-11-14 11:30:53 -0500230[LinkPerf]
Alex Miller41f91b22014-05-14 17:21:58 -0700231run_on: nightly
Scott Zawalski0dda4102012-11-14 11:30:53 -0500232suite: link_perf
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700233branch_specs: ==tot
Scott Zawalski0dda4102012-11-14 11:30:53 -0500234pool: link_perf
235
Simran Basi77917712013-10-03 18:56:13 +0000236[perf_v2]
Alex Miller41f91b22014-05-14 17:21:58 -0700237run_on: nightly
Simran Basi77917712013-10-03 18:56:13 +0000238suite: perf_v2
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700239branch_specs: ==tot
Simran Basi77917712013-10-03 18:56:13 +0000240pool: suites
mukesh agrawal73850c92013-05-10 16:41:35 -0700241
242[NetworkNightly]
243run_on: nightly
244suite: network_nightly
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700245branch_specs: ==tot
mukesh agrawal73850c92013-05-10 16:41:35 -0700246pool: suites
bmahadev328472a2014-04-08 16:56:20 -0700247file_bugs: True
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700248
249[WiFi_MatFuncDaily]
250run_on: nightly
251suite: wifi_matfunc
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700252branch_specs: ==tot
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700253pool: wificell
Christopher Wileyd56a1052013-05-31 10:30:05 -0700254
Kris Rambisha506fd52014-04-08 15:18:16 -0700255[WiFi_MatFuncDaily_Preflight]
256run_on: nightly
257suite: wifi_matfunc
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700258branch_specs: ==tot
Kris Rambisha506fd52014-04-08 15:18:16 -0700259pool: wificell_preflight
260
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700261[WiFi_MatFunc_Weekly]
262run_on: weekly
263suite: wifi_matfunc
Dan Shiba668fb2014-09-19 15:13:13 -0700264branch_specs: <=R38
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700265pool: wificell
266
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800267[WiFi_Perf]
268run_on: nightly
269suite: wifi_perf
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700270branch_specs: ==tot
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800271pool: wificell
272
Christopher Wileyc53fc832014-02-07 16:09:25 -0800273[WiFi_Attenuated_Performance]
274run_on: nightly
275suite: wifi_atten_perf
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700276branch_specs: ==tot
Christopher Wileyf804f782014-03-11 15:27:32 -0700277pool: groamer
Christopher Wileyc53fc832014-02-07 16:09:25 -0800278
Ben Chana1206f72013-12-17 23:56:04 -0800279[WiMAX]
280run_on: nightly
281suite: wimax
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700282branch_specs: ==tot
Ben Chana1206f72013-12-17 23:56:04 -0800283pool: wimax
284
Scott James Remnant85593072014-02-25 17:43:16 -0800285[Bluetooth_Qualification]
286run_on: nightly
287suite: bluetooth_qualification
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700288branch_specs: ==tot
Scott James Remnant85593072014-02-25 17:43:16 -0800289pool: wificell
290
291[Bluetooth_Sanity]
292run_on: nightly
293suite: bluetooth_sanity
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700294branch_specs: ==tot
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700295pool: wificell
296
297[Bluetooth_Sanity_Weekly]
298run_on: weekly
299suite: bluetooth_sanity
Kris Rambish14552e92014-09-23 18:11:33 -0700300branch_specs: <=R38
Scott James Remnant85593072014-02-25 17:43:16 -0800301pool: wificell
302
Yusuf Mohsinallyc4ced9f2014-10-16 11:56:21 -0700303[NightlyStressExperimental]
304run_on: nightly
305suite: stress_experimental
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700306branch_specs: ==tot
Yusuf Mohsinallyc4ced9f2014-10-16 11:56:21 -0700307pool: stress
308file_bugs: False
309
Yusuf Mohsinally185cc412014-05-08 15:01:39 -0700310[NightlyStress]
311run_on: nightly
312suite: stress
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700313branch_specs: ==tot
Yusuf Mohsinally185cc412014-05-08 15:01:39 -0700314pool: stress
Yusuf Mohsinallyade3d6c2014-08-12 16:03:44 -0700315file_bugs: True
Alex Miller5d290cc2014-06-16 13:33:31 -0700316
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700317[NightlyStressPool2]
318run_on: nightly
319suite: stress
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700320branch_specs: ==tot
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700321pool: stress2
322file_bugs: True
323
324[NightlyStressPool3]
325run_on: nightly
326suite: stress
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700327branch_specs: ==tot
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700328pool: stress3
329file_bugs: True
330
331[NightlyStressPool4]
332run_on: nightly
333suite: stress
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700334branch_specs: ==tot
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700335pool: stress4
336file_bugs: True
337
338[NightlyStressPool5]
339run_on: nightly
340suite: stress
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700341branch_specs: ==tot
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700342pool: stress5
343file_bugs: True
344
Alex Miller5d290cc2014-06-16 13:33:31 -0700345[Gizmo]
346run_on: nightly
Gaurav Shah23acc602014-10-17 10:57:11 -0700347suite: bvt-cq
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700348branch_specs: ==tot
Alex Miller5d290cc2014-06-16 13:33:31 -0700349pool: gizmo
350
mussa7a1d45a2014-06-17 10:42:17 -0700351[ui]
352run_on: nightly
353suite: ui
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700354branch_specs: ==tot
355pool: suites
356
357# TODO(beeps) figure out a better frequency for dev and beta weekly suites
358# (http://crbug.com/417131).
359[WeeklyKernelRegressions]
360run_on: weekly
361suite: kernel_weekly_regression
362branch_specs: >=tot-2
363pool: suites
364num: 2
365
366[WeeklyPowerRequirements]
367run_on: weekly
368suite: power_requirements
369branch_specs: >=tot-2
370pool: suites
371
372[WeeklyVideoRegressions]
373run_on: weekly
374suite: video_weekly_regression
375branch_specs: >=tot-2
376pool: suites
377num: 2
378
379[WeeklyStoraqequal]
380run_on: weekly
381suite: storagequal
382branch_specs: >=tot-2
383pool: suites
384
385[WeeklyChameleonDp]
386run_on: weekly
387suite: chameleon_dp
Dan Shi7747a822014-10-27 09:15:59 -0700388branch_specs: >=tot-1
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700389pool: suites
390
391[WeeklyChameleonHdmi]
392run_on: weekly
393suite: chameleon_hdmi
Dan Shi7747a822014-10-27 09:15:59 -0700394branch_specs: >=tot-1
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700395pool: suites
396
397[WeeklyNightlyHwQual]
398run_on: weekly
399suite: hwqual
400branch_specs: >=tot-2
401pool: suites
402num: 3
403
404[WeeklyKernelDailyRegression]
405run_on: weekly
406suite: kernel_daily_regression
407branch_specs: >=tot-2
408pool: suites
409num: 2
410
411[WeeklyKernelDailyBenchmarks]
412run_on: weekly
413suite: kernel_daily_benchmarks
414branch_specs: >=tot-2
415pool: suites
416file_bugs: True
417
418[WeeklyKernelPerBuildRegression]
419run_on: weekly
420suite: kernel_per-build_regression
421branch_specs: >=tot-2
422pool: suites
423num: 2
424
425[WeeklyKernelPerBuildBenchmarks]
426run_on: weekly
427suite: kernel_per-build_benchmarks
428branch_specs: >=tot-2
429pool: suites
430
431[WeeklyNightlyRegression]
432run_on: weekly
433suite: regression
434branch_specs: >=tot-2
435pool: suites
436num: 2
437
438[WeeklyExperimentalTests]
439run_on: weekly
440suite: experimental
441branch_specs: >=tot-2
442pool: suites
443
444[WeeklyJailedBuild]
445run_on: weekly
446suite: jailed_build
447branch_specs: >=tot-2
448pool: jail
449
450[WeeklyJailedNightly]
451run_on: weekly
452suite: jailed_daily
453branch_specs: >=tot-2
454pool: jail
455
456[WeeklyJailedWeekly]
457run_on: weekly
458suite: jailed_weekly
459branch_specs: >=tot-2
460pool: jail
461
462[WeeklyNetwork3g]
463run_on: weekly
464suite: network3g
465branch_specs: >=tot-2
466pool: cellular
467num: 7
468
469[WeeklyNetwork3g_att]
470run_on: weekly
471suite: network3g_att
472branch_specs: >=tot-2
473pool: cellular
474
475[WeeklyNetwork3g_tmobile]
476run_on: weekly
477suite: network3g_tmobile
478branch_specs: >=tot-2
479pool: cellular
480num: 4
481
482[WeeklyNetwork3g_verizon]
483run_on: weekly
484suite: network3g_verizon
485branch_specs: >=tot-2
486pool: cellular
487num: 2
488
489[WeeklyNetwork3g_pseudomodem]
490run_on: weekly
491suite: network3g_pseudomodem
492branch_specs: >=tot-2
493pool: suites
494
495[WeeklyCellular_modem_repair]
496run_on: weekly
497suite: cellular_modem_repair
498branch_specs: >=tot-2
499pool: cellular_repair
500
501[WeeklyNetworkUI]
502run_on: weekly
503suite: network_ui
504branch_specs: >=tot-2
505pool: suites
506
507[WeeklyPowerDaily]
508run_on: weekly
509suite: power_daily
510branch_specs: >=tot-2
511pool: suites
512file_bugs: True
513
514[WeeklyPerfalerts]
515# Not a part of perf build because it requires 3 machines.
516run_on: weekly
517suite: perfalerts
518branch_specs: >=tot-2
519pool: suites
520num: 1
521
522[WeeklySecuritySuite]
523run_on: weekly
524suite: security
525branch_specs: >=tot-2
526pool: suites
527
528[WeeklyPower_build]
529run_on: weekly
530suite: power_build
531branch_specs: >=tot-2
532pool: suites
533
534[Weeklypagecycler]
535run_on: weekly
536suite: pagecycler
537branch_specs: >=tot-2
538pool: suites
539
540[Weeklyaudio]
541run_on: weekly
542suite: audio
543branch_specs: >=tot-2
544pool: suites
545
546[Weeklyvideo]
547run_on: weekly
548suite: video
549branch_specs: >=tot-2
550pool: suites
551num: 4
552
553[Weeklyyoutube_mse_eme]
554run_on: weekly
555suite: youtube_mse_eme
556branch_specs: >=tot-2
557pool: suites
558
559[Weeklyyoutube_page]
560run_on: weekly
561suite: youtube_page
562branch_specs: >=tot-2
563pool: suites
564
565[WeeklyWebRTC]
566run_on: weekly
567suite: webrtc
568branch_specs: >=tot-2
569pool: suites
570
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700571[WeeklyLinkPerf]
572run_on: weekly
573suite: link_perf
574branch_specs: >=tot-2
575pool: link_perf
576
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700577[Weeklyperf_v2]
578run_on: weekly
579suite: perf_v2
580branch_specs: >=R40
581pool: suites
582
583[WeeklyNetworkNightly]
584run_on: weekly
585suite: network_nightly
586branch_specs: >=tot-2
587pool: suites
588file_bugs: True
589
590[WeeklyWiFi_MatFuncDaily]
591run_on: weekly
592suite: wifi_matfunc
593branch_specs: >=tot-2
594pool: wificell
595
596[WeeklyWiFi_MatFuncDaily_Preflight]
597run_on: weekly
598suite: wifi_matfunc
599branch_specs: >=R40
600pool: wificell_preflight
601
602[WeeklyWiFi_MatFunc_Weekly]
603run_on: weekly
604suite: wifi_matfunc
605branch_specs: <=R38
606pool: wificell
607
608[WeeklyWiFi_Perf]
609run_on: weekly
610suite: wifi_perf
611branch_specs: >=tot-2
612pool: wificell
613
614[WeeklyWiFi_Perf_Weekly]
615run_on: weekly
616suite: wifi_perf
617branch_specs: <=R38
618pool: wificell
619
620[WeeklyWiFi_Attenuated_Performance]
621run_on: weekly
622suite: wifi_atten_perf
623branch_specs: >=tot-2
624pool: groamer
625
626[WeeklyWiMAX]
627run_on: weekly
628suite: wimax
629branch_specs: >=tot-2
630pool: wimax
631
632[WeeklySecurity]
633run_on: weekly
634suite: security_weekly
635branch_specs: >=R37
636pool: suites
637
638[WeeklyBluetooth_Qualification]
639run_on: weekly
640suite: bluetooth_qualification
641branch_specs: >=tot-2
642pool: wificell
643
644[WeeklyBluetooth_Sanity]
645run_on: weekly
646suite: bluetooth_sanity
647branch_specs: >=tot-2
648pool: wificell
649
650[WeeklyStress]
651run_on: weekly
652suite: stress
653branch_specs: >=tot-2
654pool: stress
655file_bugs: True
656
657[WeeklyStressPool2]
658run_on: weekly
659suite: stress
660branch_specs: >=tot-2
661pool: stress2
662file_bugs: True
663
664[WeeklyStressPool3]
665run_on: weekly
666suite: stress
667branch_specs: >=tot-2
668pool: stress3
669file_bugs: True
670
671[WeeklyStressPool4]
672run_on: weekly
673suite: stress
674branch_specs: >=tot-2
675pool: stress4
676file_bugs: True
677
678[WeeklyStressPool5]
679run_on: weekly
680suite: stress
681branch_specs: >=tot-2
682pool: stress5
683file_bugs: True
684
685[WeeklyGizmo]
686run_on: weekly
687suite: bvt-cq
688branch_specs: >=tot-2
689pool: gizmo
690
691[Weeklyui]
692run_on: weekly
693suite: ui
694branch_specs: >=tot-2
mussa7a1d45a2014-06-17 10:42:17 -0700695pool: suites