Alex Miller | 4a16328 | 2013-01-15 18:18:54 -0800 | [diff] [blame] | 1 | # 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 Miller | bf34a3a | 2012-10-24 15:06:17 -0700 | [diff] [blame] | 11 | |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 12 | #[nightly_params] |
13 | #always_handle: True | ||||
14 | |||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 15 | # TODO(beeps) Figure out a better frequency for tot nightly suites |
16 | # (https://crbug.com/417131). | ||||
Juan Casse | 429d275 | 2013-08-05 14:49:43 -0700 | [diff] [blame] | 17 | |
Ilja H. Friedel | 394e8d7 | 2014-10-01 20:38:22 -0700 | [diff] [blame] | 18 | #TODO(ihf): Delete this after R40 goes stable. |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 19 | [NightlyGraphics] |
Ilja H. Friedel | 394e8d7 | 2014-10-01 20:38:22 -0700 | [diff] [blame] | 20 | run_on: weekly |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 21 | suite: graphics |
Ilja H. Friedel | 394e8d7 | 2014-10-01 20:38:22 -0700 | [diff] [blame] | 22 | branch_specs: >=R37 |
Scott Zawalski | abb097b | 2012-05-22 17:36:35 -0400 | [diff] [blame] | 23 | pool: suites |
24 | |||||
Ilja H. Friedel | 394e8d7 | 2014-10-01 20:38:22 -0700 | [diff] [blame] | 25 | #TODO(beeps): Make this "run_on: new_build" for selected boards again. (373526) |
26 | [GraphicsPerBuild] | ||||
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 27 | run_on: nightly |
Ilja Friedel | 21c4eb3 | 2013-03-27 11:56:29 -0700 | [diff] [blame] | 28 | suite: graphics_per-build |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 29 | branch_specs: ==tot |
Ilja Friedel | 21c4eb3 | 2013-03-27 11:56:29 -0700 | [diff] [blame] | 30 | pool: suites |
31 | |||||
Ilja H. Friedel | 394e8d7 | 2014-10-01 20:38:22 -0700 | [diff] [blame] | 32 | [GraphicsPerDay] |
Ilja Friedel | 21c4eb3 | 2013-03-27 11:56:29 -0700 | [diff] [blame] | 33 | run_on: nightly |
Ilja H. Friedel | 394e8d7 | 2014-10-01 20:38:22 -0700 | [diff] [blame] | 34 | suite: graphics_per-day |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 35 | branch_specs: ==tot |
Ilja H. Friedel | 394e8d7 | 2014-10-01 20:38:22 -0700 | [diff] [blame] | 36 | pool: suites |
Ilja H. Friedel | 5454749 | 2012-07-11 12:58:03 -0700 | [diff] [blame] | 37 | |
Ilja H. Friedel | 394e8d7 | 2014-10-01 20:38:22 -0700 | [diff] [blame] | 38 | [GraphicsPerWeek] |
39 | run_on: weekly | ||||
40 | suite: graphics_per-week | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 41 | branch_specs: ==tot |
Chris Masone | 7d6af68 | 2013-08-06 13:47:44 -0700 | [diff] [blame] | 42 | pool: suites |
43 | |||||
Kalin Stoyanov | 99c1348 | 2015-05-16 23:26:07 -0700 | [diff] [blame] | 44 | [ChameleonAudio] |
45 | run_on: nightly | ||||
46 | suite: chameleon_audio | ||||
Kalin Stoyanov | 0ca65ab | 2015-06-04 09:50:44 -0700 | [diff] [blame] | 47 | branch_specs: ==tot |
Kalin Stoyanov | 5a6f6cd | 2015-10-27 17:24:05 -0700 | [diff] [blame] | 48 | pool: chameleon_audio |
49 | job_retry: True | ||||
50 | |||||
51 | [ChameleonAudioNightly] | ||||
52 | run_on: nightly | ||||
53 | suite: chameleon_audio_nightly | ||||
54 | branch_specs: ==tot | ||||
55 | pool: chameleon_audio_stable | ||||
Kalin Stoyanov | 9d3f31d | 2015-10-20 16:22:05 -0700 | [diff] [blame] | 56 | job_retry: True |
57 | |||||
Kalin Stoyanov | 5a6f6cd | 2015-10-27 17:24:05 -0700 | [diff] [blame] | 58 | [ChameleonAudioPerbuild] |
59 | run_on: new_build | ||||
60 | suite: chameleon_audio_perbuild | ||||
Kalin Stoyanov | 2e10488 | 2015-12-04 10:37:17 -0800 | [diff] [blame] | 61 | branch_specs: >=tot-2 |
Kalin Stoyanov | 5a6f6cd | 2015-10-27 17:24:05 -0700 | [diff] [blame] | 62 | pool: chameleon_audio_stable |
63 | job_retry: True | ||||
64 | file_bugs: True | ||||
65 | |||||
Tom Wai-Hong Tam | 7c33371 | 2014-08-12 08:57:04 +0800 | [diff] [blame] | 66 | [ChameleonDp] |
Dan Shi | e74f42e | 2014-08-25 09:57:35 -0700 | [diff] [blame] | 67 | run_on: nightly |
Tom Wai-Hong Tam | 7c33371 | 2014-08-12 08:57:04 +0800 | [diff] [blame] | 68 | suite: chameleon_dp |
Kalin Stoyanov | 9d3f31d | 2015-10-20 16:22:05 -0700 | [diff] [blame] | 69 | branch_specs: ==tot |
Tom Wai-Hong Tam | 1346309 | 2014-12-05 03:49:22 +0800 | [diff] [blame] | 70 | pool: chameleon |
Tom Wai-Hong Tam | 60e80c0 | 2015-09-25 14:49:14 +0800 | [diff] [blame] | 71 | job_retry: True |
Tom Wai-Hong Tam | 7c33371 | 2014-08-12 08:57:04 +0800 | [diff] [blame] | 72 | |
Kalin Stoyanov | 9d3f31d | 2015-10-20 16:22:05 -0700 | [diff] [blame] | 73 | [ChameleonDpOldBranch] |
Kalin Stoyanov | 8c5d16d | 2015-03-03 18:30:04 -0800 | [diff] [blame] | 74 | run_on: weekly |
Kalin Stoyanov | 9d3f31d | 2015-10-20 16:22:05 -0700 | [diff] [blame] | 75 | suite: chameleon_dp |
76 | branch_specs: <=tot-1 | ||||
77 | pool: chameleon | ||||
78 | job_retry: True | ||||
79 | |||||
80 | [ChameleonDpStress] | ||||
81 | run_on: weekly | ||||
82 | suite: chameleon_dp_stress | ||||
83 | branch_specs: ==tot | ||||
Kalin Stoyanov | 8c5d16d | 2015-03-03 18:30:04 -0800 | [diff] [blame] | 84 | pool: chameleon |
85 | |||||
Tom Wai-Hong Tam | 7c33371 | 2014-08-12 08:57:04 +0800 | [diff] [blame] | 86 | [ChameleonHdmi] |
Dan Shi | e74f42e | 2014-08-25 09:57:35 -0700 | [diff] [blame] | 87 | run_on: nightly |
Tom Wai-Hong Tam | 7c33371 | 2014-08-12 08:57:04 +0800 | [diff] [blame] | 88 | suite: chameleon_hdmi |
Kalin Stoyanov | 9d3f31d | 2015-10-20 16:22:05 -0700 | [diff] [blame] | 89 | branch_specs: ==tot |
Kalin Stoyanov | 5a6f6cd | 2015-10-27 17:24:05 -0700 | [diff] [blame] | 90 | pool: chameleon_hdmi |
91 | job_retry: True | ||||
92 | |||||
93 | [ChameleonHdmiNightly] | ||||
94 | run_on: nightly | ||||
95 | suite: chameleon_hdmi_nightly | ||||
96 | branch_specs: ==tot | ||||
97 | pool: chameleon_hdmi_stable | ||||
Tom Wai-Hong Tam | 60e80c0 | 2015-09-25 14:49:14 +0800 | [diff] [blame] | 98 | job_retry: True |
Tom Wai-Hong Tam | 84663c4 | 2014-04-18 15:49:33 +0800 | [diff] [blame] | 99 | |
Kalin Stoyanov | 5a6f6cd | 2015-10-27 17:24:05 -0700 | [diff] [blame] | 100 | [ChameleonHdmiPerbuild] |
101 | run_on: new_build | ||||
102 | suite: chameleon_hdmi_perbuild | ||||
Kalin Stoyanov | 2e10488 | 2015-12-04 10:37:17 -0800 | [diff] [blame] | 103 | branch_specs: >=tot-2 |
Kalin Stoyanov | 5a6f6cd | 2015-10-27 17:24:05 -0700 | [diff] [blame] | 104 | pool: chameleon_hdmi_stable |
105 | job_retry: True | ||||
106 | file_bugs: True | ||||
107 | |||||
Kalin Stoyanov | 9d3f31d | 2015-10-20 16:22:05 -0700 | [diff] [blame] | 108 | [ChameleonHdmiStress] |
109 | run_on: weekly | ||||
110 | suite: chameleon_hdmi_stress | ||||
111 | branch_specs: ==tot | ||||
Kalin Stoyanov | 8c5d16d | 2015-03-03 18:30:04 -0800 | [diff] [blame] | 112 | pool: chameleon |
113 | |||||
Tom Wai-Hong Tam | f16999f | 2014-12-12 07:53:46 +0800 | [diff] [blame] | 114 | [ChameleonVga] |
115 | run_on: nightly | ||||
116 | suite: chameleon_vga | ||||
Kalin Stoyanov | 9d3f31d | 2015-10-20 16:22:05 -0700 | [diff] [blame] | 117 | branch_specs: ==tot |
118 | pool: chameleon | ||||
119 | job_retry: True | ||||
120 | |||||
121 | [ChameleonVgaOldBranch] | ||||
122 | run_on: weekly | ||||
123 | suite: chameleon_vga | ||||
124 | branch_specs: <=tot-1 | ||||
Tom Wai-Hong Tam | f16999f | 2014-12-12 07:53:46 +0800 | [diff] [blame] | 125 | pool: chameleon |
Tom Wai-Hong Tam | 60e80c0 | 2015-09-25 14:49:14 +0800 | [diff] [blame] | 126 | job_retry: True |
Tom Wai-Hong Tam | f16999f | 2014-12-12 07:53:46 +0800 | [diff] [blame] | 127 | |
harpreet | 1550598 | 2015-04-02 17:48:20 -0700 | [diff] [blame] | 128 | [Hotrod] |
129 | run_on: nightly | ||||
130 | suite: hotrod | ||||
Fang Deng | b5358ee | 2015-07-09 18:37:43 -0700 | [diff] [blame] | 131 | branch_specs: >=tot-1 |
harpreet | 1550598 | 2015-04-02 17:48:20 -0700 | [diff] [blame] | 132 | pool: hotrod |
133 | |||||
Scott Zawalski | abb097b | 2012-05-22 17:36:35 -0400 | [diff] [blame] | 134 | [NightlyHwQual] |
135 | run_on: nightly | ||||
136 | suite: hwqual | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 137 | branch_specs: ==tot |
Scott Zawalski | abb097b | 2012-05-22 17:36:35 -0400 | [diff] [blame] | 138 | pool: suites |
Alex Miller | 4a16328 | 2013-01-15 18:18:54 -0800 | [diff] [blame] | 139 | num: 3 |
Scott Zawalski | abb097b | 2012-05-22 17:36:35 -0400 | [diff] [blame] | 140 | |
141 | [KernelDailyRegression] | ||||
142 | run_on: nightly | ||||
143 | suite: kernel_daily_regression | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 144 | branch_specs: ==tot |
Scott Zawalski | abb097b | 2012-05-22 17:36:35 -0400 | [diff] [blame] | 145 | pool: suites |
Alex Miller | 11a7bed | 2013-01-03 18:00:39 -0800 | [diff] [blame] | 146 | num: 2 |
Scott Zawalski | abb097b | 2012-05-22 17:36:35 -0400 | [diff] [blame] | 147 | |
Scott Zawalski | 9380226 | 2012-12-11 14:37:00 -0500 | [diff] [blame] | 148 | [KernelDailyBenchmarks] |
Scott Zawalski | abb097b | 2012-05-22 17:36:35 -0400 | [diff] [blame] | 149 | run_on: nightly |
150 | suite: kernel_daily_benchmarks | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 151 | branch_specs: ==tot |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 152 | pool: suites |
Prashanth B | 6de2bde | 2014-03-25 18:45:02 -0700 | [diff] [blame] | 153 | file_bugs: True |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 154 | |
155 | [KernelPerBuildRegression] | ||||
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 156 | run_on: nightly |
Scott Zawalski | abb097b | 2012-05-22 17:36:35 -0400 | [diff] [blame] | 157 | suite: kernel_per-build_regression |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 158 | branch_specs: ==tot |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 159 | pool: suites |
beeps | 79526db | 2013-01-11 16:28:49 -0800 | [diff] [blame] | 160 | num: 2 |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 161 | |
162 | [KernelPerBuildBenchmarks] | ||||
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 163 | run_on: nightly |
Scott Zawalski | abb097b | 2012-05-22 17:36:35 -0400 | [diff] [blame] | 164 | suite: kernel_per-build_benchmarks |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 165 | branch_specs: ==tot |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 166 | pool: suites |
167 | |||||
168 | [NightlyRegression] | ||||
169 | run_on: nightly | ||||
170 | suite: regression | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 171 | branch_specs: ==tot |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 172 | pool: suites |
Alex Miller | 096baf5 | 2013-01-04 13:51:33 -0800 | [diff] [blame] | 173 | num: 2 |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 174 | |
J. Richard Barnette | c49fc88 | 2014-04-28 16:37:02 -0700 | [diff] [blame] | 175 | [ExperimentalTests] |
176 | run_on: nightly | ||||
177 | suite: experimental | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 178 | branch_specs: ==tot |
J. Richard Barnette | c49fc88 | 2014-04-28 16:37:02 -0700 | [diff] [blame] | 179 | pool: suites |
180 | |||||
Alex Miller | b091f4d | 2013-11-26 15:58:24 -0800 | [diff] [blame] | 181 | [JailedBuild] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 182 | run_on: nightly |
Alex Miller | b091f4d | 2013-11-26 15:58:24 -0800 | [diff] [blame] | 183 | suite: jailed_build |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 184 | branch_specs: ==tot |
Alex Miller | b091f4d | 2013-11-26 15:58:24 -0800 | [diff] [blame] | 185 | pool: jail |
186 | |||||
Thieu Le | 3cde1cf | 2012-10-24 14:04:05 -0700 | [diff] [blame] | 187 | [Network3g] |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 188 | run_on: nightly |
189 | suite: network3g | ||||
Tien Chang | 8181a31 | 2015-01-16 14:29:12 -0800 | [diff] [blame] | 190 | branch_specs: >=tot-2 |
Alex Miller | 02a5def | 2012-10-31 14:49:38 -0700 | [diff] [blame] | 191 | pool: cellular |
Ben Chan | c7cd145 | 2013-08-15 00:33:59 -0700 | [diff] [blame] | 192 | num: 7 |
Aviv Keshet | cc623f7 | 2013-01-14 14:39:09 -0800 | [diff] [blame] | 193 | |
Ben Chan | d157e93 | 2014-04-22 14:57:22 -0700 | [diff] [blame] | 194 | [Network3g_att] |
195 | run_on: nightly | ||||
196 | suite: network3g_att | ||||
Tien Chang | 8181a31 | 2015-01-16 14:29:12 -0800 | [diff] [blame] | 197 | branch_specs: >=tot-2 |
Ben Chan | d157e93 | 2014-04-22 14:57:22 -0700 | [diff] [blame] | 198 | pool: cellular |
199 | |||||
Aviv Keshet | cc623f7 | 2013-01-14 14:39:09 -0800 | [diff] [blame] | 200 | [Network3g_tmobile] |
201 | run_on: nightly | ||||
202 | suite: network3g_tmobile | ||||
Tien Chang | 8181a31 | 2015-01-16 14:29:12 -0800 | [diff] [blame] | 203 | branch_specs: >=tot-2 |
Aviv Keshet | cc623f7 | 2013-01-14 14:39:09 -0800 | [diff] [blame] | 204 | pool: cellular |
Aviv Keshet | 80e6bb4 | 2013-03-28 09:20:08 -0700 | [diff] [blame] | 205 | num: 4 |
Aviv Keshet | cc623f7 | 2013-01-14 14:39:09 -0800 | [diff] [blame] | 206 | |
207 | [Network3g_verizon] | ||||
208 | run_on: nightly | ||||
209 | suite: network3g_verizon | ||||
Tien Chang | 8181a31 | 2015-01-16 14:29:12 -0800 | [diff] [blame] | 210 | branch_specs: >=tot-2 |
Aviv Keshet | cc623f7 | 2013-01-14 14:39:09 -0800 | [diff] [blame] | 211 | pool: cellular |
212 | num: 2 | ||||
Alex Miller | 725e495 | 2012-10-25 15:44:34 -0700 | [diff] [blame] | 213 | |
Arman Uguray | e5d5a5d | 2013-05-09 15:15:27 -0700 | [diff] [blame] | 214 | [Network3g_pseudomodem] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 215 | run_on: nightly |
Arman Uguray | e5d5a5d | 2013-05-09 15:15:27 -0700 | [diff] [blame] | 216 | suite: network3g_pseudomodem |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 217 | branch_specs: ==tot |
Arman Uguray | e5d5a5d | 2013-05-09 15:15:27 -0700 | [diff] [blame] | 218 | pool: suites |
219 | |||||
harpreet | 8036c0e | 2014-03-11 18:18:51 -0700 | [diff] [blame] | 220 | [Cellular_modem_repair] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 221 | run_on: nightly |
harpreet | 8036c0e | 2014-03-11 18:18:51 -0700 | [diff] [blame] | 222 | suite: cellular_modem_repair |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 223 | branch_specs: ==tot |
harpreet | 5e7ef1d | 2014-03-21 15:58:42 -0700 | [diff] [blame] | 224 | pool: cellular_repair |
harpreet | 8036c0e | 2014-03-11 18:18:51 -0700 | [diff] [blame] | 225 | |
Arman Uguray | f02cd53 | 2013-07-26 12:36:05 -0700 | [diff] [blame] | 226 | [NetworkUI] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 227 | run_on: nightly |
Arman Uguray | f02cd53 | 2013-07-26 12:36:05 -0700 | [diff] [blame] | 228 | suite: network_ui |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 229 | branch_specs: ==tot |
Arman Uguray | f02cd53 | 2013-07-26 12:36:05 -0700 | [diff] [blame] | 230 | pool: suites |
231 | |||||
Scott Zawalski | d76f159 | 2012-05-21 13:13:22 -0400 | [diff] [blame] | 232 | [PowerDaily] |
233 | run_on: nightly | ||||
234 | suite: power_daily | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 235 | branch_specs: ==tot |
Alex Miller | 6025d48 | 2014-04-11 12:27:05 -0700 | [diff] [blame] | 236 | pool: suites |
Derek Basehore | 970c95e | 2014-05-21 11:00:59 -0700 | [diff] [blame] | 237 | file_bugs: True |
Scott Zawalski | d76f159 | 2012-05-21 13:13:22 -0400 | [diff] [blame] | 238 | |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 239 | [Perfalerts] |
240 | # Not a part of perf build because it requires 3 machines. | ||||
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 241 | run_on: nightly |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 242 | suite: perfalerts |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 243 | branch_specs: ==tot |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 244 | pool: suites |
Scott Zawalski | bce7409 | 2012-11-06 12:52:10 -0500 | [diff] [blame] | 245 | num: 1 |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 246 | |
Scott Zawalski | 6c04536 | 2012-05-16 19:17:10 -0400 | [diff] [blame] | 247 | [SecuritySuite] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 248 | run_on: nightly |
Scott Zawalski | 6c04536 | 2012-05-16 19:17:10 -0400 | [diff] [blame] | 249 | suite: security |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 250 | branch_specs: ==tot |
Scott Zawalski | 6c04536 | 2012-05-16 19:17:10 -0400 | [diff] [blame] | 251 | pool: suites |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 252 | |
Scott Zawalski | 6c04536 | 2012-05-16 19:17:10 -0400 | [diff] [blame] | 253 | [Power_build] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 254 | run_on: nightly |
Scott Zawalski | d76f159 | 2012-05-21 13:13:22 -0400 | [diff] [blame] | 255 | suite: power_build |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 256 | branch_specs: ==tot |
Alex Miller | 6025d48 | 2014-04-11 12:27:05 -0700 | [diff] [blame] | 257 | pool: suites |
Scott Zawalski | ca6c65a | 2012-05-02 13:53:13 -0400 | [diff] [blame] | 258 | |
Scott Zawalski | d76f159 | 2012-05-21 13:13:22 -0400 | [diff] [blame] | 259 | [audio] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 260 | run_on: nightly |
Scott Zawalski | d76f159 | 2012-05-21 13:13:22 -0400 | [diff] [blame] | 261 | suite: audio |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 262 | branch_specs: ==tot |
Scott Zawalski | d76f159 | 2012-05-21 13:13:22 -0400 | [diff] [blame] | 263 | pool: suites |
264 | |||||
Rohit Makasana | 6ae944d | 2013-01-17 16:21:14 -0800 | [diff] [blame] | 265 | [video] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 266 | run_on: nightly |
Rohit Makasana | 6ae944d | 2013-01-17 16:21:14 -0800 | [diff] [blame] | 267 | suite: video |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 268 | branch_specs: ==tot |
Rohit Makasana | 6ae944d | 2013-01-17 16:21:14 -0800 | [diff] [blame] | 269 | pool: suites |
Yuli Huang | 218e852 | 2013-03-27 17:25:57 +0800 | [diff] [blame] | 270 | num: 4 |
Owen Lin | c31cfbb | 2015-04-14 16:30:36 +0800 | [diff] [blame] | 271 | file_bugs: True |
Rohit Makasana | 6ae944d | 2013-01-17 16:21:14 -0800 | [diff] [blame] | 272 | |
Rohit Makasana | 72467d9 | 2013-08-22 01:08:49 +0530 | [diff] [blame] | 273 | [youtube_mse_eme] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 274 | run_on: nightly |
Rohit Makasana | 72467d9 | 2013-08-22 01:08:49 +0530 | [diff] [blame] | 275 | suite: youtube_mse_eme |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 276 | branch_specs: ==tot |
Rohit Makasana | 72467d9 | 2013-08-22 01:08:49 +0530 | [diff] [blame] | 277 | pool: suites |
278 | |||||
279 | [youtube_page] | ||||
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 280 | run_on: nightly |
Rohit Makasana | 72467d9 | 2013-08-22 01:08:49 +0530 | [diff] [blame] | 281 | suite: youtube_page |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 282 | branch_specs: ==tot |
Rohit Makasana | 72467d9 | 2013-08-22 01:08:49 +0530 | [diff] [blame] | 283 | pool: suites |
284 | |||||
Scott Zawalski | 0dda410 | 2012-11-14 11:30:53 -0500 | [diff] [blame] | 285 | [LinkPerf] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 286 | run_on: nightly |
Scott Zawalski | 0dda410 | 2012-11-14 11:30:53 -0500 | [diff] [blame] | 287 | suite: link_perf |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 288 | branch_specs: ==tot |
Scott Zawalski | 0dda410 | 2012-11-14 11:30:53 -0500 | [diff] [blame] | 289 | pool: link_perf |
290 | |||||
Simran Basi | 7791771 | 2013-10-03 18:56:13 +0000 | [diff] [blame] | 291 | [perf_v2] |
Alex Miller | 41f91b2 | 2014-05-14 17:21:58 -0700 | [diff] [blame] | 292 | run_on: nightly |
Simran Basi | 7791771 | 2013-10-03 18:56:13 +0000 | [diff] [blame] | 293 | suite: perf_v2 |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 294 | branch_specs: ==tot |
Simran Basi | 7791771 | 2013-10-03 18:56:13 +0000 | [diff] [blame] | 295 | pool: suites |
mukesh agrawal | 73850c9 | 2013-05-10 16:41:35 -0700 | [diff] [blame] | 296 | |
297 | [NetworkNightly] | ||||
298 | run_on: nightly | ||||
299 | suite: network_nightly | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 300 | branch_specs: ==tot |
mukesh agrawal | 73850c9 | 2013-05-10 16:41:35 -0700 | [diff] [blame] | 301 | pool: suites |
Bindu Mahadev | 40a1396 | 2015-10-01 10:02:46 -0700 | [diff] [blame] | 302 | file_bugs: False |
Christopher Wiley | c7d4e04 | 2013-05-13 17:24:47 -0700 | [diff] [blame] | 303 | |
Bindu Mahadev | b4f124f | 2015-02-26 12:20:14 -0800 | [diff] [blame] | 304 | [WiFi_MatFunc] |
Christopher Wiley | c7d4e04 | 2013-05-13 17:24:47 -0700 | [diff] [blame] | 305 | run_on: nightly |
306 | suite: wifi_matfunc | ||||
Tien Chang | 613c8a3 | 2015-06-26 15:11:29 -0700 | [diff] [blame] | 307 | branch_specs: ==tot |
Christopher Wiley | c7d4e04 | 2013-05-13 17:24:47 -0700 | [diff] [blame] | 308 | pool: wificell |
Christopher Wiley | d56a105 | 2013-05-31 10:30:05 -0700 | [diff] [blame] | 309 | |
Bindu Mahadev | 5efe20e | 2015-10-08 12:31:15 -0700 | [diff] [blame] | 310 | [WiFi_EndtoEnd] |
311 | run_on: nightly | ||||
312 | suite: wifi_endtoend | ||||
313 | branch_specs: ==tot | ||||
314 | pool: wificell | ||||
315 | |||||
Tien Chang | ca52f20 | 2015-10-01 11:48:22 -0700 | [diff] [blame] | 316 | [WiFi_MatFunc_bcm4371] |
Bindu Mahadev | 8e33196 | 2015-01-26 16:14:19 -0800 | [diff] [blame] | 317 | run_on: nightly |
Tien Chang | ca52f20 | 2015-10-01 11:48:22 -0700 | [diff] [blame] | 318 | suite: wifi_matfunc_bcm4371 |
Bindu Mahadev | b4f124f | 2015-02-26 12:20:14 -0800 | [diff] [blame] | 319 | branch_specs: ==tot |
Kris Rambish | a506fd5 | 2014-04-08 15:18:16 -0700 | [diff] [blame] | 320 | pool: wificell_preflight |
321 | |||||
Christopher Wiley | c1e9b66 | 2014-01-16 16:13:43 -0800 | [diff] [blame] | 322 | [WiFi_Perf] |
323 | run_on: nightly | ||||
324 | suite: wifi_perf | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 325 | branch_specs: ==tot |
Christopher Wiley | c1e9b66 | 2014-01-16 16:13:43 -0800 | [diff] [blame] | 326 | pool: wificell |
327 | |||||
Tien Chang | ca52f20 | 2015-10-01 11:48:22 -0700 | [diff] [blame] | 328 | [WiFi_Perf_bcm4371] |
Bindu Mahadev | 8978bef | 2015-02-12 12:24:57 -0800 | [diff] [blame] | 329 | run_on: nightly |
Tien Chang | ca52f20 | 2015-10-01 11:48:22 -0700 | [diff] [blame] | 330 | suite: wifi_perf_bcm4371 |
Bindu Mahadev | 8978bef | 2015-02-12 12:24:57 -0800 | [diff] [blame] | 331 | branch_specs: ==tot |
Bindu Mahadev | b4f124f | 2015-02-26 12:20:14 -0800 | [diff] [blame] | 332 | pool: wificell_preflight |
Bindu Mahadev | 8978bef | 2015-02-12 12:24:57 -0800 | [diff] [blame] | 333 | |
Christopher Wiley | c53fc83 | 2014-02-07 16:09:25 -0800 | [diff] [blame] | 334 | [WiFi_Attenuated_Performance] |
335 | run_on: nightly | ||||
336 | suite: wifi_atten_perf | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 337 | branch_specs: ==tot |
Christopher Wiley | f804f78 | 2014-03-11 15:27:32 -0700 | [diff] [blame] | 338 | pool: groamer |
Christopher Wiley | c53fc83 | 2014-02-07 16:09:25 -0800 | [diff] [blame] | 339 | |
Kris Rambish | c27f776 | 2015-05-27 19:28:11 -0700 | [diff] [blame] | 340 | [WiFi_Update_Router] |
341 | run_on: nightly | ||||
342 | suite: wifi_update_router | ||||
343 | branch_specs: ==tot | ||||
344 | pool: wificell | ||||
345 | |||||
346 | [WiFi_Update_Router_Preflight] | ||||
347 | run_on: nightly | ||||
348 | suite: wifi_update_router | ||||
349 | branch_specs: ==tot | ||||
350 | pool: wificell_preflight | ||||
351 | |||||
Kris Rambish | 23ff877 | 2015-10-21 19:04:17 -0700 | [diff] [blame] | 352 | [WiFi_Update_Router_Dev_Cells] |
353 | run_on: weekly | ||||
354 | suite: wifi_update_router | ||||
355 | branch_specs: ==tot | ||||
356 | pool: wificell_dev | ||||
357 | |||||
358 | [WiFi_Update_Router_Pre_CQ] | ||||
359 | run_on: weekly | ||||
360 | suite: wifi_update_router | ||||
361 | branch_specs: ==tot | ||||
362 | pool: wificell-pre-cq | ||||
363 | |||||
364 | [WiFi_Update_Router_Stress_WiFi] | ||||
365 | run_on: weekly | ||||
366 | suite: wifi_update_router | ||||
367 | branch_specs: ==tot | ||||
368 | pool: stress-wifi | ||||
369 | |||||
Tien Chang | 061e8ad | 2015-07-24 14:15:44 -0700 | [diff] [blame] | 370 | [WiFi_Interop_Nightly] |
371 | run_on: nightly | ||||
372 | suite: wifi_interop | ||||
373 | branch_specs: ==tot | ||||
374 | pool:wifichaos | ||||
375 | |||||
Tien Chang | be82b0a | 2015-11-10 17:07:28 -0800 | [diff] [blame] | 376 | [WiFi_LucidSleep_Nightly] |
377 | run_on: nightly | ||||
Samuel Tan | 8ecd8f5 | 2015-08-10 11:16:05 -0700 | [diff] [blame] | 378 | suite: wifi_lucidsleep |
379 | branch_specs: ==tot | ||||
380 | pool: wificell | ||||
381 | |||||
Tien Chang | be82b0a | 2015-11-10 17:07:28 -0800 | [diff] [blame] | 382 | [WiFi_LucidSleep_Weekly] |
383 | run_on: weekly | ||||
384 | suite: wifi_lucidsleep | ||||
385 | branch_specs: >=tot-1 | ||||
386 | pool: wificell | ||||
387 | |||||
Ben Chan | a1206f7 | 2013-12-17 23:56:04 -0800 | [diff] [blame] | 388 | [WiMAX] |
389 | run_on: nightly | ||||
390 | suite: wimax | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 391 | branch_specs: ==tot |
Ben Chan | a1206f7 | 2013-12-17 23:56:04 -0800 | [diff] [blame] | 392 | pool: wimax |
393 | |||||
Scott James Remnant | 8559307 | 2014-02-25 17:43:16 -0800 | [diff] [blame] | 394 | [Bluetooth_Qualification] |
395 | run_on: nightly | ||||
396 | suite: bluetooth_qualification | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 397 | branch_specs: ==tot |
Scott James Remnant | 8559307 | 2014-02-25 17:43:16 -0800 | [diff] [blame] | 398 | pool: wificell |
399 | |||||
400 | [Bluetooth_Sanity] | ||||
401 | run_on: nightly | ||||
402 | suite: bluetooth_sanity | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 403 | branch_specs: ==tot |
Katherine Threlkeld | 3693a3b | 2014-09-08 18:28:13 -0700 | [diff] [blame] | 404 | pool: wificell |
405 | |||||
Yusuf Mohsinally | c4ced9f | 2014-10-16 11:56:21 -0700 | [diff] [blame] | 406 | [NightlyStressExperimental] |
407 | run_on: nightly | ||||
408 | suite: stress_experimental | ||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 409 | branch_specs: ==tot |
Yusuf Mohsinally | c4ced9f | 2014-10-16 11:56:21 -0700 | [diff] [blame] | 410 | pool: stress |
411 | file_bugs: False | ||||
412 | |||||
Yusuf Mohsinally | 185cc41 | 2014-05-08 15:01:39 -0700 | [diff] [blame] | 413 | [NightlyStress] |
414 | run_on: nightly | ||||
415 | suite: stress | ||||
Yusuf Mohsinally | 93a2098 | 2015-03-11 13:54:38 -0700 | [diff] [blame] | 416 | branch_specs: >=tot-2 |
Yusuf Mohsinally | 185cc41 | 2014-05-08 15:01:39 -0700 | [diff] [blame] | 417 | pool: stress |
Yusuf Mohsinally | ade3d6c | 2014-08-12 16:03:44 -0700 | [diff] [blame] | 418 | file_bugs: True |
Alex Miller | 5d290cc | 2014-06-16 13:33:31 -0700 | [diff] [blame] | 419 | |
Yusuf Mohsinally | e9f98e2 | 2014-08-28 14:44:57 -0700 | [diff] [blame] | 420 | [NightlyStressPool2] |
421 | run_on: nightly | ||||
Yusuf Mohsinally | 12187d6 | 2014-11-17 16:55:54 -0800 | [diff] [blame] | 422 | suite: stress2 |
Yusuf Mohsinally | 93a2098 | 2015-03-11 13:54:38 -0700 | [diff] [blame] | 423 | branch_specs: >=tot-2 |
Yusuf Mohsinally | e9f98e2 | 2014-08-28 14:44:57 -0700 | [diff] [blame] | 424 | pool: stress2 |
425 | file_bugs: True | ||||
426 | |||||
427 | [NightlyStressPool3] | ||||
428 | run_on: nightly | ||||
Yusuf Mohsinally | 12187d6 | 2014-11-17 16:55:54 -0800 | [diff] [blame] | 429 | suite: stress3 |
Yusuf Mohsinally | 93a2098 | 2015-03-11 13:54:38 -0700 | [diff] [blame] | 430 | branch_specs: >=tot-2 |
Yusuf Mohsinally | e9f98e2 | 2014-08-28 14:44:57 -0700 | [diff] [blame] | 431 | pool: stress3 |
432 | file_bugs: True | ||||
433 | |||||
434 | [NightlyStressPool4] | ||||
435 | run_on: nightly | ||||
Yusuf Mohsinally | 12187d6 | 2014-11-17 16:55:54 -0800 | [diff] [blame] | 436 | suite: stress4 |
Danny Chan | e5fa5d1 | 2015-12-09 15:25:08 -0800 | [diff] [blame] | 437 | branch_specs: =tot-2 |
Yusuf Mohsinally | e9f98e2 | 2014-08-28 14:44:57 -0700 | [diff] [blame] | 438 | pool: stress4 |
439 | file_bugs: True | ||||
440 | |||||
441 | [NightlyStressPool5] | ||||
442 | run_on: nightly | ||||
Yusuf Mohsinally | 12187d6 | 2014-11-17 16:55:54 -0800 | [diff] [blame] | 443 | suite: stress5 |
Danny Chan | e5fa5d1 | 2015-12-09 15:25:08 -0800 | [diff] [blame] | 444 | branch_specs: =tot-2 |
Yusuf Mohsinally | e9f98e2 | 2014-08-28 14:44:57 -0700 | [diff] [blame] | 445 | pool: stress5 |
446 | file_bugs: True | ||||
447 | |||||
Kalin Stoyanov | 2e82d63 | 2014-11-10 14:52:05 -0800 | [diff] [blame] | 448 | [NightlyKernelUsb] |
Kalin Stoyanov | 2be2b0d | 2016-01-14 16:24:06 -0800 | [diff] [blame] | 449 | run_on: new_build |
Kalin Stoyanov | 2e82d63 | 2014-11-10 14:52:05 -0800 | [diff] [blame] | 450 | suite: kernel_usb |
Kalin Stoyanov | 2fc148b | 2015-12-04 14:43:16 -0800 | [diff] [blame] | 451 | branch_specs: >=tot-1 |
Kalin Stoyanov | f2a7f73 | 2015-11-04 16:09:23 -0800 | [diff] [blame] | 452 | pool: usb_peripherals |
Kalin Stoyanov | 0d1de1c | 2014-12-10 17:00:53 -0800 | [diff] [blame] | 453 | |
Alex Miller | 5d290cc | 2014-06-16 13:33:31 -0700 | [diff] [blame] | 454 | [Gizmo] |
455 | run_on: nightly | ||||
Gaurav Shah | 23acc60 | 2014-10-17 10:57:11 -0700 | [diff] [blame] | 456 | suite: bvt-cq |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 457 | branch_specs: ==tot |
Alex Miller | 5d290cc | 2014-06-16 13:33:31 -0700 | [diff] [blame] | 458 | pool: gizmo |
459 | |||||
Gaurav Shah | 7baf614 | 2014-11-07 15:45:38 -0800 | [diff] [blame] | 460 | [NightlyStormBvtCq] |
461 | run_on: nightly | ||||
462 | suite: bvt-cq | ||||
463 | branch_specs: ==tot | ||||
464 | boards: storm | ||||
Fang Deng | c759996 | 2014-11-11 12:01:55 -0800 | [diff] [blame] | 465 | pool: suites |
Gaurav Shah | 7baf614 | 2014-11-07 15:45:38 -0800 | [diff] [blame] | 466 | |
467 | [NightlyStormBvtInline] | ||||
468 | run_on: nightly | ||||
469 | suite: bvt-inline | ||||
470 | branch_specs: ==tot | ||||
471 | boards: storm | ||||
Fang Deng | c759996 | 2014-11-11 12:01:55 -0800 | [diff] [blame] | 472 | pool: suites |
Gaurav Shah | 7baf614 | 2014-11-07 15:45:38 -0800 | [diff] [blame] | 473 | |
474 | [NightlyStormBvtPerBuild] | ||||
475 | run_on: nightly | ||||
476 | suite: bvt-perbuild | ||||
477 | branch_specs: ==tot | ||||
478 | boards: storm | ||||
Fang Deng | c759996 | 2014-11-11 12:01:55 -0800 | [diff] [blame] | 479 | pool: suites |
Gaurav Shah | 7baf614 | 2014-11-07 15:45:38 -0800 | [diff] [blame] | 480 | |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 481 | # TODO(beeps) figure out a better frequency for dev and beta weekly suites |
482 | # (http://crbug.com/417131). | ||||
483 | [WeeklyKernelRegressions] | ||||
484 | run_on: weekly | ||||
485 | suite: kernel_weekly_regression | ||||
486 | branch_specs: >=tot-2 | ||||
487 | pool: suites | ||||
488 | num: 2 | ||||
489 | |||||
490 | [WeeklyPowerRequirements] | ||||
491 | run_on: weekly | ||||
492 | suite: power_requirements | ||||
493 | branch_specs: >=tot-2 | ||||
494 | pool: suites | ||||
495 | |||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 496 | [WeeklyStoraqequal] |
497 | run_on: weekly | ||||
498 | suite: storagequal | ||||
499 | branch_specs: >=tot-2 | ||||
500 | pool: suites | ||||
501 | |||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 502 | [WeeklyNightlyHwQual] |
503 | run_on: weekly | ||||
504 | suite: hwqual | ||||
505 | branch_specs: >=tot-2 | ||||
506 | pool: suites | ||||
507 | num: 3 | ||||
508 | |||||
509 | [WeeklyKernelDailyRegression] | ||||
510 | run_on: weekly | ||||
511 | suite: kernel_daily_regression | ||||
512 | branch_specs: >=tot-2 | ||||
513 | pool: suites | ||||
514 | num: 2 | ||||
515 | |||||
516 | [WeeklyKernelDailyBenchmarks] | ||||
517 | run_on: weekly | ||||
518 | suite: kernel_daily_benchmarks | ||||
519 | branch_specs: >=tot-2 | ||||
520 | pool: suites | ||||
521 | file_bugs: True | ||||
522 | |||||
523 | [WeeklyKernelPerBuildRegression] | ||||
524 | run_on: weekly | ||||
525 | suite: kernel_per-build_regression | ||||
526 | branch_specs: >=tot-2 | ||||
527 | pool: suites | ||||
528 | num: 2 | ||||
529 | |||||
530 | [WeeklyKernelPerBuildBenchmarks] | ||||
531 | run_on: weekly | ||||
532 | suite: kernel_per-build_benchmarks | ||||
533 | branch_specs: >=tot-2 | ||||
534 | pool: suites | ||||
535 | |||||
536 | [WeeklyNightlyRegression] | ||||
537 | run_on: weekly | ||||
538 | suite: regression | ||||
539 | branch_specs: >=tot-2 | ||||
540 | pool: suites | ||||
541 | num: 2 | ||||
542 | |||||
543 | [WeeklyExperimentalTests] | ||||
544 | run_on: weekly | ||||
545 | suite: experimental | ||||
546 | branch_specs: >=tot-2 | ||||
547 | pool: suites | ||||
548 | |||||
549 | [WeeklyJailedBuild] | ||||
550 | run_on: weekly | ||||
551 | suite: jailed_build | ||||
552 | branch_specs: >=tot-2 | ||||
553 | pool: jail | ||||
554 | |||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 555 | [WeeklyNetwork3g_pseudomodem] |
556 | run_on: weekly | ||||
557 | suite: network3g_pseudomodem | ||||
558 | branch_specs: >=tot-2 | ||||
559 | pool: suites | ||||
560 | |||||
561 | [WeeklyCellular_modem_repair] | ||||
562 | run_on: weekly | ||||
563 | suite: cellular_modem_repair | ||||
564 | branch_specs: >=tot-2 | ||||
565 | pool: cellular_repair | ||||
566 | |||||
567 | [WeeklyNetworkUI] | ||||
568 | run_on: weekly | ||||
569 | suite: network_ui | ||||
570 | branch_specs: >=tot-2 | ||||
571 | pool: suites | ||||
572 | |||||
573 | [WeeklyPowerDaily] | ||||
574 | run_on: weekly | ||||
575 | suite: power_daily | ||||
576 | branch_specs: >=tot-2 | ||||
577 | pool: suites | ||||
578 | file_bugs: True | ||||
579 | |||||
580 | [WeeklyPerfalerts] | ||||
581 | # Not a part of perf build because it requires 3 machines. | ||||
582 | run_on: weekly | ||||
583 | suite: perfalerts | ||||
584 | branch_specs: >=tot-2 | ||||
585 | pool: suites | ||||
586 | num: 1 | ||||
587 | |||||
588 | [WeeklySecuritySuite] | ||||
589 | run_on: weekly | ||||
590 | suite: security | ||||
591 | branch_specs: >=tot-2 | ||||
592 | pool: suites | ||||
593 | |||||
594 | [WeeklyPower_build] | ||||
595 | run_on: weekly | ||||
596 | suite: power_build | ||||
597 | branch_specs: >=tot-2 | ||||
598 | pool: suites | ||||
599 | |||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 600 | [Weeklyaudio] |
601 | run_on: weekly | ||||
602 | suite: audio | ||||
603 | branch_specs: >=tot-2 | ||||
604 | pool: suites | ||||
605 | |||||
606 | [Weeklyvideo] | ||||
607 | run_on: weekly | ||||
608 | suite: video | ||||
609 | branch_specs: >=tot-2 | ||||
610 | pool: suites | ||||
611 | num: 4 | ||||
Owen Lin | c31cfbb | 2015-04-14 16:30:36 +0800 | [diff] [blame] | 612 | file_bugs: True |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 613 | |
614 | [Weeklyyoutube_mse_eme] | ||||
615 | run_on: weekly | ||||
616 | suite: youtube_mse_eme | ||||
617 | branch_specs: >=tot-2 | ||||
618 | pool: suites | ||||
619 | |||||
620 | [Weeklyyoutube_page] | ||||
621 | run_on: weekly | ||||
622 | suite: youtube_page | ||||
623 | branch_specs: >=tot-2 | ||||
624 | pool: suites | ||||
625 | |||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 626 | [WeeklyLinkPerf] |
627 | run_on: weekly | ||||
628 | suite: link_perf | ||||
629 | branch_specs: >=tot-2 | ||||
630 | pool: link_perf | ||||
631 | |||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 632 | [Weeklyperf_v2] |
633 | run_on: weekly | ||||
634 | suite: perf_v2 | ||||
635 | branch_specs: >=R40 | ||||
636 | pool: suites | ||||
637 | |||||
638 | [WeeklyNetworkNightly] | ||||
639 | run_on: weekly | ||||
640 | suite: network_nightly | ||||
641 | branch_specs: >=tot-2 | ||||
642 | pool: suites | ||||
Bindu Mahadev | cec4756 | 2015-09-23 15:20:49 -0700 | [diff] [blame] | 643 | file_bugs: False |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 644 | |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 645 | [WeeklyWiFi_Perf] |
646 | run_on: weekly | ||||
647 | suite: wifi_perf | ||||
Bindu Mahadev | b4f124f | 2015-02-26 12:20:14 -0800 | [diff] [blame] | 648 | branch_specs: <=tot-1 |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 649 | pool: wificell |
650 | |||||
651 | [WeeklyWiFi_Attenuated_Performance] | ||||
652 | run_on: weekly | ||||
653 | suite: wifi_atten_perf | ||||
Bindu Mahadev | b4f124f | 2015-02-26 12:20:14 -0800 | [diff] [blame] | 654 | branch_specs: <=tot-1 |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 655 | pool: groamer |
656 | |||||
657 | [WeeklyWiMAX] | ||||
658 | run_on: weekly | ||||
659 | suite: wimax | ||||
660 | branch_specs: >=tot-2 | ||||
661 | pool: wimax | ||||
662 | |||||
663 | [WeeklySecurity] | ||||
664 | run_on: weekly | ||||
665 | suite: security_weekly | ||||
666 | branch_specs: >=R37 | ||||
667 | pool: suites | ||||
668 | |||||
669 | [WeeklyBluetooth_Qualification] | ||||
670 | run_on: weekly | ||||
671 | suite: bluetooth_qualification | ||||
672 | branch_specs: >=tot-2 | ||||
673 | pool: wificell | ||||
674 | |||||
675 | [WeeklyBluetooth_Sanity] | ||||
676 | run_on: weekly | ||||
677 | suite: bluetooth_sanity | ||||
678 | branch_specs: >=tot-2 | ||||
679 | pool: wificell | ||||
680 | |||||
Bindu Mahadev | b4f124f | 2015-02-26 12:20:14 -0800 | [diff] [blame] | 681 | [WeeklyWiFi_MatFunc] |
682 | run_on: weekly | ||||
683 | suite: wifi_matfunc | ||||
684 | branch_specs: <=tot-1 | ||||
685 | pool: wificell | ||||
686 | |||||
Bindu Mahadev | 5efe20e | 2015-10-08 12:31:15 -0700 | [diff] [blame] | 687 | [WeeklyWiFi_EndtoEnd] |
688 | run_on: weekly | ||||
689 | suite: wifi_endtoend | ||||
690 | branch_specs: <=tot-1 | ||||
691 | pool: wificell | ||||
692 | |||||
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 693 | [WeeklyStress] |
694 | run_on: weekly | ||||
695 | suite: stress | ||||
696 | branch_specs: >=tot-2 | ||||
697 | pool: stress | ||||
698 | file_bugs: True | ||||
699 | |||||
700 | [WeeklyStressPool2] | ||||
701 | run_on: weekly | ||||
702 | suite: stress | ||||
703 | branch_specs: >=tot-2 | ||||
704 | pool: stress2 | ||||
705 | file_bugs: True | ||||
706 | |||||
707 | [WeeklyStressPool3] | ||||
708 | run_on: weekly | ||||
709 | suite: stress | ||||
710 | branch_specs: >=tot-2 | ||||
711 | pool: stress3 | ||||
712 | file_bugs: True | ||||
713 | |||||
714 | [WeeklyStressPool4] | ||||
715 | run_on: weekly | ||||
716 | suite: stress | ||||
Danny Chan | e5fa5d1 | 2015-12-09 15:25:08 -0800 | [diff] [blame] | 717 | branch_specs: =tot-2 |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 718 | pool: stress4 |
719 | file_bugs: True | ||||
720 | |||||
721 | [WeeklyStressPool5] | ||||
722 | run_on: weekly | ||||
723 | suite: stress | ||||
Danny Chan | e5fa5d1 | 2015-12-09 15:25:08 -0800 | [diff] [blame] | 724 | branch_specs: =tot-2 |
Prashanth Balasubramanian | 6b4bf84 | 2014-10-17 15:45:08 -0700 | [diff] [blame] | 725 | pool: stress5 |
726 | file_bugs: True | ||||
727 | |||||
728 | [WeeklyGizmo] | ||||
729 | run_on: weekly | ||||
730 | suite: bvt-cq | ||||
731 | branch_specs: >=tot-2 | ||||
732 | pool: gizmo | ||||
733 | |||||
Christopher Wiley | 1057ab2 | 2014-11-17 13:11:45 -0800 | [diff] [blame] | 734 | [TendoExperimental] |
735 | run_on: nightly | ||||
736 | suite: tendo_experimental | ||||
737 | branch_specs: ==tot | ||||
738 | pool: suites | ||||
Rohit Makasana | d2bce7c | 2014-12-05 17:32:12 -0800 | [diff] [blame] | 739 | |
“Keith | 385b849 | 2015-04-30 12:20:59 -0700 | [diff] [blame] | 740 | # Please do not add tests to this suite without first clearing it with the |
741 | # crosbolt team. | ||||
742 | [CrosboltPerfPerbuild] | ||||
743 | run_on: new_build | ||||
744 | suite: crosbolt_perf_perbuild | ||||
Dan Shi | 9007144 | 2015-05-01 22:56:05 -0700 | [diff] [blame] | 745 | branch_specs: >=tot-1 |
“Keith | 385b849 | 2015-04-30 12:20:59 -0700 | [diff] [blame] | 746 | pool: performance |
747 | file_bugs: True | ||||
748 | |||||
749 | # Please do not add tests to this suite without first clearing it with the | ||||
750 | # crosbolt team. | ||||
751 | [CrosboltPerfNightly] | ||||
752 | run_on: nightly | ||||
753 | suite: crosbolt_perf_nightly | ||||
754 | branch_specs: >=tot-1 | ||||
755 | pool: performance | ||||
756 | file_bugs: True | ||||
Dan Shi | a24704a | 2015-08-03 11:11:47 -0700 | [diff] [blame] | 757 | |
758 | [FaftEcNightly] | ||||
759 | run_on: nightly | ||||
760 | suite: faft_ec | ||||
761 | branch_specs: ==tot | ||||
762 | firmware_rw_build_spec: firmware | ||||
763 | test_source: cros | ||||
Dan Shi | a24704a | 2015-08-03 11:11:47 -0700 | [diff] [blame] | 764 | pool: faft-test |
Dan Shi | fe25db7 | 2015-09-22 10:53:13 -0700 | [diff] [blame] | 765 | file_bugs: True |
766 | job_retry: True | ||||
Dan Shi | a24704a | 2015-08-03 11:11:47 -0700 | [diff] [blame] | 767 | |
Aseda Aboagye | fbf9c95 | 2016-01-14 11:22:31 -0800 | [diff] [blame^] | 768 | # TODO(aaboagye): Remove this when satisified with EC-3PO FAFT EC performance. |
769 | [EC3POFaftEcNightly] | ||||
770 | run_on: nightly | ||||
771 | suite: faft_ec3po | ||||
772 | branch_specs: ==tot | ||||
773 | firmware_rw_build_spec: firmware | ||||
774 | test_source: cros | ||||
775 | pool: faft-test-experiment | ||||
776 | file_bugs: True | ||||
777 | job_retry: True | ||||
778 | |||||
Dan Shi | a24704a | 2015-08-03 11:11:47 -0700 | [diff] [blame] | 779 | [FaftBiosNightly] |
780 | run_on: nightly | ||||
781 | suite: faft_bios | ||||
782 | branch_specs: ==tot | ||||
783 | firmware_rw_build_spec: firmware | ||||
784 | test_source: cros | ||||
Tom Wai-Hong Tam | b1c02e4 | 2015-08-08 05:43:45 +0800 | [diff] [blame] | 785 | pool: faft-test |
Dan Shi | fe25db7 | 2015-09-22 10:53:13 -0700 | [diff] [blame] | 786 | file_bugs: True |
Bindu Mahadev | cec4756 | 2015-09-23 15:20:49 -0700 | [diff] [blame] | 787 | job_retry: True |
Tom Wai-Hong Tam | 963042d | 2015-12-04 07:50:29 +0800 | [diff] [blame] | 788 | |
789 | [FaftEcTotNightly] | ||||
790 | run_on: nightly | ||||
791 | suite: faft_ec | ||||
792 | branch_specs: ==tot | ||||
Dan Shi | 59562a8 | 2016-01-06 16:05:31 -0800 | [diff] [blame] | 793 | firmware_rw_build_spec: cros |
Tom Wai-Hong Tam | 963042d | 2015-12-04 07:50:29 +0800 | [diff] [blame] | 794 | test_source: cros |
795 | pool: faft-test-tot | ||||
796 | file_bugs: True | ||||
797 | job_retry: True | ||||
798 | |||||
799 | [FaftBiosTotNightly] | ||||
800 | run_on: nightly | ||||
801 | suite: faft_bios | ||||
802 | branch_specs: ==tot | ||||
Dan Shi | 59562a8 | 2016-01-06 16:05:31 -0800 | [diff] [blame] | 803 | firmware_rw_build_spec: cros |
Tom Wai-Hong Tam | 963042d | 2015-12-04 07:50:29 +0800 | [diff] [blame] | 804 | test_source: cros |
805 | pool: faft-test-tot | ||||
806 | file_bugs: True | ||||
807 | job_retry: True |