| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "--src-dir", | 160 "--src-dir", |
| 161 "[SLAVE_BUILD]/src", | 161 "[SLAVE_BUILD]/src", |
| 162 "--goma-cache-dir", | 162 "--goma-cache-dir", |
| 163 "[GOMA_CACHE]", | 163 "[GOMA_CACHE]", |
| 164 "--build-tool", | 164 "--build-tool", |
| 165 "ninja", | 165 "ninja", |
| 166 "--compiler", | 166 "--compiler", |
| 167 "goma-clang", | 167 "goma-clang", |
| 168 "--goma-jsonstatus", | 168 "--goma-jsonstatus", |
| 169 "/path/to/tmp/json", | 169 "/path/to/tmp/json", |
| 170 "--goma-service-account-json-file", |
| 171 "/creds/service_accounts/service-account-goma-client.json", |
| 170 "--goma-dir", | 172 "--goma-dir", |
| 171 "[BUILD]/goma", | 173 "[BUILD]/goma", |
| 172 "--clobber", | 174 "--clobber", |
| 173 "--", | 175 "--", |
| 174 "all" | 176 "all" |
| 175 ], | 177 ], |
| 176 "cwd": "[SLAVE_BUILD]", | 178 "cwd": "[SLAVE_BUILD]", |
| 177 "name": "First build", | 179 "name": "First build", |
| 178 "~followup_annotations": [ | 180 "~followup_annotations": [ |
| 179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 181 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "--src-dir", | 307 "--src-dir", |
| 306 "[SLAVE_BUILD]/src", | 308 "[SLAVE_BUILD]/src", |
| 307 "--goma-cache-dir", | 309 "--goma-cache-dir", |
| 308 "[GOMA_CACHE]", | 310 "[GOMA_CACHE]", |
| 309 "--build-tool", | 311 "--build-tool", |
| 310 "ninja", | 312 "ninja", |
| 311 "--compiler", | 313 "--compiler", |
| 312 "goma-clang", | 314 "goma-clang", |
| 313 "--goma-jsonstatus", | 315 "--goma-jsonstatus", |
| 314 "/path/to/tmp/json", | 316 "/path/to/tmp/json", |
| 317 "--goma-service-account-json-file", |
| 318 "/creds/service_accounts/service-account-goma-client.json", |
| 315 "--goma-dir", | 319 "--goma-dir", |
| 316 "[BUILD]/goma", | 320 "[BUILD]/goma", |
| 317 "--clobber", | 321 "--clobber", |
| 318 "--", | 322 "--", |
| 319 "all" | 323 "all" |
| 320 ], | 324 ], |
| 321 "cwd": "[SLAVE_BUILD]", | 325 "cwd": "[SLAVE_BUILD]", |
| 322 "name": "Second build", | 326 "name": "Second build", |
| 323 "~followup_annotations": [ | 327 "~followup_annotations": [ |
| 324 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 ], | 413 ], |
| 410 "cwd": "[SLAVE_BUILD]", | 414 "cwd": "[SLAVE_BUILD]", |
| 411 "name": "compare_build_artifacts" | 415 "name": "compare_build_artifacts" |
| 412 }, | 416 }, |
| 413 { | 417 { |
| 414 "name": "$result", | 418 "name": "$result", |
| 415 "recipe_result": null, | 419 "recipe_result": null, |
| 416 "status_code": 0 | 420 "status_code": 0 |
| 417 } | 421 } |
| 418 ] | 422 ] |
| OLD | NEW |