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

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

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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 Linux - debug builder", 10 "V8 Linux - debug builder",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "--gsutil-py-path", 279 "--gsutil-py-path",
280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
281 "--ninja-path", 281 "--ninja-path",
282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
283 "--target", 283 "--target",
284 "Debug", 284 "Debug",
285 "--src-dir", 285 "--src-dir",
286 "[SLAVE_BUILD]/v8", 286 "[SLAVE_BUILD]/v8",
287 "--goma-cache-dir", 287 "--goma-cache-dir",
288 "[GOMA_CACHE]", 288 "[GOMA_CACHE]",
289 "--buildbot-buildername",
290 "V8 Linux - debug builder",
291 "--buildbot-mastername",
292 "client.v8",
293 "--buildbot-slavename",
294 "TestSlavename",
295 "--compiler", 289 "--compiler",
296 "goma", 290 "goma",
297 "--goma-jsonstatus", 291 "--goma-jsonstatus",
298 "/path/to/tmp/json", 292 "/path/to/tmp/json",
299 "--goma-service-account-json-file", 293 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json", 294 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir", 295 "--goma-dir",
302 "[CACHE]/cipd/goma", 296 "[CACHE]/cipd/goma",
303 "--" 297 "--"
304 ], 298 ],
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "~followup_annotations": [ 455 "~followup_annotations": [
462 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - gc stress@@@" 456 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - gc stress@@@"
463 ] 457 ]
464 }, 458 },
465 { 459 {
466 "name": "$result", 460 "name": "$result",
467 "recipe_result": null, 461 "recipe_result": null,
468 "status_code": 0 462 "status_code": 0
469 } 463 }
470 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698