blob: 4815120715baaf08212b59dc61c88529c130f6b3 [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
18branch_specs: >=R21
19pool: 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
Chris Sosa62c832a2012-07-30 09:28:47 -070025branch_specs: >=R22
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
31branch_specs: >=R27
32pool: 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
Fang Dengb5680ad2013-10-17 14:41:29 -070038branch_specs: >=R31
Juan Casse429d2752013-08-05 14:49:43 -070039pool: suites
40
Scott Zawalskica6c65a2012-05-02 13:53:13 -040041[NightlyGraphics]
42run_on: nightly
43suite: graphics
Scott Zawalskiabb097b2012-05-22 17:36:35 -040044branch_specs: >=R21
45pool: suites
46
Ilja Friedel21c4eb32013-03-27 11:56:29 -070047[PerBuildGraphics]
Ilja H. Friedel54547492012-07-11 12:58:03 -070048run_on: new_build
Ilja Friedel21c4eb32013-03-27 11:56:29 -070049suite: graphics_per-build
Alex Miller39516202013-04-04 10:12:49 -070050branch_specs: >=R28
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
56branch_specs: >=R22
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]
60run_on: new_build
61suite: gpu_hang
J. Richard Barnette52b0cb32013-08-15 08:58:44 -070062branch_specs: >=R31
Chris Masone7d6af682013-08-06 13:47:44 -070063pool: suites
64
Tom Wai-Hong Tam84663c42014-04-18 15:49:33 +080065[Chameleon]
66run_on: new_build
67suite: chameleon
68branch_specs: >=R36
69pool: suites
70
Scott Zawalskiabb097b2012-05-22 17:36:35 -040071[NightlyHwQual]
72run_on: nightly
73suite: hwqual
74branch_specs: >=R21
75pool: suites
Alex Miller4a163282013-01-15 18:18:54 -080076num: 3
Scott Zawalskiabb097b2012-05-22 17:36:35 -040077
78[KernelDailyRegression]
79run_on: nightly
80suite: kernel_daily_regression
Scott Zawalskib315ac82012-05-29 20:52:43 -040081branch_specs: >=R21
Scott Zawalskiabb097b2012-05-22 17:36:35 -040082pool: suites
Alex Miller11a7bed2013-01-03 18:00:39 -080083num: 2
Scott Zawalskiabb097b2012-05-22 17:36:35 -040084
Scott Zawalski93802262012-12-11 14:37:00 -050085[KernelDailyBenchmarks]
Scott Zawalskiabb097b2012-05-22 17:36:35 -040086run_on: nightly
87suite: kernel_daily_benchmarks
Scott Zawalskib315ac82012-05-29 20:52:43 -040088branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040089pool: suites
Prashanth B6de2bde2014-03-25 18:45:02 -070090file_bugs: True
Scott Zawalskica6c65a2012-05-02 13:53:13 -040091
92[KernelPerBuildRegression]
93run_on: new_build
Scott Zawalskiabb097b2012-05-22 17:36:35 -040094suite: kernel_per-build_regression
Scott Zawalskib315ac82012-05-29 20:52:43 -040095branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040096pool: suites
beeps79526db2013-01-11 16:28:49 -080097num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -040098
99[KernelPerBuildBenchmarks]
100run_on: new_build
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400101suite: kernel_per-build_benchmarks
Scott Zawalskib315ac82012-05-29 20:52:43 -0400102branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400103pool: suites
104
105[NightlyRegression]
106run_on: nightly
107suite: regression
Scott Zawalskib315ac82012-05-29 20:52:43 -0400108branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400109pool: suites
Alex Miller096baf52013-01-04 13:51:33 -0800110num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400111
J. Richard Barnettec49fc882014-04-28 16:37:02 -0700112[ExperimentalTests]
113run_on: nightly
114suite: experimental
115pool: suites
116
Alex Millerb091f4d2013-11-26 15:58:24 -0800117[JailedBuild]
118run_on: new_build
119suite: jailed_build
120branch_specs: >=R31
121pool: jail
122
123[JailedNightly]
124run_on: nightly
125suite: jailed_daily
126branch_specs: >=R31
127pool: jail
128
129[JailedWeekly]
130run_on: weekly
131suite: jailed_weekly
132branch_specs: >=R31
133pool: jail
134
Thieu Le3cde1cf2012-10-24 14:04:05 -0700135[Network3g]
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400136run_on: nightly
137suite: network3g
Scott Zawalski44509262012-11-01 16:11:46 +0000138branch_specs: >=R25
Alex Miller02a5def2012-10-31 14:49:38 -0700139pool: cellular
Ben Chanc7cd1452013-08-15 00:33:59 -0700140num: 7
Aviv Keshetcc623f72013-01-14 14:39:09 -0800141
Ben Chand157e932014-04-22 14:57:22 -0700142[Network3g_att]
143run_on: nightly
144suite: network3g_att
145branch_specs: >=R36
146pool: cellular
147
Aviv Keshetcc623f72013-01-14 14:39:09 -0800148[Network3g_tmobile]
149run_on: nightly
150suite: network3g_tmobile
151branch_specs: >=R28
152pool: cellular
Aviv Keshet80e6bb42013-03-28 09:20:08 -0700153num: 4
Aviv Keshetcc623f72013-01-14 14:39:09 -0800154
155[Network3g_verizon]
156run_on: nightly
157suite: network3g_verizon
158branch_specs: >=R28
159pool: cellular
160num: 2
Alex Miller725e4952012-10-25 15:44:34 -0700161
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700162[Network3g_pseudomodem]
163run_on: new_build
164suite: network3g_pseudomodem
J. Richard Barnettec3af7252013-05-16 11:17:04 -0700165branch_specs: >=R29
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700166pool: suites
167
harpreet8036c0e2014-03-11 18:18:51 -0700168[Cellular_modem_repair]
169run_on: new_build
170suite: cellular_modem_repair
171branch_specs: >=R35
harpreet5e7ef1d2014-03-21 15:58:42 -0700172pool: cellular_repair
harpreet8036c0e2014-03-11 18:18:51 -0700173
Arman Ugurayf02cd532013-07-26 12:36:05 -0700174[NetworkUI]
175run_on: new_build
176suite: network_ui
177branch_specs: >=R30
178pool: suites
179
Scott Zawalskid76f1592012-05-21 13:13:22 -0400180[PowerDaily]
181run_on: nightly
182suite: power_daily
Scott Zawalskib315ac82012-05-29 20:52:43 -0400183branch_specs: >=R21
Alex Miller6025d482014-04-11 12:27:05 -0700184pool: suites
Scott Zawalskid76f1592012-05-21 13:13:22 -0400185
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400186[Perfalerts]
187# Not a part of perf build because it requires 3 machines.
188run_on: new_build
189suite: perfalerts
Scott Zawalskib315ac82012-05-29 20:52:43 -0400190branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400191pool: suites
Scott Zawalskibce74092012-11-06 12:52:10 -0500192num: 1
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400193
Scott Zawalski6c045362012-05-16 19:17:10 -0400194[SecuritySuite]
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400195run_on: new_build
Scott Zawalski6c045362012-05-16 19:17:10 -0400196suite: security
Scott Zawalskib315ac82012-05-29 20:52:43 -0400197branch_specs: >=R21
Scott Zawalski6c045362012-05-16 19:17:10 -0400198pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400199
Scott Zawalski6c045362012-05-16 19:17:10 -0400200[Power_build]
201run_on: new_build
Scott Zawalskid76f1592012-05-21 13:13:22 -0400202suite: power_build
Scott Zawalskib315ac82012-05-29 20:52:43 -0400203branch_specs: >=R21
Alex Miller6025d482014-04-11 12:27:05 -0700204pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400205
Scott Zawalskid76f1592012-05-21 13:13:22 -0400206[pagecycler]
207run_on: new_build
208suite: pagecycler
Scott Zawalskib315ac82012-05-29 20:52:43 -0400209branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400210pool: suites
211
212[audio]
213run_on: new_build
214suite: audio
Scott Zawalskib315ac82012-05-29 20:52:43 -0400215branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400216pool: suites
217
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800218[video]
219run_on: new_build
220suite: video
Scott Zawalskid3df3482013-01-23 09:48:28 -0500221branch_specs: >=R26
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800222pool: suites
Yuli Huang218e8522013-03-27 17:25:57 +0800223num: 4
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800224
Rohit Makasana72467d92013-08-22 01:08:49 +0530225[youtube_mse_eme]
226run_on: new_build
227suite: youtube_mse_eme
228branch_specs: >=R30
229pool: suites
230
231[youtube_page]
232run_on: new_build
233suite: youtube_page
234branch_specs: >=R30
235pool: suites
236
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500237[WebRTC]
238run_on: nightly
Scott Zawalskia5bed3e2013-01-25 10:00:27 -0500239suite: webrtc
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500240branch_specs: >=R26
241pool: suites
242
John Dung Hong2eb4d992012-08-08 13:05:53 -0700243# run only and post-ALEX platforms (so do not run mario, zgb, and alex)
244[VDA]
245run_on: new_build
John Dung Hong6d8c4362012-08-12 13:26:10 -0700246suite: vda
John Dung Hong2eb4d992012-08-08 13:05:53 -0700247branch_specs: >=R23
John Dung Hong6d8c4362012-08-12 13:26:10 -0700248pool: vda
Owen Lin9dc375b2013-04-15 12:04:10 +0800249num: 2
John Dung Hong2eb4d992012-08-08 13:05:53 -0700250
Scott Zawalski0dda4102012-11-14 11:30:53 -0500251[LinkPerf]
252run_on: new_build
253suite: link_perf
254branch_specs: >=R23
255pool: link_perf
256
Vadim Bendebury75259502013-01-22 22:43:47 -0800257[FirmwarePerBuildRegression_ec]
258run_on: new_build
259suite: faft_ec
Vadim Bendebury49462622013-02-04 14:18:22 -0800260pool: faft-ec
Vadim Bendeburya1a23122013-01-08 18:58:19 -0800261branch_specs: >=R26
262
Simran Basi77917712013-10-03 18:56:13 +0000263[perf_v2]
264run_on: new_build
265suite: perf_v2
266branch_specs: >=R27
267pool: suites
mukesh agrawal73850c92013-05-10 16:41:35 -0700268
269[NetworkNightly]
270run_on: nightly
271suite: network_nightly
272branch_specs: >=R29
273pool: suites
bmahadev328472a2014-04-08 16:56:20 -0700274file_bugs: True
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700275
276[WiFi_MatFuncDaily]
277run_on: nightly
278suite: wifi_matfunc
279branch_specs: >=R29
280pool: wificell
Christopher Wileyd56a1052013-05-31 10:30:05 -0700281
Kris Rambisha506fd52014-04-08 15:18:16 -0700282[WiFi_MatFuncDaily_Preflight]
283run_on: nightly
284suite: wifi_matfunc
285branch_specs: >=R36
286pool: wificell_preflight
287
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800288[WiFi_Perf]
289run_on: nightly
290suite: wifi_perf
Christopher Wiley5b7c5762014-01-21 10:01:51 -0800291branch_specs: >=R34
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800292pool: wificell
293
Christopher Wileyc53fc832014-02-07 16:09:25 -0800294[WiFi_Attenuated_Performance]
295run_on: nightly
296suite: wifi_atten_perf
297branch_specs: >=R34
Christopher Wileyf804f782014-03-11 15:27:32 -0700298pool: groamer
Christopher Wileyc53fc832014-02-07 16:09:25 -0800299
Jason Abeleef3520e2013-11-20 12:27:27 -0800300[WiFi_InteropWeekly]
301run_on: weekly
302suite: wifi_interop
303branch_specs: >=R34
304pool: wifiinterop
305
Ben Chana1206f72013-12-17 23:56:04 -0800306[WiMAX]
307run_on: nightly
308suite: wimax
309branch_specs: >=R33
310pool: wimax
311
Kees Cook61817be2013-07-30 13:27:04 -0700312[SecurityWeekly]
313run_on: weekly
314suite: security_weekly
315branch_specs: >=R30
316pool: suites
Scott James Remnant85593072014-02-25 17:43:16 -0800317
318[Bluetooth_Qualification]
319run_on: nightly
320suite: bluetooth_qualification
321branch_specs: >=R34
322pool: wificell
323
324[Bluetooth_Sanity]
325run_on: nightly
326suite: bluetooth_sanity
327branch_specs: >=R34
328pool: wificell
329