| 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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_gn_rel", | 10 "linux_gn_rel", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "--src-dir", | 94 "--src-dir", |
| 95 "[SLAVE_BUILD]/src", | 95 "[SLAVE_BUILD]/src", |
| 96 "--goma-cache-dir", | 96 "--goma-cache-dir", |
| 97 "[GOMA_CACHE]", | 97 "[GOMA_CACHE]", |
| 98 "--build-tool", | 98 "--build-tool", |
| 99 "ninja", | 99 "ninja", |
| 100 "--compiler", | 100 "--compiler", |
| 101 "goma", | 101 "goma", |
| 102 "--goma-jsonstatus", | 102 "--goma-jsonstatus", |
| 103 "/path/to/tmp/json", | 103 "/path/to/tmp/json", |
| 104 "--goma-service-account-json-file", |
| 105 "/creds/service_accounts/service-account-goma-client.json", |
| 104 "--goma-dir", | 106 "--goma-dir", |
| 105 "[BUILD]/goma", | 107 "[BUILD]/goma", |
| 106 "--goma-fail-fast", | 108 "--goma-fail-fast", |
| 107 "--goma-disable-local-fallback", | 109 "--goma-disable-local-fallback", |
| 108 "--", | 110 "--", |
| 109 "all" | 111 "all" |
| 110 ], | 112 ], |
| 111 "cwd": "[SLAVE_BUILD]", | 113 "cwd": "[SLAVE_BUILD]", |
| 112 "name": "compile", | 114 "name": "compile", |
| 113 "~followup_annotations": [ | 115 "~followup_annotations": [ |
| 114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 115 "@@@STEP_LOG_END@json.output (invalid)@@@" | 117 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 116 ] | 118 ] |
| 117 }, | 119 }, |
| 118 { | 120 { |
| 119 "name": "$result", | 121 "name": "$result", |
| 120 "recipe_result": null, | 122 "recipe_result": null, |
| 121 "status_code": 0 | 123 "status_code": 0 |
| 122 } | 124 } |
| 123 ] | 125 ] |
| OLD | NEW |