| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/kill_processes.py" | 6 "[BUILD]/scripts/slave/kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "python", | 98 "python", |
| 99 "-u", | 99 "-u", |
| 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 100 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 101 "--show-path", | 101 "--show-path", |
| 102 "python", | 102 "python", |
| 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 103 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 104 ], | 104 ], |
| 105 "name": "cleanup_temp" | 105 "name": "cleanup_temp" |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "cmd": [], | |
| 109 "name": "ensure_goma" | 108 "name": "ensure_goma" |
| 110 }, | 109 }, |
| 111 { | 110 { |
| 112 "cmd": [ | 111 "cmd": [ |
| 113 "python", | 112 "python", |
| 114 "-u", | 113 "-u", |
| 115 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 114 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 116 "--platform", | 115 "--platform", |
| 117 "linux-amd64", | 116 "linux-amd64", |
| 118 "--dest-directory", | 117 "--dest-directory", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "--factory-properties={\"annotated_script\":\"chromedriver_buildbot_run.py
\",\"blink_config\":\"chromium\",\"gclient_env\":{\"DEPOT_TOOLS_UPDATE\":\"0\",\
"LANDMINES_VERBOSE\":\"1\"},\"needs_webdriver_java_tests\":true}" | 204 "--factory-properties={\"annotated_script\":\"chromedriver_buildbot_run.py
\",\"blink_config\":\"chromium\",\"gclient_env\":{\"DEPOT_TOOLS_UPDATE\":\"0\",\
"LANDMINES_VERBOSE\":\"1\"},\"needs_webdriver_java_tests\":true}" |
| 206 ], | 205 ], |
| 207 "name": "annotated_steps" | 206 "name": "annotated_steps" |
| 208 }, | 207 }, |
| 209 { | 208 { |
| 210 "name": "$result", | 209 "name": "$result", |
| 211 "recipe_result": null, | 210 "recipe_result": null, |
| 212 "status_code": 0 | 211 "status_code": 0 |
| 213 } | 212 } |
| 214 ] | 213 ] |
| OLD | NEW |