blob: c6b8b40ead0aca7f3e8999317131f14ec39686a4 [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
Scott Zawalskiabb097b2012-05-22 17:36:35 -040015[WeeklyKernelRegressions]
16run_on: weekly
17suite: kernel_weekly_regression
Prashanth B543b4be2014-09-18 17:42:41 -070018branch_specs: >=R39
Scott Zawalskiabb097b2012-05-22 17:36:35 -040019pool: suites
beepsc2efbdc2013-04-19 12:41:58 -070020num: 2
Scott Zawalskiabb097b2012-05-22 17:36:35 -040021
Scott Zawalski8fb0af92012-07-11 20:24:11 -040022[WeeklyPowerRequirements]
Scott Zawalskiabb097b2012-05-22 17:36:35 -040023run_on: weekly
Scott Zawalski8fb0af92012-07-11 20:24:11 -040024suite: power_requirements
Prashanth B543b4be2014-09-18 17:42:41 -070025branch_specs: >=R39
Alex Miller6025d482014-04-11 12:27:05 -070026pool: suites
Scott Zawalskiabb097b2012-05-22 17:36:35 -040027
Mike Truty653d96d2013-03-01 14:03:14 -060028[WeeklyVideoRegressions]
29run_on: weekly
30suite: video_weekly_regression
Prashanth B543b4be2014-09-18 17:42:41 -070031branch_specs: >=R39
Mike Truty653d96d2013-03-01 14:03:14 -060032pool: suites
Owen Lin9dc375b2013-04-15 12:04:10 +080033num: 2
Mike Truty653d96d2013-03-01 14:03:14 -060034
Juan Casse429d2752013-08-05 14:49:43 -070035[WeeklyStoraqequal]
36run_on: weekly
37suite: storagequal
Prashanth B543b4be2014-09-18 17:42:41 -070038branch_specs: >=R39
Juan Casse429d2752013-08-05 14:49:43 -070039pool: suites
40
Scott Zawalskica6c65a2012-05-02 13:53:13 -040041[NightlyGraphics]
42run_on: nightly
43suite: graphics
Prashanth B543b4be2014-09-18 17:42:41 -070044branch_specs: >=R39
Scott Zawalskiabb097b2012-05-22 17:36:35 -040045pool: suites
46
Ilja Friedel21c4eb32013-03-27 11:56:29 -070047[PerBuildGraphics]
Alex Miller41f91b22014-05-14 17:21:58 -070048run_on: nightly
Ilja Friedel21c4eb32013-03-27 11:56:29 -070049suite: graphics_per-build
Prashanth B543b4be2014-09-18 17:42:41 -070050branch_specs: >=R39
Ilja Friedel21c4eb32013-03-27 11:56:29 -070051pool: suites
52
53[GraphicsGLES]
54run_on: nightly
Ilja H. Friedel54547492012-07-11 12:58:03 -070055suite: graphicsGLES
Prashanth B543b4be2014-09-18 17:42:41 -070056branch_specs: >=R39
Chris Sosacfcf5cd2012-07-25 14:11:36 -070057pool: snow
Ilja H. Friedel54547492012-07-11 12:58:03 -070058
Chris Masone7d6af682013-08-06 13:47:44 -070059[GpuHang]
Alex Miller41f91b22014-05-14 17:21:58 -070060run_on: nightly
Chris Masone7d6af682013-08-06 13:47:44 -070061suite: gpu_hang
Prashanth B543b4be2014-09-18 17:42:41 -070062branch_specs: >=R39
Chris Masone7d6af682013-08-06 13:47:44 -070063pool: suites
64
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080065[ChameleonDp]
Dan Shie74f42e2014-08-25 09:57:35 -070066run_on: nightly
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080067suite: chameleon_dp
Dan Shi445f5252014-08-23 09:33:19 -070068branch_specs: >=R39
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080069pool: suites
70
71[ChameleonHdmi]
Dan Shie74f42e2014-08-25 09:57:35 -070072run_on: nightly
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080073suite: chameleon_hdmi
Dan Shi445f5252014-08-23 09:33:19 -070074branch_specs: >=R39
Tom Wai-Hong Tam84663c42014-04-18 15:49:33 +080075pool: suites
76
Scott Zawalskiabb097b2012-05-22 17:36:35 -040077[NightlyHwQual]
78run_on: nightly
79suite: hwqual
Prashanth B543b4be2014-09-18 17:42:41 -070080branch_specs: >=R39
Scott Zawalskiabb097b2012-05-22 17:36:35 -040081pool: suites
Alex Miller4a163282013-01-15 18:18:54 -080082num: 3
Scott Zawalskiabb097b2012-05-22 17:36:35 -040083
84[KernelDailyRegression]
85run_on: nightly
86suite: kernel_daily_regression
Prashanth B543b4be2014-09-18 17:42:41 -070087branch_specs: >=R39
Scott Zawalskiabb097b2012-05-22 17:36:35 -040088pool: suites
Alex Miller11a7bed2013-01-03 18:00:39 -080089num: 2
Scott Zawalskiabb097b2012-05-22 17:36:35 -040090
Scott Zawalski93802262012-12-11 14:37:00 -050091[KernelDailyBenchmarks]
Scott Zawalskiabb097b2012-05-22 17:36:35 -040092run_on: nightly
93suite: kernel_daily_benchmarks
Prashanth B543b4be2014-09-18 17:42:41 -070094branch_specs: >=R39
Scott Zawalskica6c65a2012-05-02 13:53:13 -040095pool: suites
Prashanth B6de2bde2014-03-25 18:45:02 -070096file_bugs: True
Scott Zawalskica6c65a2012-05-02 13:53:13 -040097
98[KernelPerBuildRegression]
Alex Miller41f91b22014-05-14 17:21:58 -070099run_on: nightly
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400100suite: kernel_per-build_regression
Prashanth B543b4be2014-09-18 17:42:41 -0700101branch_specs: >=R39
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400102pool: suites
beeps79526db2013-01-11 16:28:49 -0800103num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400104
105[KernelPerBuildBenchmarks]
Alex Miller41f91b22014-05-14 17:21:58 -0700106run_on: nightly
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400107suite: kernel_per-build_benchmarks
Prashanth B543b4be2014-09-18 17:42:41 -0700108branch_specs: >=R39
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400109pool: suites
110
111[NightlyRegression]
112run_on: nightly
113suite: regression
Prashanth B543b4be2014-09-18 17:42:41 -0700114branch_specs: >=R39
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400115pool: suites
Alex Miller096baf52013-01-04 13:51:33 -0800116num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400117
J. Richard Barnettec49fc882014-04-28 16:37:02 -0700118[ExperimentalTests]
119run_on: nightly
120suite: experimental
Prashanth B543b4be2014-09-18 17:42:41 -0700121branch_specs: >=R39
J. Richard Barnettec49fc882014-04-28 16:37:02 -0700122pool: suites
123
Alex Millerb091f4d2013-11-26 15:58:24 -0800124[JailedBuild]
Alex Miller41f91b22014-05-14 17:21:58 -0700125run_on: nightly
Alex Millerb091f4d2013-11-26 15:58:24 -0800126suite: jailed_build
Prashanth B543b4be2014-09-18 17:42:41 -0700127branch_specs: >=R39
Alex Millerb091f4d2013-11-26 15:58:24 -0800128pool: jail
129
130[JailedNightly]
131run_on: nightly
132suite: jailed_daily
Prashanth B543b4be2014-09-18 17:42:41 -0700133branch_specs: >=R39
Alex Millerb091f4d2013-11-26 15:58:24 -0800134pool: jail
135
136[JailedWeekly]
137run_on: weekly
138suite: jailed_weekly
Prashanth B543b4be2014-09-18 17:42:41 -0700139branch_specs: >=R39
Alex Millerb091f4d2013-11-26 15:58:24 -0800140pool: jail
141
Thieu Le3cde1cf2012-10-24 14:04:05 -0700142[Network3g]
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400143run_on: nightly
144suite: network3g
Prashanth B543b4be2014-09-18 17:42:41 -0700145branch_specs: >=R39
Alex Miller02a5def2012-10-31 14:49:38 -0700146pool: cellular
Ben Chanc7cd1452013-08-15 00:33:59 -0700147num: 7
Aviv Keshetcc623f72013-01-14 14:39:09 -0800148
Ben Chand157e932014-04-22 14:57:22 -0700149[Network3g_att]
150run_on: nightly
151suite: network3g_att
Prashanth B543b4be2014-09-18 17:42:41 -0700152branch_specs: >=R39
Ben Chand157e932014-04-22 14:57:22 -0700153pool: cellular
154
Aviv Keshetcc623f72013-01-14 14:39:09 -0800155[Network3g_tmobile]
156run_on: nightly
157suite: network3g_tmobile
Prashanth B543b4be2014-09-18 17:42:41 -0700158branch_specs: >=R39
Aviv Keshetcc623f72013-01-14 14:39:09 -0800159pool: cellular
Aviv Keshet80e6bb42013-03-28 09:20:08 -0700160num: 4
Aviv Keshetcc623f72013-01-14 14:39:09 -0800161
162[Network3g_verizon]
163run_on: nightly
164suite: network3g_verizon
Prashanth B543b4be2014-09-18 17:42:41 -0700165branch_specs: >=R39
Aviv Keshetcc623f72013-01-14 14:39:09 -0800166pool: cellular
167num: 2
Alex Miller725e4952012-10-25 15:44:34 -0700168
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700169[Network3g_pseudomodem]
Alex Miller41f91b22014-05-14 17:21:58 -0700170run_on: nightly
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700171suite: network3g_pseudomodem
Prashanth B543b4be2014-09-18 17:42:41 -0700172branch_specs: >=R39
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700173pool: suites
174
harpreet8036c0e2014-03-11 18:18:51 -0700175[Cellular_modem_repair]
Alex Miller41f91b22014-05-14 17:21:58 -0700176run_on: nightly
harpreet8036c0e2014-03-11 18:18:51 -0700177suite: cellular_modem_repair
Prashanth B543b4be2014-09-18 17:42:41 -0700178branch_specs: >=R39
harpreet5e7ef1d2014-03-21 15:58:42 -0700179pool: cellular_repair
harpreet8036c0e2014-03-11 18:18:51 -0700180
Arman Ugurayf02cd532013-07-26 12:36:05 -0700181[NetworkUI]
Alex Miller41f91b22014-05-14 17:21:58 -0700182run_on: nightly
Arman Ugurayf02cd532013-07-26 12:36:05 -0700183suite: network_ui
Prashanth B543b4be2014-09-18 17:42:41 -0700184branch_specs: >=R39
Arman Ugurayf02cd532013-07-26 12:36:05 -0700185pool: suites
186
Scott Zawalskid76f1592012-05-21 13:13:22 -0400187[PowerDaily]
188run_on: nightly
189suite: power_daily
Prashanth B543b4be2014-09-18 17:42:41 -0700190branch_specs: >=R39
Alex Miller6025d482014-04-11 12:27:05 -0700191pool: suites
Derek Basehore970c95e2014-05-21 11:00:59 -0700192file_bugs: True
Scott Zawalskid76f1592012-05-21 13:13:22 -0400193
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400194[Perfalerts]
195# Not a part of perf build because it requires 3 machines.
Alex Miller41f91b22014-05-14 17:21:58 -0700196run_on: nightly
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400197suite: perfalerts
Prashanth B543b4be2014-09-18 17:42:41 -0700198branch_specs: >=R39
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400199pool: suites
Scott Zawalskibce74092012-11-06 12:52:10 -0500200num: 1
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400201
Scott Zawalski6c045362012-05-16 19:17:10 -0400202[SecuritySuite]
Alex Miller41f91b22014-05-14 17:21:58 -0700203run_on: nightly
Scott Zawalski6c045362012-05-16 19:17:10 -0400204suite: security
Prashanth B543b4be2014-09-18 17:42:41 -0700205branch_specs: >=R39
Scott Zawalski6c045362012-05-16 19:17:10 -0400206pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400207
Scott Zawalski6c045362012-05-16 19:17:10 -0400208[Power_build]
Alex Miller41f91b22014-05-14 17:21:58 -0700209run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400210suite: power_build
Prashanth B543b4be2014-09-18 17:42:41 -0700211branch_specs: >=R39
Alex Miller6025d482014-04-11 12:27:05 -0700212pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400213
Scott Zawalskid76f1592012-05-21 13:13:22 -0400214[pagecycler]
Alex Miller41f91b22014-05-14 17:21:58 -0700215run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400216suite: pagecycler
Prashanth B543b4be2014-09-18 17:42:41 -0700217branch_specs: >=R39
Scott Zawalskid76f1592012-05-21 13:13:22 -0400218pool: suites
219
220[audio]
Alex Miller41f91b22014-05-14 17:21:58 -0700221run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400222suite: audio
Prashanth B543b4be2014-09-18 17:42:41 -0700223branch_specs: >=R39
Scott Zawalskid76f1592012-05-21 13:13:22 -0400224pool: suites
225
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800226[video]
Alex Miller41f91b22014-05-14 17:21:58 -0700227run_on: nightly
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800228suite: video
Prashanth B543b4be2014-09-18 17:42:41 -0700229branch_specs: >=R39
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800230pool: suites
Yuli Huang218e8522013-03-27 17:25:57 +0800231num: 4
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800232
Rohit Makasana72467d92013-08-22 01:08:49 +0530233[youtube_mse_eme]
Alex Miller41f91b22014-05-14 17:21:58 -0700234run_on: nightly
Rohit Makasana72467d92013-08-22 01:08:49 +0530235suite: youtube_mse_eme
Prashanth B543b4be2014-09-18 17:42:41 -0700236branch_specs: >=R39
Rohit Makasana72467d92013-08-22 01:08:49 +0530237pool: suites
238
239[youtube_page]
Alex Miller41f91b22014-05-14 17:21:58 -0700240run_on: nightly
Rohit Makasana72467d92013-08-22 01:08:49 +0530241suite: youtube_page
Prashanth B543b4be2014-09-18 17:42:41 -0700242branch_specs: >=R39
Rohit Makasana72467d92013-08-22 01:08:49 +0530243pool: suites
244
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500245[WebRTC]
246run_on: nightly
Scott Zawalskia5bed3e2013-01-25 10:00:27 -0500247suite: webrtc
Prashanth B543b4be2014-09-18 17:42:41 -0700248branch_specs: >=R39
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500249pool: suites
250
John Dung Hong2eb4d992012-08-08 13:05:53 -0700251# run only and post-ALEX platforms (so do not run mario, zgb, and alex)
252[VDA]
Alex Miller41f91b22014-05-14 17:21:58 -0700253run_on: nightly
John Dung Hong6d8c4362012-08-12 13:26:10 -0700254suite: vda
Prashanth B543b4be2014-09-18 17:42:41 -0700255branch_specs: >=R39
John Dung Hong6d8c4362012-08-12 13:26:10 -0700256pool: vda
Owen Lin9dc375b2013-04-15 12:04:10 +0800257num: 2
John Dung Hong2eb4d992012-08-08 13:05:53 -0700258
Scott Zawalski0dda4102012-11-14 11:30:53 -0500259[LinkPerf]
Alex Miller41f91b22014-05-14 17:21:58 -0700260run_on: nightly
Scott Zawalski0dda4102012-11-14 11:30:53 -0500261suite: link_perf
Prashanth B543b4be2014-09-18 17:42:41 -0700262branch_specs: >=R39
Scott Zawalski0dda4102012-11-14 11:30:53 -0500263pool: link_perf
264
Vadim Bendebury75259502013-01-22 22:43:47 -0800265[FirmwarePerBuildRegression_ec]
Alex Miller41f91b22014-05-14 17:21:58 -0700266run_on: nightly
Vadim Bendebury75259502013-01-22 22:43:47 -0800267suite: faft_ec
Vadim Bendebury49462622013-02-04 14:18:22 -0800268pool: faft-ec
Prashanth B543b4be2014-09-18 17:42:41 -0700269branch_specs: >=R39
Vadim Bendeburya1a23122013-01-08 18:58:19 -0800270
Simran Basi77917712013-10-03 18:56:13 +0000271[perf_v2]
Alex Miller41f91b22014-05-14 17:21:58 -0700272run_on: nightly
Simran Basi77917712013-10-03 18:56:13 +0000273suite: perf_v2
Prashanth B543b4be2014-09-18 17:42:41 -0700274branch_specs: >=R39
Simran Basi77917712013-10-03 18:56:13 +0000275pool: suites
mukesh agrawal73850c92013-05-10 16:41:35 -0700276
277[NetworkNightly]
278run_on: nightly
279suite: network_nightly
Prashanth B543b4be2014-09-18 17:42:41 -0700280branch_specs: >=R39
mukesh agrawal73850c92013-05-10 16:41:35 -0700281pool: suites
bmahadev328472a2014-04-08 16:56:20 -0700282file_bugs: True
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700283
284[WiFi_MatFuncDaily]
285run_on: nightly
286suite: wifi_matfunc
Prashanth B543b4be2014-09-18 17:42:41 -0700287branch_specs: >=R39
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700288pool: wificell
Christopher Wileyd56a1052013-05-31 10:30:05 -0700289
Kris Rambisha506fd52014-04-08 15:18:16 -0700290[WiFi_MatFuncDaily_Preflight]
291run_on: nightly
292suite: wifi_matfunc
Prashanth B543b4be2014-09-18 17:42:41 -0700293branch_specs: >=R39
Kris Rambisha506fd52014-04-08 15:18:16 -0700294pool: wificell_preflight
295
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700296[WiFi_MatFunc_Weekly]
297run_on: weekly
298suite: wifi_matfunc
Dan Shiba668fb2014-09-19 15:13:13 -0700299branch_specs: <=R38
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700300pool: wificell
301
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800302[WiFi_Perf]
303run_on: nightly
304suite: wifi_perf
Prashanth B543b4be2014-09-18 17:42:41 -0700305branch_specs: >=R39
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700306pool: wificell
307
308[WiFi_Perf_Weekly]
309run_on: weekly
310suite: wifi_perf
Kris Rambish14552e92014-09-23 18:11:33 -0700311branch_specs: <=R38
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800312pool: wificell
313
Christopher Wileyc53fc832014-02-07 16:09:25 -0800314[WiFi_Attenuated_Performance]
315run_on: nightly
316suite: wifi_atten_perf
Prashanth B543b4be2014-09-18 17:42:41 -0700317branch_specs: >=R39
Christopher Wileyf804f782014-03-11 15:27:32 -0700318pool: groamer
Christopher Wileyc53fc832014-02-07 16:09:25 -0800319
Ben Chana1206f72013-12-17 23:56:04 -0800320[WiMAX]
321run_on: nightly
322suite: wimax
Prashanth B543b4be2014-09-18 17:42:41 -0700323branch_specs: >=R39
Ben Chana1206f72013-12-17 23:56:04 -0800324pool: wimax
325
Kees Cook61817be2013-07-30 13:27:04 -0700326[SecurityWeekly]
327run_on: weekly
328suite: security_weekly
Prashanth Balasubramanian0e598502014-09-23 17:59:57 -0700329branch_specs: >=R37
Kees Cook61817be2013-07-30 13:27:04 -0700330pool: suites
Scott James Remnant85593072014-02-25 17:43:16 -0800331
332[Bluetooth_Qualification]
333run_on: nightly
334suite: bluetooth_qualification
Prashanth B543b4be2014-09-18 17:42:41 -0700335branch_specs: >=R39
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700336pool: wificell
337
338[Bluetooth_Qualification_Weekly]
339run_on: weekly
340suite: bluetooth_qualification
Kris Rambish14552e92014-09-23 18:11:33 -0700341branch_specs: <=R38
Scott James Remnant85593072014-02-25 17:43:16 -0800342pool: wificell
343
344[Bluetooth_Sanity]
345run_on: nightly
346suite: bluetooth_sanity
Prashanth B543b4be2014-09-18 17:42:41 -0700347branch_specs: >=R39
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700348pool: wificell
349
350[Bluetooth_Sanity_Weekly]
351run_on: weekly
352suite: bluetooth_sanity
Kris Rambish14552e92014-09-23 18:11:33 -0700353branch_specs: <=R38
Scott James Remnant85593072014-02-25 17:43:16 -0800354pool: wificell
355
Yusuf Mohsinally185cc412014-05-08 15:01:39 -0700356[NightlyStress]
357run_on: nightly
358suite: stress
Prashanth B543b4be2014-09-18 17:42:41 -0700359branch_specs: >=R39
Yusuf Mohsinally185cc412014-05-08 15:01:39 -0700360pool: stress
Yusuf Mohsinallyade3d6c2014-08-12 16:03:44 -0700361file_bugs: True
Alex Miller5d290cc2014-06-16 13:33:31 -0700362
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700363[NightlyStressPool2]
364run_on: nightly
365suite: stress
Prashanth B543b4be2014-09-18 17:42:41 -0700366branch_specs: >=R39
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700367pool: stress2
368file_bugs: True
369
370[NightlyStressPool3]
371run_on: nightly
372suite: stress
Prashanth B543b4be2014-09-18 17:42:41 -0700373branch_specs: >=R39
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700374pool: stress3
375file_bugs: True
376
377[NightlyStressPool4]
378run_on: nightly
379suite: stress
Prashanth B543b4be2014-09-18 17:42:41 -0700380branch_specs: >=R39
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700381pool: stress4
382file_bugs: True
383
384[NightlyStressPool5]
385run_on: nightly
386suite: stress
Prashanth B543b4be2014-09-18 17:42:41 -0700387branch_specs: >=R39
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700388pool: stress5
389file_bugs: True
390
Alex Miller5d290cc2014-06-16 13:33:31 -0700391[Gizmo]
392run_on: nightly
393suite: bvt
Prashanth B543b4be2014-09-18 17:42:41 -0700394branch_specs: >=R39
Alex Miller5d290cc2014-06-16 13:33:31 -0700395pool: gizmo
396
397[Duck]
398run_on: nightly
399suite: bvt
Prashanth B543b4be2014-09-18 17:42:41 -0700400branch_specs: >=R39
Alex Miller5d290cc2014-06-16 13:33:31 -0700401pool: duck
mussa7a1d45a2014-06-17 10:42:17 -0700402
403[ui]
404run_on: nightly
405suite: ui
Prashanth B543b4be2014-09-18 17:42:41 -0700406branch_specs: >=R39
mussa7a1d45a2014-06-17 10:42:17 -0700407pool: suites