Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json

Issue 907393002: Don't always run the script tests if there are no compile targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_arm", 10 "linux_arm",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "name": "analyze", 168 "name": "analyze",
169 "~followup_annotations": [ 169 "~followup_annotations": [
170 "@@@STEP_TEXT@No compile necessary@@@", 170 "@@@STEP_TEXT@No compile necessary@@@",
171 "@@@STEP_LOG_LINE@json.output@{@@@", 171 "@@@STEP_LOG_LINE@json.output@{@@@",
172 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 172 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
173 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 173 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 174 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
175 "@@@STEP_LOG_LINE@json.output@}@@@", 175 "@@@STEP_LOG_LINE@json.output@}@@@",
176 "@@@STEP_LOG_END@json.output@@@" 176 "@@@STEP_LOG_END@json.output@@@"
177 ] 177 ]
178 },
179 {
180 "cmd": [
181 "python",
182 "-u",
183 "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py",
184 "--build-config-fs",
185 "Release",
186 "--paths",
187 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
188 "--properties",
189 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"T estSlavename\"}",
190 "run",
191 "--output",
192 "/path/to/tmp/json"
193 ],
194 "name": "telemetry_unittests (with patch)",
195 "~followup_annotations": [
196 "@@@STEP_LOG_LINE@json.output@{@@@",
197 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
198 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
199 "@@@STEP_LOG_LINE@json.output@}@@@",
200 "@@@STEP_LOG_END@json.output@@@"
201 ]
202 },
203 {
204 "cmd": [
205 "python",
206 "-u",
207 "[SLAVE_BUILD]/src/testing/scripts/telemetry_perf_unittests.py",
208 "--build-config-fs",
209 "Release",
210 "--paths",
211 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
212 "--properties",
213 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"T estSlavename\"}",
214 "run",
215 "--output",
216 "/path/to/tmp/json"
217 ],
218 "name": "telemetry_perf_unittests (with patch)",
219 "~followup_annotations": [
220 "@@@STEP_LOG_LINE@json.output@{@@@",
221 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
222 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
223 "@@@STEP_LOG_LINE@json.output@}@@@",
224 "@@@STEP_LOG_END@json.output@@@"
225 ]
226 },
227 {
228 "cmd": [
229 "python",
230 "-u",
231 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py",
232 "--build-config-fs",
233 "Release",
234 "--paths",
235 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
236 "--properties",
237 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"T estSlavename\"}",
238 "run",
239 "--output",
240 "/path/to/tmp/json"
241 ],
242 "name": "nacl_integration (with patch)",
243 "~followup_annotations": [
244 "@@@STEP_LOG_LINE@json.output@{@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
246 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
247 "@@@STEP_LOG_LINE@json.output@}@@@",
248 "@@@STEP_LOG_END@json.output@@@"
249 ]
250 } 178 }
251 ] 179 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698