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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_avx2_dbg.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_avx2_dbg", 10 "v8_linux_avx2_dbg",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "--gsutil-py-path", 285 "--gsutil-py-path",
286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
287 "--ninja-path", 287 "--ninja-path",
288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
289 "--target", 289 "--target",
290 "Debug", 290 "Debug",
291 "--src-dir", 291 "--src-dir",
292 "[SLAVE_BUILD]/v8", 292 "[SLAVE_BUILD]/v8",
293 "--goma-cache-dir", 293 "--goma-cache-dir",
294 "[GOMA_CACHE]", 294 "[GOMA_CACHE]",
295 "--buildbot-buildername",
296 "v8_linux_avx2_dbg",
297 "--buildbot-mastername",
298 "tryserver.v8",
299 "--buildbot-slavename",
300 "TestSlavename",
295 "--compiler", 301 "--compiler",
296 "goma", 302 "goma",
297 "--goma-jsonstatus", 303 "--goma-jsonstatus",
298 "/path/to/tmp/json", 304 "/path/to/tmp/json",
299 "--goma-service-account-json-file", 305 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json", 306 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir", 307 "--goma-dir",
302 "[CACHE]/cipd/goma", 308 "[CACHE]/cipd/goma",
303 "--goma-fail-fast", 309 "--goma-fail-fast",
304 "--goma-disable-local-fallback", 310 "--goma-disable-local-fallback",
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 629 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
624 "@@@STEP_LOG_END@durations@@@" 630 "@@@STEP_LOG_END@durations@@@"
625 ] 631 ]
626 }, 632 },
627 { 633 {
628 "name": "$result", 634 "name": "$result",
629 "recipe_result": null, 635 "recipe_result": null,
630 "status_code": 0 636 "status_code": 0
631 } 637 }
632 ] 638 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698