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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Builder.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "--ninja-path", 196 "--ninja-path",
197 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 197 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
198 "--target", 198 "--target",
199 "Release", 199 "Release",
200 "--src-dir", 200 "--src-dir",
201 "[BUILDER_CACHE]\\Win_Clang_Builder\\src", 201 "[BUILDER_CACHE]\\Win_Clang_Builder\\src",
202 "--goma-cache-dir", 202 "--goma-cache-dir",
203 "[GOMA_CACHE]", 203 "[GOMA_CACHE]",
204 "--goma-deps-cache-dir", 204 "--goma-deps-cache-dir",
205 "[GOMA_DEPS_CACHE]", 205 "[GOMA_DEPS_CACHE]",
206 "--build-tool",
207 "ninja",
208 "--build-data-dir", 206 "--build-data-dir",
209 "[ROOT]\\build_data_dir", 207 "[ROOT]\\build_data_dir",
210 "--mode", 208 "--mode",
211 "official", 209 "official",
212 "--", 210 "--",
213 "chrome", 211 "chrome",
214 "chromium_builder_perf" 212 "chromium_builder_perf"
215 ], 213 ],
216 "env": { 214 "env": {
217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
323 }, 321 },
324 "name": "process_dumps" 322 "name": "process_dumps"
325 }, 323 },
326 { 324 {
327 "name": "$result", 325 "name": "$result",
328 "recipe_result": null, 326 "recipe_result": null,
329 "status_code": 0 327 "status_code": 0
330 } 328 }
331 ] 329 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698