Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_linux32_arm.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.fyi", 8 "client.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux32 ARM", 10 "Linux32 ARM",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "--gsutil-py-path", 156 "--gsutil-py-path",
157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
158 "--ninja-path", 158 "--ninja-path",
159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
160 "--target", 160 "--target",
161 "Release", 161 "Release",
162 "--src-dir", 162 "--src-dir",
163 "[SLAVE_BUILD]/src", 163 "[SLAVE_BUILD]/src",
164 "--goma-cache-dir", 164 "--goma-cache-dir",
165 "[GOMA_CACHE]", 165 "[GOMA_CACHE]",
166 "--build-tool",
167 "ninja",
168 "--compiler", 166 "--compiler",
169 "goma", 167 "goma",
170 "--goma-jsonstatus", 168 "--goma-jsonstatus",
171 "/path/to/tmp/json", 169 "/path/to/tmp/json",
172 "--goma-service-account-json-file", 170 "--goma-service-account-json-file",
173 "/creds/service_accounts/service-account-goma-client.json", 171 "/creds/service_accounts/service-account-goma-client.json",
174 "--goma-dir", 172 "--goma-dir",
175 "[CACHE]/cipd/goma", 173 "[CACHE]/cipd/goma",
176 "--", 174 "--",
177 "All" 175 "All"
178 ], 176 ],
179 "env": { 177 "env": {
180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 178 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
181 }, 179 },
182 "name": "compile", 180 "name": "compile",
183 "~followup_annotations": [ 181 "~followup_annotations": [
184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
185 "@@@STEP_LOG_END@json.output (invalid)@@@" 183 "@@@STEP_LOG_END@json.output (invalid)@@@"
186 ] 184 ]
187 }, 185 },
188 { 186 {
189 "name": "$result", 187 "name": "$result",
190 "recipe_result": null, 188 "recipe_result": null,
191 "status_code": 0 189 "status_code": 0
192 } 190 }
193 ] 191 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698