| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Print Preview Mac", | 10 "Print Preview Mac", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 ] | 182 ] |
| 183 }, | 183 }, |
| 184 { | 184 { |
| 185 "cmd": [ | 185 "cmd": [ |
| 186 "python", | 186 "python", |
| 187 "-u", | 187 "-u", |
| 188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 189 "--show-path", | 189 "--show-path", |
| 190 "python", | 190 "python", |
| 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 192 "--gsutil-py-path", |
| 193 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 192 "--ninja-path", | 194 "--ninja-path", |
| 193 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 195 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 194 "--target", | 196 "--target", |
| 195 "Release", | 197 "Release", |
| 196 "--src-dir", | 198 "--src-dir", |
| 197 "[SLAVE_BUILD]/src", | 199 "[SLAVE_BUILD]/src", |
| 198 "--goma-cache-dir", | 200 "--goma-cache-dir", |
| 199 "[GOMA_CACHE]", | 201 "[GOMA_CACHE]", |
| 200 "--build-tool", | 202 "--build-tool", |
| 201 "ninja", | 203 "ninja", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 ], | 242 ], |
| 241 "cwd": "[SLAVE_BUILD]", | 243 "cwd": "[SLAVE_BUILD]", |
| 242 "name": "print_preview_tests" | 244 "name": "print_preview_tests" |
| 243 }, | 245 }, |
| 244 { | 246 { |
| 245 "name": "$result", | 247 "name": "$result", |
| 246 "recipe_result": null, | 248 "recipe_result": null, |
| 247 "status_code": 0 | 249 "status_code": 0 |
| 248 } | 250 } |
| 249 ] | 251 ] |
| OLD | NEW |