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 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "linux_ecs_ozone", | 10 "linux_ecs_ozone", |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "--src-dir", | 133 "--src-dir", |
134 "[SLAVE_BUILD]/src", | 134 "[SLAVE_BUILD]/src", |
135 "--goma-cache-dir", | 135 "--goma-cache-dir", |
136 "[GOMA_CACHE]", | 136 "[GOMA_CACHE]", |
137 "--build-tool", | 137 "--build-tool", |
138 "ninja", | 138 "ninja", |
139 "--compiler", | 139 "--compiler", |
140 "goma", | 140 "goma", |
141 "--goma-jsonstatus", | 141 "--goma-jsonstatus", |
142 "/path/to/tmp/json", | 142 "/path/to/tmp/json", |
143 "--goma-service-account-json-file", | |
144 "/creds/service_accounts/service-account-goma-client.json", | |
145 "--goma-dir", | 143 "--goma-dir", |
146 "[BUILD]/goma", | 144 "[BUILD]/goma", |
147 "--goma-fail-fast", | 145 "--goma-fail-fast", |
148 "--goma-disable-local-fallback", | 146 "--goma-disable-local-fallback", |
149 "--", | 147 "--", |
150 "content_shell" | 148 "content_shell" |
151 ], | 149 ], |
152 "cwd": "[SLAVE_BUILD]", | 150 "cwd": "[SLAVE_BUILD]", |
153 "name": "compile content_shell", | 151 "name": "compile content_shell", |
154 "~followup_annotations": [ | 152 "~followup_annotations": [ |
(...skipping 27 matching lines...) Expand all Loading... |
182 "--src-dir", | 180 "--src-dir", |
183 "[SLAVE_BUILD]/src", | 181 "[SLAVE_BUILD]/src", |
184 "--goma-cache-dir", | 182 "--goma-cache-dir", |
185 "[GOMA_CACHE]", | 183 "[GOMA_CACHE]", |
186 "--build-tool", | 184 "--build-tool", |
187 "ninja", | 185 "ninja", |
188 "--compiler", | 186 "--compiler", |
189 "goma", | 187 "goma", |
190 "--goma-jsonstatus", | 188 "--goma-jsonstatus", |
191 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
192 "--goma-service-account-json-file", | |
193 "/creds/service_accounts/service-account-goma-client.json", | |
194 "--goma-dir", | 190 "--goma-dir", |
195 "[BUILD]/goma", | 191 "[BUILD]/goma", |
196 "--goma-fail-fast", | 192 "--goma-fail-fast", |
197 "--goma-disable-local-fallback", | 193 "--goma-disable-local-fallback", |
198 "--", | 194 "--", |
199 "aura_unittests", | 195 "aura_unittests", |
200 "base_unittests", | 196 "base_unittests", |
201 "cacheinvalidation_unittests", | 197 "cacheinvalidation_unittests", |
202 "cc_unittests", | 198 "cc_unittests", |
203 "components_unittests", | 199 "components_unittests", |
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 ], | 751 ], |
756 "cwd": "[SLAVE_BUILD]", | 752 "cwd": "[SLAVE_BUILD]", |
757 "name": "url_unittests" | 753 "name": "url_unittests" |
758 }, | 754 }, |
759 { | 755 { |
760 "name": "$result", | 756 "name": "$result", |
761 "recipe_result": null, | 757 "recipe_result": null, |
762 "status_code": 0 | 758 "status_code": 0 |
763 } | 759 } |
764 ] | 760 ] |
OLD | NEW |