blob: c77ec1287f9522c3e50fe4764c260bc31545d1e7 [file] [log] [blame]
Alex Millerbf34a3a2012-10-24 15:06:17 -07001# When changing this file, you can validate your changes by running
2# ./site_utils/suite_scheduler/suite_scheduler.py --sanity
3
Scott Zawalskica6c65a2012-05-02 13:53:13 -04004#[nightly_params]
5#always_handle: True
6
Scott Zawalskiabb097b2012-05-22 17:36:35 -04007[WeeklyKernelRegressions]
8run_on: weekly
9suite: kernel_weekly_regression
10branch_specs: >=R21
11pool: suites
12
Scott Zawalski8fb0af92012-07-11 20:24:11 -040013[WeeklyPowerRequirements]
Scott Zawalskiabb097b2012-05-22 17:36:35 -040014run_on: weekly
Scott Zawalski8fb0af92012-07-11 20:24:11 -040015suite: power_requirements
Chris Sosa62c832a2012-07-30 09:28:47 -070016branch_specs: >=R22
Scott Zawalski492b1ba2012-06-13 15:41:53 -040017pool: power
Scott Zawalskiabb097b2012-05-22 17:36:35 -040018
Scott Zawalskica6c65a2012-05-02 13:53:13 -040019[NightlyGraphics]
20run_on: nightly
21suite: graphics
Scott Zawalskiabb097b2012-05-22 17:36:35 -040022branch_specs: >=R21
23pool: suites
24
Ilja H. Friedel54547492012-07-11 12:58:03 -070025[GraphicsGLES]
26run_on: new_build
27suite: graphicsGLES
28branch_specs: >=R22
Chris Sosacfcf5cd2012-07-25 14:11:36 -070029pool: snow
Ilja H. Friedel54547492012-07-11 12:58:03 -070030
Scott Zawalskiabb097b2012-05-22 17:36:35 -040031[NightlyHwQual]
32run_on: nightly
33suite: hwqual
34branch_specs: >=R21
35pool: suites
36
37[KernelDailyRegression]
38run_on: nightly
39suite: kernel_daily_regression
Scott Zawalskib315ac82012-05-29 20:52:43 -040040branch_specs: >=R21
Scott Zawalskiabb097b2012-05-22 17:36:35 -040041pool: suites
42
Scott Zawalski93802262012-12-11 14:37:00 -050043[KernelDailyBenchmarks]
Scott Zawalskiabb097b2012-05-22 17:36:35 -040044run_on: nightly
45suite: kernel_daily_benchmarks
Scott Zawalskib315ac82012-05-29 20:52:43 -040046branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040047pool: suites
48
49[KernelPerBuildRegression]
50run_on: new_build
Scott Zawalskiabb097b2012-05-22 17:36:35 -040051suite: kernel_per-build_regression
Scott Zawalskib315ac82012-05-29 20:52:43 -040052branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040053pool: suites
54
55[KernelPerBuildBenchmarks]
56run_on: new_build
Scott Zawalskiabb097b2012-05-22 17:36:35 -040057suite: kernel_per-build_benchmarks
Scott Zawalskib315ac82012-05-29 20:52:43 -040058branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040059pool: suites
60
61[NightlyRegression]
62run_on: nightly
63suite: regression
Scott Zawalskib315ac82012-05-29 20:52:43 -040064branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040065pool: suites
66
Alex Miller02a5def2012-10-31 14:49:38 -070067# TODO(milleral): num=11 on the network3g suite is because the suite currently
68# contains 11 different HostSpecs, and a current limitation of DEPENDENCIES is
Alex Miller725e4952012-10-25 15:44:34 -070069# that |# of HostSpecs| must be equal to or less than |sharding factor|. We
Alex Miller02a5def2012-10-31 14:49:38 -070070# currently default to a sharding factor of 6, so we must bump |num| up to 11
Alex Miller725e4952012-10-25 15:44:34 -070071# manually for this suite.
Thieu Le3cde1cf2012-10-24 14:04:05 -070072[Network3g]
Scott Zawalskica6c65a2012-05-02 13:53:13 -040073run_on: nightly
74suite: network3g
Scott Zawalski44509262012-11-01 16:11:46 +000075branch_specs: >=R25
Alex Miller02a5def2012-10-31 14:49:38 -070076pool: cellular
Alex Miller7fa012e2012-10-30 12:46:58 -070077num: 11
Alex Miller725e4952012-10-25 15:44:34 -070078
Scott Zawalskica6c65a2012-05-02 13:53:13 -040079[WifiCellSuite]
80run_on: nightly
81suite: wificell
82pool: wificell
Scott Zawalskib315ac82012-05-29 20:52:43 -040083branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040084
Scott Zawalskid76f1592012-05-21 13:13:22 -040085[PowerDaily]
86run_on: nightly
87suite: power_daily
Scott Zawalskib315ac82012-05-29 20:52:43 -040088branch_specs: >=R21
Scott Zawalski492b1ba2012-06-13 15:41:53 -040089pool: power
Scott Zawalskid76f1592012-05-21 13:13:22 -040090
Scott Zawalskica6c65a2012-05-02 13:53:13 -040091[Perfalerts]
92# Not a part of perf build because it requires 3 machines.
93run_on: new_build
94suite: perfalerts
Scott Zawalskib315ac82012-05-29 20:52:43 -040095branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -040096pool: suites
Scott Zawalskibce74092012-11-06 12:52:10 -050097num: 1
Scott Zawalskica6c65a2012-05-02 13:53:13 -040098
Scott Zawalski6c045362012-05-16 19:17:10 -040099[SecuritySuite]
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400100run_on: new_build
Scott Zawalski6c045362012-05-16 19:17:10 -0400101suite: security
Scott Zawalskib315ac82012-05-29 20:52:43 -0400102branch_specs: >=R21
Scott Zawalski6c045362012-05-16 19:17:10 -0400103pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400104
Scott Zawalski6c045362012-05-16 19:17:10 -0400105[Power_build]
106run_on: new_build
Scott Zawalskid76f1592012-05-21 13:13:22 -0400107suite: power_build
Scott Zawalskib315ac82012-05-29 20:52:43 -0400108branch_specs: >=R21
Scott Zawalski6c045362012-05-16 19:17:10 -0400109pool: power
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400110
Scott Zawalskid76f1592012-05-21 13:13:22 -0400111[pyauto]
112run_on: new_build
113suite: pyauto
Scott Zawalskib315ac82012-05-29 20:52:43 -0400114branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400115pool: suites
116
117[pyauto_perf]
118run_on: new_build
119suite: pyauto_perf
Scott Zawalskib315ac82012-05-29 20:52:43 -0400120branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400121pool: suites
122
Chris Sosacfcf5cd2012-07-25 14:11:36 -0700123[pyauto_perf_snow]
Ilja H. Friedel54547492012-07-11 12:58:03 -0700124run_on: new_build
125suite: pyauto_perf
126branch_specs: >=R22
Chris Sosacfcf5cd2012-07-25 14:11:36 -0700127pool: snow
Ilja H. Friedel54547492012-07-11 12:58:03 -0700128
Dennis Jeffrey9acedb42012-06-12 18:13:46 -0700129[pyauto_endurance]
130run_on: nightly
131suite: pyauto_endurance
132branch_specs: >=R21
133pool: lumpy-celeron
134
Scott Zawalskid76f1592012-05-21 13:13:22 -0400135[pyauto_basic]
136run_on: new_build
137suite: pyauto_basic
Scott Zawalskib315ac82012-05-29 20:52:43 -0400138branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400139pool: suites
140
141[pagecycler]
142run_on: new_build
143suite: pagecycler
Scott Zawalskib315ac82012-05-29 20:52:43 -0400144branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400145pool: suites
146
147[audio]
148run_on: new_build
149suite: audio
Scott Zawalskib315ac82012-05-29 20:52:43 -0400150branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400151pool: suites
152
153[sync]
154run_on: new_build
155suite: sync
Scott Zawalskib315ac82012-05-29 20:52:43 -0400156branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400157pool: suites
158
159[browsertests]
160run_on: new_build
161suite: browsertests
Scott Zawalskib315ac82012-05-29 20:52:43 -0400162branch_specs: >=R21
Scott Zawalskid76f1592012-05-21 13:13:22 -0400163pool: suites
164
Chris Sosacfcf5cd2012-07-25 14:11:36 -0700165[SnowBVT]
Scott Zawalski03fd44a2012-07-11 20:05:47 -0400166run_on: new_build
167suite: bvt
168branch_specs: >=R22
Chris Sosacfcf5cd2012-07-25 14:11:36 -0700169pool: snow
Scott Zawalskic0cb0e42012-08-10 11:58:56 -0400170num: 4
Scott Zawalski03fd44a2012-07-11 20:05:47 -0400171
Scott Zawalskicaf7ad32012-09-10 16:27:27 -0400172[ButterflyBVT]
173run_on: new_build
174suite: bvt
Scott Zawalski316e27a2012-09-11 02:10:32 -0400175branch_specs: >=R22
Scott Zawalskicaf7ad32012-09-10 16:27:27 -0400176pool: butterfly
177num: 4
Scott Zawalski362bc792012-08-02 11:25:03 -0400178
John Dung Hong2eb4d992012-08-08 13:05:53 -0700179# run only and post-ALEX platforms (so do not run mario, zgb, and alex)
180[VDA]
181run_on: new_build
John Dung Hong6d8c4362012-08-12 13:26:10 -0700182suite: vda
John Dung Hong2eb4d992012-08-08 13:05:53 -0700183branch_specs: >=R23
John Dung Hong6d8c4362012-08-12 13:26:10 -0700184pool: vda
John Dung Hong2eb4d992012-08-08 13:05:53 -0700185
Scott Zawalski0dda4102012-11-14 11:30:53 -0500186[LinkPerf]
187run_on: new_build
188suite: link_perf
189branch_specs: >=R23
190pool: link_perf
191
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400192#[Network_wifi]
193# We need to figure out how we can work out the scheduling of this test.
194#run_on: nightly
195#suite: network_wifi
Scott Zawalskib315ac82012-05-29 20:52:43 -0400196#branch_specs: >=R21
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400197#pool: ????