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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "--gsutil-py-path", 356 "--gsutil-py-path",
357 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 357 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
358 "--ninja-path", 358 "--ninja-path",
359 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 359 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
360 "--target", 360 "--target",
361 "Release", 361 "Release",
362 "--src-dir", 362 "--src-dir",
363 "[SLAVE_BUILD]/src", 363 "[SLAVE_BUILD]/src",
364 "--goma-cache-dir", 364 "--goma-cache-dir",
365 "[GOMA_CACHE]", 365 "[GOMA_CACHE]",
366 "--buildbot-buildername",
367 "Android Builder",
368 "--buildbot-mastername",
369 "chromium.linux",
370 "--buildbot-slavename",
371 "TestSlavename",
366 "--compiler", 372 "--compiler",
367 "goma", 373 "goma",
368 "--goma-jsonstatus", 374 "--goma-jsonstatus",
369 "/path/to/tmp/json", 375 "/path/to/tmp/json",
370 "--goma-service-account-json-file", 376 "--goma-service-account-json-file",
371 "/creds/service_accounts/service-account-goma-client.json", 377 "/creds/service_accounts/service-account-goma-client.json",
372 "--goma-dir", 378 "--goma-dir",
373 "[CACHE]/cipd/goma", 379 "[CACHE]/cipd/goma",
374 "--", 380 "--",
375 "chrome_public_test_apk" 381 "chrome_public_test_apk"
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "~followup_annotations": [ 478 "~followup_annotations": [
473 "@@@STEP_TEXT@Android Tests@@@" 479 "@@@STEP_TEXT@Android Tests@@@"
474 ] 480 ]
475 }, 481 },
476 { 482 {
477 "name": "$result", 483 "name": "$result",
478 "recipe_result": null, 484 "recipe_result": null,
479 "status_code": 0 485 "status_code": 0
480 } 486 }
481 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698