| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "--src-dir", | 140 "--src-dir", |
| 141 "[SLAVE_BUILD]\\src", | 141 "[SLAVE_BUILD]\\src", |
| 142 "--goma-cache-dir", | 142 "--goma-cache-dir", |
| 143 "[GOMA_CACHE]", | 143 "[GOMA_CACHE]", |
| 144 "--build-tool", | 144 "--build-tool", |
| 145 "ninja", | 145 "ninja", |
| 146 "--compiler", | 146 "--compiler", |
| 147 "goma", | 147 "goma", |
| 148 "--goma-jsonstatus", | 148 "--goma-jsonstatus", |
| 149 "/path/to/tmp/json", | 149 "/path/to/tmp/json", |
| 150 "--goma-service-account-json-file", |
| 151 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 150 "--goma-dir", | 152 "--goma-dir", |
| 151 "[BUILD]\\goma", | 153 "[BUILD]\\goma", |
| 152 "--clobber", | 154 "--clobber", |
| 153 "--", | 155 "--", |
| 154 "all" | 156 "all" |
| 155 ], | 157 ], |
| 156 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
| 157 "name": "First build", | 159 "name": "First build", |
| 158 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "--src-dir", | 267 "--src-dir", |
| 266 "[SLAVE_BUILD]\\src", | 268 "[SLAVE_BUILD]\\src", |
| 267 "--goma-cache-dir", | 269 "--goma-cache-dir", |
| 268 "[GOMA_CACHE]", | 270 "[GOMA_CACHE]", |
| 269 "--build-tool", | 271 "--build-tool", |
| 270 "ninja", | 272 "ninja", |
| 271 "--compiler", | 273 "--compiler", |
| 272 "goma", | 274 "goma", |
| 273 "--goma-jsonstatus", | 275 "--goma-jsonstatus", |
| 274 "/path/to/tmp/json", | 276 "/path/to/tmp/json", |
| 277 "--goma-service-account-json-file", |
| 278 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 275 "--goma-dir", | 279 "--goma-dir", |
| 276 "[BUILD]\\goma", | 280 "[BUILD]\\goma", |
| 277 "--clobber", | 281 "--clobber", |
| 278 "--", | 282 "--", |
| 279 "all" | 283 "all" |
| 280 ], | 284 ], |
| 281 "cwd": "[SLAVE_BUILD]", | 285 "cwd": "[SLAVE_BUILD]", |
| 282 "name": "Second build", | 286 "name": "Second build", |
| 283 "~followup_annotations": [ | 287 "~followup_annotations": [ |
| 284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 ], | 373 ], |
| 370 "cwd": "[SLAVE_BUILD]", | 374 "cwd": "[SLAVE_BUILD]", |
| 371 "name": "compare_build_artifacts" | 375 "name": "compare_build_artifacts" |
| 372 }, | 376 }, |
| 373 { | 377 { |
| 374 "name": "$result", | 378 "name": "$result", |
| 375 "recipe_result": null, | 379 "recipe_result": null, |
| 376 "status_code": 0 | 380 "status_code": 0 |
| 377 } | 381 } |
| 378 ] | 382 ] |
| OLD | NEW |