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 "client.webrtc", | 8 "client.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Linux64 Release (GN)", | 10 "Linux64 Release (GN)", |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "--src-dir", | 123 "--src-dir", |
124 "[SLAVE_BUILD]/src", | 124 "[SLAVE_BUILD]/src", |
125 "--goma-cache-dir", | 125 "--goma-cache-dir", |
126 "[GOMA_CACHE]", | 126 "[GOMA_CACHE]", |
127 "--build-tool", | 127 "--build-tool", |
128 "ninja", | 128 "ninja", |
129 "--compiler", | 129 "--compiler", |
130 "goma", | 130 "goma", |
131 "--goma-jsonstatus", | 131 "--goma-jsonstatus", |
132 "/path/to/tmp/json", | 132 "/path/to/tmp/json", |
133 "--goma-service-account-json-file", | |
134 "/creds/service_accounts/service-account-goma-client.json", | |
135 "--goma-dir", | 133 "--goma-dir", |
136 "[BUILD]/goma", | 134 "[BUILD]/goma", |
137 "--", | 135 "--", |
138 "all" | 136 "all" |
139 ], | 137 ], |
140 "cwd": "[SLAVE_BUILD]", | 138 "cwd": "[SLAVE_BUILD]", |
141 "name": "compile", | 139 "name": "compile", |
142 "~followup_annotations": [ | 140 "~followup_annotations": [ |
143 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
144 "@@@STEP_LOG_END@json.output (invalid)@@@" | 142 "@@@STEP_LOG_END@json.output (invalid)@@@" |
145 ] | 143 ] |
146 }, | 144 }, |
147 { | 145 { |
148 "name": "$result", | 146 "name": "$result", |
149 "recipe_result": null, | 147 "recipe_result": null, |
150 "status_code": 0 | 148 "status_code": 0 |
151 } | 149 } |
152 ] | 150 ] |
OLD | NEW |