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