blob: 4eda648041e889a374505840bc05e9ab15a1efc5 [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
Kalin Stoyanov99c13482015-05-16 23:26:07 -070044[ChameleonAudio]
45run_on: nightly
46suite: chameleon_audio
Kalin Stoyanov0ca65ab2015-06-04 09:50:44 -070047branch_specs: ==tot
Kalin Stoyanov99c13482015-05-16 23:26:07 -070048pool: chameleon
49file_bugs: True
50
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080051[ChameleonDp]
Dan Shie74f42e2014-08-25 09:57:35 -070052run_on: nightly
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080053suite: chameleon_dp
Wai-Hong Tamc5e91d42015-04-06 22:05:08 +000054branch_specs: >=tot-1
Tom Wai-Hong Tam13463092014-12-05 03:49:22 +080055pool: chameleon
Tom Wai-Hong Tamb53c4762015-03-24 06:56:37 +080056file_bugs: True
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080057
Kalin Stoyanov69e54732015-06-22 11:43:47 -070058[ChameleonDpE2e]
59run_on: nightly
60suite: chameleon_dp_e2e
Fang Deng29d502a2015-07-07 14:02:38 -070061branch_specs: ==tot
Kalin Stoyanov69e54732015-06-22 11:43:47 -070062pool: chameleon
63file_bugs: True
64
Kalin Stoyanov8c5d16d2015-03-03 18:30:04 -080065[ChameleonDpWeekly]
66run_on: weekly
67suite: chameleon_dp_weekly
Wai-Hong Tamc5e91d42015-04-06 22:05:08 +000068branch_specs: >=tot-1
Kalin Stoyanov8c5d16d2015-03-03 18:30:04 -080069pool: chameleon
Tom Wai-Hong Tamb53c4762015-03-24 06:56:37 +080070file_bugs: True
Kalin Stoyanov8c5d16d2015-03-03 18:30:04 -080071
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080072[ChameleonHdmi]
Dan Shie74f42e2014-08-25 09:57:35 -070073run_on: nightly
Tom Wai-Hong Tam7c333712014-08-12 08:57:04 +080074suite: chameleon_hdmi
Wai-Hong Tamc5e91d42015-04-06 22:05:08 +000075branch_specs: >=tot-1
Tom Wai-Hong Tam13463092014-12-05 03:49:22 +080076pool: chameleon
Tom Wai-Hong Tam2cf2aaa2014-12-18 02:32:31 +080077file_bugs: True
Tom Wai-Hong Tam84663c42014-04-18 15:49:33 +080078
Kalin Stoyanov69e54732015-06-22 11:43:47 -070079[ChameleonHdmiE2e]
80run_on: nightly
81suite: chameleon_hdmi_e2e
Fang Deng29d502a2015-07-07 14:02:38 -070082branch_specs: ==tot
Kalin Stoyanov69e54732015-06-22 11:43:47 -070083pool: chameleon
84file_bugs: True
85
Kalin Stoyanov8c5d16d2015-03-03 18:30:04 -080086[ChameleonHdmiWeekly]
87run_on: weekly
88suite: chameleon_hdmi_weekly
Wai-Hong Tamc5e91d42015-04-06 22:05:08 +000089branch_specs: >=tot-1
Kalin Stoyanov8c5d16d2015-03-03 18:30:04 -080090pool: chameleon
Tom Wai-Hong Tamb53c4762015-03-24 06:56:37 +080091file_bugs: True
Kalin Stoyanov8c5d16d2015-03-03 18:30:04 -080092
Tom Wai-Hong Tamf16999f2014-12-12 07:53:46 +080093[ChameleonVga]
94run_on: nightly
95suite: chameleon_vga
Wai-Hong Tamc5e91d42015-04-06 22:05:08 +000096branch_specs: >=tot-1
Tom Wai-Hong Tamf16999f2014-12-12 07:53:46 +080097pool: chameleon
98
harpreet15505982015-04-02 17:48:20 -070099[Hotrod]
100run_on: nightly
101suite: hotrod
Fang Dengb5358ee2015-07-09 18:37:43 -0700102branch_specs: >=tot-1
harpreet15505982015-04-02 17:48:20 -0700103pool: hotrod
104
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400105[NightlyHwQual]
106run_on: nightly
107suite: hwqual
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700108branch_specs: ==tot
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400109pool: suites
Alex Miller4a163282013-01-15 18:18:54 -0800110num: 3
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400111
112[KernelDailyRegression]
113run_on: nightly
114suite: kernel_daily_regression
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700115branch_specs: ==tot
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400116pool: suites
Alex Miller11a7bed2013-01-03 18:00:39 -0800117num: 2
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400118
Scott Zawalski93802262012-12-11 14:37:00 -0500119[KernelDailyBenchmarks]
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400120run_on: nightly
121suite: kernel_daily_benchmarks
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700122branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400123pool: suites
Prashanth B6de2bde2014-03-25 18:45:02 -0700124file_bugs: True
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400125
126[KernelPerBuildRegression]
Alex Miller41f91b22014-05-14 17:21:58 -0700127run_on: nightly
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400128suite: kernel_per-build_regression
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700129branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400130pool: suites
beeps79526db2013-01-11 16:28:49 -0800131num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400132
133[KernelPerBuildBenchmarks]
Alex Miller41f91b22014-05-14 17:21:58 -0700134run_on: nightly
Scott Zawalskiabb097b2012-05-22 17:36:35 -0400135suite: kernel_per-build_benchmarks
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700136branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400137pool: suites
138
139[NightlyRegression]
140run_on: nightly
141suite: regression
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700142branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400143pool: suites
Alex Miller096baf52013-01-04 13:51:33 -0800144num: 2
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400145
J. Richard Barnettec49fc882014-04-28 16:37:02 -0700146[ExperimentalTests]
147run_on: nightly
148suite: experimental
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700149branch_specs: ==tot
J. Richard Barnettec49fc882014-04-28 16:37:02 -0700150pool: suites
151
Alex Millerb091f4d2013-11-26 15:58:24 -0800152[JailedBuild]
Alex Miller41f91b22014-05-14 17:21:58 -0700153run_on: nightly
Alex Millerb091f4d2013-11-26 15:58:24 -0800154suite: jailed_build
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700155branch_specs: ==tot
Alex Millerb091f4d2013-11-26 15:58:24 -0800156pool: jail
157
Thieu Le3cde1cf2012-10-24 14:04:05 -0700158[Network3g]
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400159run_on: nightly
160suite: network3g
Tien Chang8181a312015-01-16 14:29:12 -0800161branch_specs: >=tot-2
Alex Miller02a5def2012-10-31 14:49:38 -0700162pool: cellular
Ben Chanc7cd1452013-08-15 00:33:59 -0700163num: 7
Aviv Keshetcc623f72013-01-14 14:39:09 -0800164
Ben Chand157e932014-04-22 14:57:22 -0700165[Network3g_att]
166run_on: nightly
167suite: network3g_att
Tien Chang8181a312015-01-16 14:29:12 -0800168branch_specs: >=tot-2
Ben Chand157e932014-04-22 14:57:22 -0700169pool: cellular
170
Aviv Keshetcc623f72013-01-14 14:39:09 -0800171[Network3g_tmobile]
172run_on: nightly
173suite: network3g_tmobile
Tien Chang8181a312015-01-16 14:29:12 -0800174branch_specs: >=tot-2
Aviv Keshetcc623f72013-01-14 14:39:09 -0800175pool: cellular
Aviv Keshet80e6bb42013-03-28 09:20:08 -0700176num: 4
Aviv Keshetcc623f72013-01-14 14:39:09 -0800177
178[Network3g_verizon]
179run_on: nightly
180suite: network3g_verizon
Tien Chang8181a312015-01-16 14:29:12 -0800181branch_specs: >=tot-2
Aviv Keshetcc623f72013-01-14 14:39:09 -0800182pool: cellular
183num: 2
Alex Miller725e4952012-10-25 15:44:34 -0700184
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700185[Network3g_pseudomodem]
Alex Miller41f91b22014-05-14 17:21:58 -0700186run_on: nightly
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700187suite: network3g_pseudomodem
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700188branch_specs: ==tot
Arman Uguraye5d5a5d2013-05-09 15:15:27 -0700189pool: suites
190
harpreet8036c0e2014-03-11 18:18:51 -0700191[Cellular_modem_repair]
Alex Miller41f91b22014-05-14 17:21:58 -0700192run_on: nightly
harpreet8036c0e2014-03-11 18:18:51 -0700193suite: cellular_modem_repair
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700194branch_specs: ==tot
harpreet5e7ef1d2014-03-21 15:58:42 -0700195pool: cellular_repair
harpreet8036c0e2014-03-11 18:18:51 -0700196
Arman Ugurayf02cd532013-07-26 12:36:05 -0700197[NetworkUI]
Alex Miller41f91b22014-05-14 17:21:58 -0700198run_on: nightly
Arman Ugurayf02cd532013-07-26 12:36:05 -0700199suite: network_ui
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700200branch_specs: ==tot
Arman Ugurayf02cd532013-07-26 12:36:05 -0700201pool: suites
202
Scott Zawalskid76f1592012-05-21 13:13:22 -0400203[PowerDaily]
204run_on: nightly
205suite: power_daily
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700206branch_specs: ==tot
Alex Miller6025d482014-04-11 12:27:05 -0700207pool: suites
Derek Basehore970c95e2014-05-21 11:00:59 -0700208file_bugs: True
Scott Zawalskid76f1592012-05-21 13:13:22 -0400209
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400210[Perfalerts]
211# Not a part of perf build because it requires 3 machines.
Alex Miller41f91b22014-05-14 17:21:58 -0700212run_on: nightly
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400213suite: perfalerts
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700214branch_specs: ==tot
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400215pool: suites
Scott Zawalskibce74092012-11-06 12:52:10 -0500216num: 1
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400217
Scott Zawalski6c045362012-05-16 19:17:10 -0400218[SecuritySuite]
Alex Miller41f91b22014-05-14 17:21:58 -0700219run_on: nightly
Scott Zawalski6c045362012-05-16 19:17:10 -0400220suite: security
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700221branch_specs: ==tot
Scott Zawalski6c045362012-05-16 19:17:10 -0400222pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400223
Scott Zawalski6c045362012-05-16 19:17:10 -0400224[Power_build]
Alex Miller41f91b22014-05-14 17:21:58 -0700225run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400226suite: power_build
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700227branch_specs: ==tot
Alex Miller6025d482014-04-11 12:27:05 -0700228pool: suites
Scott Zawalskica6c65a2012-05-02 13:53:13 -0400229
Scott Zawalskid76f1592012-05-21 13:13:22 -0400230[audio]
Alex Miller41f91b22014-05-14 17:21:58 -0700231run_on: nightly
Scott Zawalskid76f1592012-05-21 13:13:22 -0400232suite: audio
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700233branch_specs: ==tot
Scott Zawalskid76f1592012-05-21 13:13:22 -0400234pool: suites
235
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800236[video]
Alex Miller41f91b22014-05-14 17:21:58 -0700237run_on: nightly
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800238suite: video
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700239branch_specs: ==tot
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800240pool: suites
Yuli Huang218e8522013-03-27 17:25:57 +0800241num: 4
Owen Linc31cfbb2015-04-14 16:30:36 +0800242file_bugs: True
Rohit Makasana6ae944d2013-01-17 16:21:14 -0800243
Rohit Makasana72467d92013-08-22 01:08:49 +0530244[youtube_mse_eme]
Alex Miller41f91b22014-05-14 17:21:58 -0700245run_on: nightly
Rohit Makasana72467d92013-08-22 01:08:49 +0530246suite: youtube_mse_eme
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700247branch_specs: ==tot
Rohit Makasana72467d92013-08-22 01:08:49 +0530248pool: suites
249
250[youtube_page]
Alex Miller41f91b22014-05-14 17:21:58 -0700251run_on: nightly
Rohit Makasana72467d92013-08-22 01:08:49 +0530252suite: youtube_page
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700253branch_specs: ==tot
Rohit Makasana72467d92013-08-22 01:08:49 +0530254pool: suites
255
Scott Zawalski0dda4102012-11-14 11:30:53 -0500256[LinkPerf]
Alex Miller41f91b22014-05-14 17:21:58 -0700257run_on: nightly
Scott Zawalski0dda4102012-11-14 11:30:53 -0500258suite: link_perf
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700259branch_specs: ==tot
Scott Zawalski0dda4102012-11-14 11:30:53 -0500260pool: link_perf
261
Simran Basi77917712013-10-03 18:56:13 +0000262[perf_v2]
Alex Miller41f91b22014-05-14 17:21:58 -0700263run_on: nightly
Simran Basi77917712013-10-03 18:56:13 +0000264suite: perf_v2
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700265branch_specs: ==tot
Simran Basi77917712013-10-03 18:56:13 +0000266pool: suites
mukesh agrawal73850c92013-05-10 16:41:35 -0700267
268[NetworkNightly]
269run_on: nightly
270suite: network_nightly
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700271branch_specs: ==tot
mukesh agrawal73850c92013-05-10 16:41:35 -0700272pool: suites
bmahadev328472a2014-04-08 16:56:20 -0700273file_bugs: True
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700274
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800275[WiFi_MatFunc]
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700276run_on: nightly
277suite: wifi_matfunc
Tien Chang613c8a32015-06-26 15:11:29 -0700278branch_specs: ==tot
Christopher Wileyc7d4e042013-05-13 17:24:47 -0700279pool: wificell
Christopher Wileyd56a1052013-05-31 10:30:05 -0700280
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800281[WiFi_MatFunc_intel7265]
Bindu Mahadev8e331962015-01-26 16:14:19 -0800282run_on: nightly
Dan Shi146d0762015-01-28 14:43:32 -0800283suite: wifi_matfunc_intel7265
Bindu Mahadev37abeca2015-02-03 14:26:23 -0800284branch_specs: ==tot
Bindu Mahadev8e331962015-01-26 16:14:19 -0800285pool: wificell_preflight
286
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800287[WiFi_MatFunc_bcm4356]
Kris Rambisha506fd52014-04-08 15:18:16 -0700288run_on: nightly
Bindu Mahadev4b5cd362014-12-12 15:08:14 -0800289suite: wifi_matfunc_bcm4356
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800290branch_specs: ==tot
Bindu Mahadev4b5cd362014-12-12 15:08:14 -0800291pool: wificell_preflight
292
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800293[WiFi_MatFunc_marvell8897]
Bindu Mahadev4b5cd362014-12-12 15:08:14 -0800294run_on: nightly
295suite: wifi_matfunc_marvell8897
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800296branch_specs: ==tot
Kris Rambisha506fd52014-04-08 15:18:16 -0700297pool: wificell_preflight
298
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800299[WiFi_Perf]
300run_on: nightly
301suite: wifi_perf
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700302branch_specs: ==tot
Christopher Wileyc1e9b662014-01-16 16:13:43 -0800303pool: wificell
304
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800305[WiFi_Perf_bcm4356]
Bindu Mahadev8978bef2015-02-12 12:24:57 -0800306run_on: nightly
307suite: wifi_perf_bcm4356
308branch_specs: ==tot
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800309pool: wificell_preflight
Bindu Mahadev8978bef2015-02-12 12:24:57 -0800310
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800311[WiFi_Perf_marvell8897]
Bindu Mahadev8978bef2015-02-12 12:24:57 -0800312run_on: nightly
313suite: wifi_perf_marvell8897
314branch_specs: ==tot
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800315pool: wificell_preflight
Bindu Mahadev8978bef2015-02-12 12:24:57 -0800316
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800317[WiFi_Perf_intel7265]
Bindu Mahadev8978bef2015-02-12 12:24:57 -0800318run_on: nightly
319suite: wifi_perf_intel7265
320branch_specs: ==tot
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800321pool: wificell_preflight
Bindu Mahadev8978bef2015-02-12 12:24:57 -0800322
Christopher Wileyc53fc832014-02-07 16:09:25 -0800323[WiFi_Attenuated_Performance]
324run_on: nightly
325suite: wifi_atten_perf
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700326branch_specs: ==tot
Christopher Wileyf804f782014-03-11 15:27:32 -0700327pool: groamer
Christopher Wileyc53fc832014-02-07 16:09:25 -0800328
Kris Rambishc27f7762015-05-27 19:28:11 -0700329[WiFi_Update_Router]
330run_on: nightly
331suite: wifi_update_router
332branch_specs: ==tot
333pool: wificell
334
335[WiFi_Update_Router_Preflight]
336run_on: nightly
337suite: wifi_update_router
338branch_specs: ==tot
339pool: wificell_preflight
340
Tien Chang061e8ad2015-07-24 14:15:44 -0700341[WiFi_Interop_Nightly]
342run_on: nightly
343suite: wifi_interop
344branch_specs: ==tot
345pool:wifichaos
346
Ben Chana1206f72013-12-17 23:56:04 -0800347[WiMAX]
348run_on: nightly
349suite: wimax
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700350branch_specs: ==tot
Ben Chana1206f72013-12-17 23:56:04 -0800351pool: wimax
352
Scott James Remnant85593072014-02-25 17:43:16 -0800353[Bluetooth_Qualification]
354run_on: nightly
355suite: bluetooth_qualification
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700356branch_specs: ==tot
Scott James Remnant85593072014-02-25 17:43:16 -0800357pool: wificell
358
359[Bluetooth_Sanity]
360run_on: nightly
361suite: bluetooth_sanity
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700362branch_specs: ==tot
Katherine Threlkeld3693a3b2014-09-08 18:28:13 -0700363pool: wificell
364
Yusuf Mohsinallyc4ced9f2014-10-16 11:56:21 -0700365[NightlyStressExperimental]
366run_on: nightly
367suite: stress_experimental
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700368branch_specs: ==tot
Yusuf Mohsinallyc4ced9f2014-10-16 11:56:21 -0700369pool: stress
370file_bugs: False
371
Yusuf Mohsinally185cc412014-05-08 15:01:39 -0700372[NightlyStress]
373run_on: nightly
374suite: stress
Yusuf Mohsinally93a20982015-03-11 13:54:38 -0700375branch_specs: >=tot-2
Yusuf Mohsinally185cc412014-05-08 15:01:39 -0700376pool: stress
Yusuf Mohsinallyade3d6c2014-08-12 16:03:44 -0700377file_bugs: True
Alex Miller5d290cc2014-06-16 13:33:31 -0700378
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700379[NightlyStressPool2]
380run_on: nightly
Yusuf Mohsinally12187d62014-11-17 16:55:54 -0800381suite: stress2
Yusuf Mohsinally93a20982015-03-11 13:54:38 -0700382branch_specs: >=tot-2
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700383pool: stress2
384file_bugs: True
385
386[NightlyStressPool3]
387run_on: nightly
Yusuf Mohsinally12187d62014-11-17 16:55:54 -0800388suite: stress3
Yusuf Mohsinally93a20982015-03-11 13:54:38 -0700389branch_specs: >=tot-2
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700390pool: stress3
391file_bugs: True
392
393[NightlyStressPool4]
394run_on: nightly
Yusuf Mohsinally12187d62014-11-17 16:55:54 -0800395suite: stress4
Yusuf Mohsinally93a20982015-03-11 13:54:38 -0700396branch_specs: >=tot-2
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700397pool: stress4
398file_bugs: True
399
400[NightlyStressPool5]
401run_on: nightly
Yusuf Mohsinally12187d62014-11-17 16:55:54 -0800402suite: stress5
Yusuf Mohsinally93a20982015-03-11 13:54:38 -0700403branch_specs: >=tot-2
Yusuf Mohsinallye9f98e22014-08-28 14:44:57 -0700404pool: stress5
405file_bugs: True
406
Kalin Stoyanov2e82d632014-11-10 14:52:05 -0800407[NightlyKernelUsb]
408run_on: nightly
409suite: kernel_usb
410branch_specs: ==tot
411pool: kernel_usb
412file_bugs: True
413
Kalin Stoyanov0d1de1c2014-12-10 17:00:53 -0800414[NightlyKernelUsbSet1]
415run_on: nightly
416suite: kernel_usb_set1
417branch_specs: ==tot
418pool: kernel_usb_set1
419file_bugs: True
420
Alex Miller5d290cc2014-06-16 13:33:31 -0700421[Gizmo]
422run_on: nightly
Gaurav Shah23acc602014-10-17 10:57:11 -0700423suite: bvt-cq
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700424branch_specs: ==tot
Alex Miller5d290cc2014-06-16 13:33:31 -0700425pool: gizmo
426
Gaurav Shah7baf6142014-11-07 15:45:38 -0800427[NightlyStormBvtCq]
428run_on: nightly
429suite: bvt-cq
430branch_specs: ==tot
431boards: storm
Fang Dengc7599962014-11-11 12:01:55 -0800432pool: suites
Gaurav Shah7baf6142014-11-07 15:45:38 -0800433
434[NightlyStormBvtInline]
435run_on: nightly
436suite: bvt-inline
437branch_specs: ==tot
438boards: storm
Fang Dengc7599962014-11-11 12:01:55 -0800439pool: suites
Gaurav Shah7baf6142014-11-07 15:45:38 -0800440
441[NightlyStormBvtPerBuild]
442run_on: nightly
443suite: bvt-perbuild
444branch_specs: ==tot
445boards: storm
Fang Dengc7599962014-11-11 12:01:55 -0800446pool: suites
Gaurav Shah7baf6142014-11-07 15:45:38 -0800447
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700448# TODO(beeps) figure out a better frequency for dev and beta weekly suites
449# (http://crbug.com/417131).
450[WeeklyKernelRegressions]
451run_on: weekly
452suite: kernel_weekly_regression
453branch_specs: >=tot-2
454pool: suites
455num: 2
456
457[WeeklyPowerRequirements]
458run_on: weekly
459suite: power_requirements
460branch_specs: >=tot-2
461pool: suites
462
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700463[WeeklyStoraqequal]
464run_on: weekly
465suite: storagequal
466branch_specs: >=tot-2
467pool: suites
468
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700469[WeeklyNightlyHwQual]
470run_on: weekly
471suite: hwqual
472branch_specs: >=tot-2
473pool: suites
474num: 3
475
476[WeeklyKernelDailyRegression]
477run_on: weekly
478suite: kernel_daily_regression
479branch_specs: >=tot-2
480pool: suites
481num: 2
482
483[WeeklyKernelDailyBenchmarks]
484run_on: weekly
485suite: kernel_daily_benchmarks
486branch_specs: >=tot-2
487pool: suites
488file_bugs: True
489
490[WeeklyKernelPerBuildRegression]
491run_on: weekly
492suite: kernel_per-build_regression
493branch_specs: >=tot-2
494pool: suites
495num: 2
496
497[WeeklyKernelPerBuildBenchmarks]
498run_on: weekly
499suite: kernel_per-build_benchmarks
500branch_specs: >=tot-2
501pool: suites
502
503[WeeklyNightlyRegression]
504run_on: weekly
505suite: regression
506branch_specs: >=tot-2
507pool: suites
508num: 2
509
510[WeeklyExperimentalTests]
511run_on: weekly
512suite: experimental
513branch_specs: >=tot-2
514pool: suites
515
516[WeeklyJailedBuild]
517run_on: weekly
518suite: jailed_build
519branch_specs: >=tot-2
520pool: jail
521
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700522[WeeklyNetwork3g_pseudomodem]
523run_on: weekly
524suite: network3g_pseudomodem
525branch_specs: >=tot-2
526pool: suites
527
528[WeeklyCellular_modem_repair]
529run_on: weekly
530suite: cellular_modem_repair
531branch_specs: >=tot-2
532pool: cellular_repair
533
534[WeeklyNetworkUI]
535run_on: weekly
536suite: network_ui
537branch_specs: >=tot-2
538pool: suites
539
540[WeeklyPowerDaily]
541run_on: weekly
542suite: power_daily
543branch_specs: >=tot-2
544pool: suites
545file_bugs: True
546
547[WeeklyPerfalerts]
548# Not a part of perf build because it requires 3 machines.
549run_on: weekly
550suite: perfalerts
551branch_specs: >=tot-2
552pool: suites
553num: 1
554
555[WeeklySecuritySuite]
556run_on: weekly
557suite: security
558branch_specs: >=tot-2
559pool: suites
560
561[WeeklyPower_build]
562run_on: weekly
563suite: power_build
564branch_specs: >=tot-2
565pool: suites
566
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700567[Weeklyaudio]
568run_on: weekly
569suite: audio
570branch_specs: >=tot-2
571pool: suites
572
573[Weeklyvideo]
574run_on: weekly
575suite: video
576branch_specs: >=tot-2
577pool: suites
578num: 4
Owen Linc31cfbb2015-04-14 16:30:36 +0800579file_bugs: True
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700580
581[Weeklyyoutube_mse_eme]
582run_on: weekly
583suite: youtube_mse_eme
584branch_specs: >=tot-2
585pool: suites
586
587[Weeklyyoutube_page]
588run_on: weekly
589suite: youtube_page
590branch_specs: >=tot-2
591pool: suites
592
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700593[WeeklyLinkPerf]
594run_on: weekly
595suite: link_perf
596branch_specs: >=tot-2
597pool: link_perf
598
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700599[Weeklyperf_v2]
600run_on: weekly
601suite: perf_v2
602branch_specs: >=R40
603pool: suites
604
605[WeeklyNetworkNightly]
606run_on: weekly
607suite: network_nightly
608branch_specs: >=tot-2
609pool: suites
610file_bugs: True
611
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700612[WeeklyWiFi_Perf]
613run_on: weekly
614suite: wifi_perf
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800615branch_specs: <=tot-1
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700616pool: wificell
617
618[WeeklyWiFi_Attenuated_Performance]
619run_on: weekly
620suite: wifi_atten_perf
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800621branch_specs: <=tot-1
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700622pool: groamer
623
624[WeeklyWiMAX]
625run_on: weekly
626suite: wimax
627branch_specs: >=tot-2
628pool: wimax
629
630[WeeklySecurity]
631run_on: weekly
632suite: security_weekly
633branch_specs: >=R37
634pool: suites
635
636[WeeklyBluetooth_Qualification]
637run_on: weekly
638suite: bluetooth_qualification
639branch_specs: >=tot-2
640pool: wificell
641
642[WeeklyBluetooth_Sanity]
643run_on: weekly
644suite: bluetooth_sanity
645branch_specs: >=tot-2
646pool: wificell
647
Bindu Mahadevb4f124f2015-02-26 12:20:14 -0800648[WeeklyWiFi_MatFunc]
649run_on: weekly
650suite: wifi_matfunc
651branch_specs: <=tot-1
652pool: wificell
653
Prashanth Balasubramanian6b4bf842014-10-17 15:45:08 -0700654[WeeklyStress]
655run_on: weekly
656suite: stress
657branch_specs: >=tot-2
658pool: stress
659file_bugs: True
660
661[WeeklyStressPool2]
662run_on: weekly
663suite: stress
664branch_specs: >=tot-2
665pool: stress2
666file_bugs: True
667
668[WeeklyStressPool3]
669run_on: weekly
670suite: stress
671branch_specs: >=tot-2
672pool: stress3
673file_bugs: True
674
675[WeeklyStressPool4]
676run_on: weekly
677suite: stress
678branch_specs: >=tot-2
679pool: stress4
680file_bugs: True
681
682[WeeklyStressPool5]
683run_on: weekly
684suite: stress
685branch_specs: >=tot-2
686pool: stress5
687file_bugs: True
688
689[WeeklyGizmo]
690run_on: weekly
691suite: bvt-cq
692branch_specs: >=tot-2
693pool: gizmo
694
Christopher Wiley1057ab22014-11-17 13:11:45 -0800695[TendoExperimental]
696run_on: nightly
697suite: tendo_experimental
698branch_specs: ==tot
699pool: suites
Rohit Makasanad2bce7c2014-12-05 17:32:12 -0800700
“Keith385b8492015-04-30 12:20:59 -0700701# Please do not add tests to this suite without first clearing it with the
702# crosbolt team.
703[CrosboltPerfPerbuild]
704run_on: new_build
705suite: crosbolt_perf_perbuild
Dan Shi90071442015-05-01 22:56:05 -0700706branch_specs: >=tot-1
“Keith385b8492015-04-30 12:20:59 -0700707pool: performance
708file_bugs: True
709
710# Please do not add tests to this suite without first clearing it with the
711# crosbolt team.
712[CrosboltPerfNightly]
713run_on: nightly
714suite: crosbolt_perf_nightly
715branch_specs: >=tot-1
716pool: performance
717file_bugs: True
Dan Shia24704a2015-08-03 11:11:47 -0700718
719[FaftEcNightly]
720run_on: nightly
721suite: faft_ec
722branch_specs: ==tot
723firmware_rw_build_spec: firmware
724test_source: cros
725boards: veyron_jerry
726pool: faft-test
727
728[FaftBiosNightly]
729run_on: nightly
730suite: faft_bios
731branch_specs: ==tot
732firmware_rw_build_spec: firmware
733test_source: cros
734boards: veyron_jerry
735pool: faft-test