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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___gcov_coverage.json

Issue 2306523002: Avoid to use environment. (Closed)
Patch Set: rebase Created 4 years, 3 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "--gsutil-py-path", 286 "--gsutil-py-path",
287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
288 "--ninja-path", 288 "--ninja-path",
289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
290 "--target", 290 "--target",
291 "Release", 291 "Release",
292 "--src-dir", 292 "--src-dir",
293 "[SLAVE_BUILD]/v8", 293 "[SLAVE_BUILD]/v8",
294 "--goma-cache-dir", 294 "--goma-cache-dir",
295 "[GOMA_CACHE]", 295 "[GOMA_CACHE]",
296 "--buildbot-buildername",
297 "V8 Linux64 - gcov coverage",
298 "--buildbot-mastername",
299 "client.v8",
300 "--buildbot-slavename",
301 "TestSlavename",
296 "--compiler", 302 "--compiler",
297 "goma", 303 "goma",
298 "--goma-jsonstatus", 304 "--goma-jsonstatus",
299 "/path/to/tmp/json", 305 "/path/to/tmp/json",
300 "--goma-service-account-json-file", 306 "--goma-service-account-json-file",
301 "/creds/service_accounts/service-account-goma-client.json", 307 "/creds/service_accounts/service-account-goma-client.json",
302 "--goma-dir", 308 "--goma-dir",
303 "[CACHE]/cipd/goma", 309 "[CACHE]/cipd/goma",
304 "--" 310 "--"
305 ], 311 ],
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "~followup_annotations": [ 415 "~followup_annotations": [
410 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" 416 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@"
411 ] 417 ]
412 }, 418 },
413 { 419 {
414 "name": "$result", 420 "name": "$result",
415 "recipe_result": null, 421 "recipe_result": null,
416 "status_code": 0 422 "status_code": 0
417 } 423 }
418 ] 424 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698