| 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 "chromium.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 ] | 204 ] |
| 205 }, | 205 }, |
| 206 { | 206 { |
| 207 "cmd": [ | 207 "cmd": [ |
| 208 "python", | 208 "python", |
| 209 "-u", | 209 "-u", |
| 210 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 210 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 211 "--show-path", | 211 "--show-path", |
| 212 "python", | 212 "python", |
| 213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 214 "--gsutil-py-path", |
| 215 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 214 "--ninja-path", | 216 "--ninja-path", |
| 215 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 217 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 216 "--target", | 218 "--target", |
| 217 "Release", | 219 "Release", |
| 218 "--src-dir", | 220 "--src-dir", |
| 219 "[SLAVE_BUILD]/src", | 221 "[SLAVE_BUILD]/src", |
| 220 "--goma-cache-dir", | 222 "--goma-cache-dir", |
| 221 "[GOMA_CACHE]", | 223 "[GOMA_CACHE]", |
| 222 "--build-tool", | 224 "--build-tool", |
| 223 "ninja", | 225 "ninja", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "~followup_annotations": [ | 297 "~followup_annotations": [ |
| 296 "@@@STEP_TEXT@Mac Tester@@@" | 298 "@@@STEP_TEXT@Mac Tester@@@" |
| 297 ] | 299 ] |
| 298 }, | 300 }, |
| 299 { | 301 { |
| 300 "name": "$result", | 302 "name": "$result", |
| 301 "recipe_result": null, | 303 "recipe_result": null, |
| 302 "status_code": 0 | 304 "status_code": 0 |
| 303 } | 305 } |
| 304 ] | 306 ] |
| OLD | NEW |