| 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 "win_x64_gn", | 10 "win_x64_gn", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "--gsutil-py-path", | 109 "--gsutil-py-path", |
| 110 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 110 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 111 "--ninja-path", | 111 "--ninja-path", |
| 112 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 112 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 113 "--target", | 113 "--target", |
| 114 "Debug_x64", | 114 "Debug_x64", |
| 115 "--src-dir", | 115 "--src-dir", |
| 116 "[SLAVE_BUILD]\\src", | 116 "[SLAVE_BUILD]\\src", |
| 117 "--goma-cache-dir", | 117 "--goma-cache-dir", |
| 118 "[GOMA_CACHE]", | 118 "[GOMA_CACHE]", |
| 119 "--build-tool", | |
| 120 "ninja", | |
| 121 "--compiler", | 119 "--compiler", |
| 122 "goma-clang", | 120 "goma-clang", |
| 123 "--goma-jsonstatus", | 121 "--goma-jsonstatus", |
| 124 "/path/to/tmp/json", | 122 "/path/to/tmp/json", |
| 125 "--goma-service-account-json-file", | 123 "--goma-service-account-json-file", |
| 126 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 124 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 127 "--goma-dir", | 125 "--goma-dir", |
| 128 "[BUILD]\\goma", | 126 "[BUILD]\\goma", |
| 129 "--goma-fail-fast", | 127 "--goma-fail-fast", |
| 130 "--goma-disable-local-fallback", | 128 "--goma-disable-local-fallback", |
| 131 "--", | 129 "--", |
| 132 "all" | 130 "all" |
| 133 ], | 131 ], |
| 134 "env": { | 132 "env": { |
| 135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 133 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 136 }, | 134 }, |
| 137 "name": "compile", | 135 "name": "compile", |
| 138 "~followup_annotations": [ | 136 "~followup_annotations": [ |
| 139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 137 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 140 "@@@STEP_LOG_END@json.output (invalid)@@@" | 138 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 141 ] | 139 ] |
| 142 }, | 140 }, |
| 143 { | 141 { |
| 144 "name": "$result", | 142 "name": "$result", |
| 145 "recipe_result": null, | 143 "recipe_result": null, |
| 146 "status_code": 0 | 144 "status_code": 0 |
| 147 } | 145 } |
| 148 ] | 146 ] |
| OLD | NEW |