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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___gcov_coverage.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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - gcov coverage", 10 "V8 Linux64 - gcov coverage",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "--gsutil-py-path", 280 "--gsutil-py-path",
281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
282 "--ninja-path", 282 "--ninja-path",
283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
284 "--target", 284 "--target",
285 "Release", 285 "Release",
286 "--src-dir", 286 "--src-dir",
287 "[SLAVE_BUILD]/v8", 287 "[SLAVE_BUILD]/v8",
288 "--goma-cache-dir", 288 "--goma-cache-dir",
289 "[GOMA_CACHE]", 289 "[GOMA_CACHE]",
290 "--build-tool",
291 "ninja",
292 "--compiler", 290 "--compiler",
293 "goma", 291 "goma",
294 "--goma-jsonstatus", 292 "--goma-jsonstatus",
295 "/path/to/tmp/json", 293 "/path/to/tmp/json",
296 "--goma-service-account-json-file", 294 "--goma-service-account-json-file",
297 "/creds/service_accounts/service-account-goma-client.json", 295 "/creds/service_accounts/service-account-goma-client.json",
298 "--goma-dir", 296 "--goma-dir",
299 "[CACHE]/cipd/goma", 297 "[CACHE]/cipd/goma",
300 "--" 298 "--"
301 ], 299 ],
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "~followup_annotations": [ 403 "~followup_annotations": [
406 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" 404 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@"
407 ] 405 ]
408 }, 406 },
409 { 407 {
410 "name": "$result", 408 "name": "$result",
411 "recipe_result": null, 409 "recipe_result": null,
412 "status_code": 0 410 "status_code": 0
413 } 411 }
414 ] 412 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698