OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.blink", | 8 "tryserver.blink", |
9 "--builder", | 9 "--builder", |
10 "mac_blink_rel", | 10 "mac_blink_rel", |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "@@@STEP_LOG_END@json.output@@@" | 225 "@@@STEP_LOG_END@json.output@@@" |
226 ] | 226 ] |
227 }, | 227 }, |
228 { | 228 { |
229 "cmd": [ | 229 "cmd": [ |
230 "git", | 230 "git", |
231 "diff", | 231 "diff", |
232 "--cached", | 232 "--cached", |
233 "--name-only" | 233 "--name-only" |
234 ], | 234 ], |
235 "cwd": "[SLAVE_BUILD]/src", | 235 "cwd": "[SLAVE_BUILD]/src/third_party/skia", |
236 "name": "git diff to analyze patch", | 236 "name": "git diff to analyze patch", |
237 "stdout": "/path/to/tmp/", | 237 "stdout": "/path/to/tmp/", |
238 "~followup_annotations": [ | 238 "~followup_annotations": [ |
239 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 239 "@@@STEP_LOG_LINE@files@third_party/skia/foo.cc@@@", |
240 "@@@STEP_LOG_END@files@@@", | 240 "@@@STEP_LOG_END@files@@@", |
241 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 241 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" |
242 ] | 242 ] |
243 }, | 243 }, |
244 { | 244 { |
245 "cmd": [ | 245 "cmd": [ |
246 "python", | 246 "python", |
247 "-u", | 247 "-u", |
248 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 248 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
249 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 249 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
250 "/path/to/tmp/json" | 250 "/path/to/tmp/json" |
251 ], | 251 ], |
(...skipping 19 matching lines...) Expand all Loading... |
271 "python", | 271 "python", |
272 "-u", | 272 "-u", |
273 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 273 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
274 "analyze", | 274 "analyze", |
275 "-m", | 275 "-m", |
276 "tryserver.blink", | 276 "tryserver.blink", |
277 "-b", | 277 "-b", |
278 "mac_blink_rel", | 278 "mac_blink_rel", |
279 "-v", | 279 "-v", |
280 "//out/Release", | 280 "//out/Release", |
281 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": [\"blink_tests\"]}", | 281 "{\"additional_compile_targets\": [], \"files\": [\"third_party/skia/foo.c
c\"], \"test_targets\": [\"blink_tests\"]}", |
282 "/path/to/tmp/json" | 282 "/path/to/tmp/json" |
283 ], | 283 ], |
284 "env": { | 284 "env": { |
285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
286 }, | 286 }, |
287 "name": "analyze", | 287 "name": "analyze", |
288 "~followup_annotations": [ | 288 "~followup_annotations": [ |
289 "@@@STEP_TEXT@No compile necessary@@@", | 289 "@@@STEP_TEXT@No compile necessary@@@", |
290 "@@@STEP_LOG_LINE@json.output@{@@@", | 290 "@@@STEP_LOG_LINE@json.output@{@@@", |
291 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
(...skipping 20 matching lines...) Expand all Loading... |
312 "import sys; sys.exit(0)" | 312 "import sys; sys.exit(0)" |
313 ], | 313 ], |
314 "name": "mark: before_tests" | 314 "name": "mark: before_tests" |
315 }, | 315 }, |
316 { | 316 { |
317 "name": "$result", | 317 "name": "$result", |
318 "recipe_result": null, | 318 "recipe_result": null, |
319 "status_code": 0 | 319 "status_code": 0 |
320 } | 320 } |
321 ] | 321 ] |
OLD | NEW |