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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_win_release.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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "--gsutil-py-path", 233 "--gsutil-py-path",
234 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 234 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
235 "--ninja-path", 235 "--ninja-path",
236 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 236 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
237 "--target", 237 "--target",
238 "Release", 238 "Release",
239 "--src-dir", 239 "--src-dir",
240 "[SLAVE_BUILD]\\v8", 240 "[SLAVE_BUILD]\\v8",
241 "--goma-cache-dir", 241 "--goma-cache-dir",
242 "[GOMA_CACHE]", 242 "[GOMA_CACHE]",
243 "--build-tool",
244 "ninja",
245 "--compiler", 243 "--compiler",
246 "goma", 244 "goma",
247 "--goma-jsonstatus", 245 "--goma-jsonstatus",
248 "/path/to/tmp/json", 246 "/path/to/tmp/json",
249 "--goma-service-account-json-file", 247 "--goma-service-account-json-file",
250 "C:\\creds\\service_accounts\\service-account-goma-client.json", 248 "C:\\creds\\service_accounts\\service-account-goma-client.json",
251 "--goma-dir", 249 "--goma-dir",
252 "[CACHE]\\cipd\\goma", 250 "[CACHE]\\cipd\\goma",
253 "--" 251 "--"
254 ], 252 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 284 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
287 ], 285 ],
288 "name": "package build" 286 "name": "package build"
289 }, 287 },
290 { 288 {
291 "name": "$result", 289 "name": "$result",
292 "recipe_result": null, 290 "recipe_result": null,
293 "status_code": 0 291 "status_code": 0
294 } 292 }
295 ] 293 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698