blob: b0a352450b87cd5c23d6947bbdbcf662662a4771 [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
20
Scott Zawalski8fb0af92012-07-11 20:24:11 -040021[WeeklyPowerRequirements]
Scott Zawalskiabb097b2012-05-22 17:36:35 -040022run_on: weekly
Scott Zawalski8fb0af92012-07-11 20:24:11 -040023suite: power_requirements
Chris Sosa62c832a2012-07-30 09:28:47 -070024branch_specs: >=R22
Scott Zawalski492b1ba2012-06-13 15:41:53 -040025pool: power
Scott Zawalskiabb097b2012-05-22 17:36:35 -040026
Mike Truty653d96d2013-03-01 14:03:14 -060027[WeeklyVideoRegressions]
28run_on: weekly
29suite: video_weekly_regression
30branch_specs: >=R27
31pool: suites
32
Scott Zawalskica6c65a2012-05-02 13:53:13 -040033[NightlyGraphics]
34run_on: nightly
35suite: graphics
Scott Zawalskiabb097b2012-05-22 17:36:35 -040036branch_specs: >=R21
37pool: suites
38
Ilja H. Friedel54547492012-07-11 12:58:03 -070039[GraphicsGLES]
40run_on: new_build
41suite: graphicsGLES
42branch_specs: >=R22
Chris Sosacfcf5cd2012-07-25 14:11:36 -070043pool: snow
Ilja H. Friedel54547492012-07-11 12:58:03 -070044
Scott Zawalskiabb097b2012-05-22 17:36:35 -040045[NightlyHwQual]
46run_on: nightly
47suite: hwqual
48branch_specs: >=R21
49pool: suites
Alex Miller4a163282013-01-15 18:18:54 -080050num: 3
Scott Zawalskiabb097b2012-05-22 17:36:35 -040051
52[KernelDailyRegression]
53run_on: nightly
54suite: kernel_daily_regression
Scott Zawalskib315ac82012-05-29 20:52:43 -040055branch_specs: >=R21
Scott Zawalskiabb097b2012-05-22 17:36:35 -040056pool: suites
Alex Miller11a7bed2013-01-03 18:00:39 -080057num: 2
Scott Zawalskiabb097b2012-05-22 17:36:35 -040058
Scott Zawalski93802262012-12-11 14:37:00 -050059[KernelDailyBenchmarks]
Scott Zawalskiabb097b2012-05-22 17:36:35 -040060run_on: nightly
61suite: kernel_daily_benchmarks
Scott Zawalskib315ac82012-05-29 20:52:43 -040062branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040063pool: suites
64
65[KernelPerBuildRegression]
66run_on: new_build
Scott Zawalskiabb097b2012-05-22 17:36:35 -040067suite: kernel_per-build_regression
Scott Zawalskib315ac82012-05-29 20:52:43 -040068branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040069pool: suites
beeps79526db2013-01-11 16:28:49 -080070num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -040071
72[KernelPerBuildBenchmarks]
73run_on: new_build
Scott Zawalskiabb097b2012-05-22 17:36:35 -040074suite: kernel_per-build_benchmarks
Scott Zawalskib315ac82012-05-29 20:52:43 -040075branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040076pool: suites
77
78[NightlyRegression]
79run_on: nightly
80suite: regression
Scott Zawalskib315ac82012-05-29 20:52:43 -040081branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040082pool: suites
Alex Miller096baf52013-01-04 13:51:33 -080083num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -040084
Thieu Le3cde1cf2012-10-24 14:04:05 -070085[Network3g]
Scott Zawalskica6c65a2012-05-02 13:53:13 -040086run_on: nightly
87suite: network3g
Scott Zawalski44509262012-11-01 16:11:46 +000088branch_specs: >=R25
Alex Miller02a5def2012-10-31 14:49:38 -070089pool: cellular
Alex Miller4a163282013-01-15 18:18:54 -080090num: 10
Alex Miller725e4952012-10-25 15:44:34 -070091
Scott Zawalskica6c65a2012-05-02 13:53:13 -040092[WifiCellSuite]
93run_on: nightly
94suite: wificell
95pool: wificell
Scott Zawalski60280af2013-02-05 20:19:00 -050096branch_specs: >=R26
Scott Zawalskica6c65a2012-05-02 13:53:13 -040097
Stanley Wong79fd6c02013-01-17 15:38:11 -080098[OncCellSuite]
99run_on: nightly
100suite: onccell
101pool: onccell
102branch_specs: >=R26
103
Stanley Wong2ad9be92013-01-08 11:00:30 -0800104[WiFiChaosSuite]
105run_on: nightly
106suite: wifichaos
107pool: wifichaos
Alex Millere63cbdd2013-02-20 15:13:03 -0800108branch_specs: ==R26
Stanley Wong2ad9be92013-01-08 11:00:30 -0800109
Scott Zawalskid76f1592012-05-21 13:13:22 -0400110[PowerDaily]
111run_on: nightly
112suite: power_daily
Scott Zawalskib315ac82012-05-29 20:52:43 -0400113branch_specs: >=R21
Scott Zawalski492b1ba2012-06-13 15:41:53 -0400114pool: power
Scott Zawalskid76f1592012-05-21 13:13:22 -0400115
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400116[Perfalerts]
117# Not a part of perf build because it requires 3 machines.
118run_on: new_build
119suite: perfalerts
Scott Zawalskib315ac82012-05-29 20:52:43 -0400120branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400121pool: suites
Scott Zawalskibce74092012-11-06 12:52:10 -0500122num: 1
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400123
Scott Zawalski6c045362012-05-16 19:17:10 -0400124[SecuritySuite]
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400125run_on: new_build
Scott Zawalski6c045362012-05-16 19:17:10 -0400126suite: security
Scott Zawalskib315ac82012-05-29 20:52:43 -0400127branch_specs: >=R21
Scott Zawalski6c045362012-05-16 19:17:10 -0400128pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400129
Scott Zawalski6c045362012-05-16 19:17:10 -0400130[Power_build]
131run_on: new_build
Scott Zawalskid76f1592012-05-21 13:13:22 -0400132suite: power_build
Scott Zawalskib315ac82012-05-29 20:52:43 -0400133branch_specs: >=R21
Scott Zawalski6c045362012-05-16 19:17:10 -0400134pool: power
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400135
Scott Zawalskid76f1592012-05-21 13:13:22 -0400136[pyauto]
137run_on: new_build
138suite: pyauto
Scott Zawalskib315ac82012-05-29 20:52:43 -0400139branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400140pool: suites
141
142[pyauto_perf]
143run_on: new_build
144suite: pyauto_perf
Scott Zawalskib315ac82012-05-29 20:52:43 -0400145branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400146pool: suites
147
Chris Sosacfcf5cd2012-07-25 14:11:36 -0700148[pyauto_perf_snow]
Ilja H. Friedel54547492012-07-11 12:58:03 -0700149run_on: new_build
150suite: pyauto_perf
151branch_specs: >=R22
Chris Sosacfcf5cd2012-07-25 14:11:36 -0700152pool: snow
Ilja H. Friedel54547492012-07-11 12:58:03 -0700153
Dennis Jeffrey9acedb42012-06-12 18:13:46 -0700154[pyauto_endurance]
155run_on: nightly
156suite: pyauto_endurance
157branch_specs: >=R21
158pool: lumpy-celeron
159
Scott Zawalskid76f1592012-05-21 13:13:22 -0400160[pyauto_basic]
161run_on: new_build
162suite: pyauto_basic
Scott Zawalskib315ac82012-05-29 20:52:43 -0400163branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400164pool: suites
165
166[pagecycler]
167run_on: new_build
168suite: pagecycler
Scott Zawalskib315ac82012-05-29 20:52:43 -0400169branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400170pool: suites
171
172[audio]
173run_on: new_build
174suite: audio
Scott Zawalskib315ac82012-05-29 20:52:43 -0400175branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400176pool: suites
177
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800178[video]
179run_on: new_build
180suite: video
Scott Zawalskid3df3482013-01-23 09:48:28 -0500181branch_specs: >=R26
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800182pool: suites
Wu-Cheng Liba7eb9d2013-02-04 19:49:18 +0800183num: 2
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800184
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500185[WebRTC]
186run_on: nightly
Scott Zawalskia5bed3e2013-01-25 10:00:27 -0500187suite: webrtc
Scott Zawalskib88e86d2013-01-23 09:58:48 -0500188branch_specs: >=R26
189pool: suites
190
Scott Zawalskid76f1592012-05-21 13:13:22 -0400191[sync]
192run_on: new_build
193suite: sync
Scott Zawalskib315ac82012-05-29 20:52:43 -0400194branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400195pool: suites
196
197[browsertests]
198run_on: new_build
199suite: browsertests
Scott Zawalskib315ac82012-05-29 20:52:43 -0400200branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400201pool: suites
202
Scott Zawalskicaf7ad32012-09-10 16:27:27 -0400203[ButterflyBVT]
204run_on: new_build
205suite: bvt
Scott Zawalski316e27a2012-09-11 02:10:32 -0400206branch_specs: >=R22
Scott Zawalskicaf7ad32012-09-10 16:27:27 -0400207pool: butterfly
208num: 4
Scott Zawalski362bc792012-08-02 11:25:03 -0400209
John Dung Hong2eb4d992012-08-08 13:05:53 -0700210# run only and post-ALEX platforms (so do not run mario, zgb, and alex)
211[VDA]
212run_on: new_build
John Dung Hong6d8c4362012-08-12 13:26:10 -0700213suite: vda
John Dung Hong2eb4d992012-08-08 13:05:53 -0700214branch_specs: >=R23
John Dung Hong6d8c4362012-08-12 13:26:10 -0700215pool: vda
John Dung Hong2eb4d992012-08-08 13:05:53 -0700216
Scott Zawalski0dda4102012-11-14 11:30:53 -0500217[LinkPerf]
218run_on: new_build
219suite: link_perf
220branch_specs: >=R23
221pool: link_perf
222
Vadim Bendebury75259502013-01-22 22:43:47 -0800223[FirmwarePerBuildRegression_normal]
Vadim Bendeburya1a23122013-01-08 18:58:19 -0800224run_on: new_build
Vadim Bendebury75259502013-01-22 22:43:47 -0800225suite: faft_normal
Vadim Bendebury49462622013-02-04 14:18:22 -0800226pool: faft-normal
Vadim Bendebury75259502013-01-22 22:43:47 -0800227branch_specs: >=R26
228
229[FirmwarePerBuildRegression_dev]
230run_on: new_build
231suite: faft_dev
Vadim Bendebury49462622013-02-04 14:18:22 -0800232pool: faft-dev
Vadim Bendebury75259502013-01-22 22:43:47 -0800233branch_specs: >=R26
234
235[FirmwarePerBuildRegression_ec]
236run_on: new_build
237suite: faft_ec
Vadim Bendebury49462622013-02-04 14:18:22 -0800238pool: faft-ec
Vadim Bendeburya1a23122013-01-08 18:58:19 -0800239branch_specs: >=R26
240
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400241#[Network_wifi]
242# We need to figure out how we can work out the scheduling of this test.
243#run_on: nightly
244#suite: network_wifi
Scott Zawalskib315ac82012-05-29 20:52:43 -0400245#branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400246#pool: ????