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 "linux_blink_rel", | 10 "linux_blink_rel", |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 "cmd": [ | 226 "cmd": [ |
227 "git", | 227 "git", |
228 "diff", | 228 "diff", |
229 "--cached", | 229 "--cached", |
230 "--name-only" | 230 "--name-only" |
231 ], | 231 ], |
232 "cwd": "[SLAVE_BUILD]/src", | 232 "cwd": "[SLAVE_BUILD]/src", |
233 "name": "git diff to analyze patch", | 233 "name": "git diff to analyze patch", |
234 "stdout": "/path/to/tmp/", | 234 "stdout": "/path/to/tmp/", |
235 "~followup_annotations": [ | 235 "~followup_annotations": [ |
236 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 236 "@@@STEP_LOG_LINE@files@src/foo.cc@@@", |
237 "@@@STEP_LOG_END@files@@@", | 237 "@@@STEP_LOG_END@files@@@", |
238 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 238 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
239 ] | 239 ] |
240 }, | 240 }, |
241 { | 241 { |
242 "cmd": [ | 242 "cmd": [ |
243 "python", | 243 "python", |
244 "-u", | 244 "-u", |
245 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 245 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
246 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 246 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@", | 435 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@", |
436 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_rel/571/layout-test-results.zip@@@" | 436 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_rel/571/layout-test-results.zip@@@" |
437 ] | 437 ] |
438 }, | 438 }, |
439 { | 439 { |
440 "name": "$result", | 440 "name": "$result", |
441 "recipe_result": null, | 441 "recipe_result": null, |
442 "status_code": 0 | 442 "status_code": 0 |
443 } | 443 } |
444 ] | 444 ] |
OLD | NEW |