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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gyp_goma.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "--gsutil-py-path", 419 "--gsutil-py-path",
420 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 420 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
421 "--ninja-path", 421 "--ninja-path",
422 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 422 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
423 "--target", 423 "--target",
424 "Debug-iphonesimulator", 424 "Debug-iphonesimulator",
425 "--src-dir", 425 "--src-dir",
426 "[BUILDER_CACHE]/ios_simulator/src", 426 "[BUILDER_CACHE]/ios_simulator/src",
427 "--goma-cache-dir", 427 "--goma-cache-dir",
428 "[GOMA_CACHE]", 428 "[GOMA_CACHE]",
429 "--buildbot-buildername",
430 "ios-simulator",
431 "--buildbot-mastername",
432 "tryserver.fake",
433 "--buildbot-slavename",
434 "fake-vm",
429 "--goma-deps-cache-dir", 435 "--goma-deps-cache-dir",
430 "[GOMA_DEPS_CACHE]", 436 "[GOMA_DEPS_CACHE]",
431 "--compiler", 437 "--compiler",
432 "goma-clang", 438 "goma-clang",
433 "--goma-jsonstatus", 439 "--goma-jsonstatus",
434 "/path/to/tmp/json", 440 "/path/to/tmp/json",
435 "--goma-service-account-json-file", 441 "--goma-service-account-json-file",
436 "/creds/service_accounts/service-account-goma-client.json", 442 "/creds/service_accounts/service-account-goma-client.json",
437 "--goma-dir", 443 "--goma-dir",
438 "[CACHE]/cipd/goma", 444 "[CACHE]/cipd/goma",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 "@@@STEP_LOG_END@json.output@@@", 828 "@@@STEP_LOG_END@json.output@@@",
823 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 829 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
824 ] 830 ]
825 }, 831 },
826 { 832 {
827 "name": "$result", 833 "name": "$result",
828 "recipe_result": null, 834 "recipe_result": null,
829 "status_code": 0 835 "status_code": 0
830 } 836 }
831 ] 837 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/gn.json ('k') | scripts/slave/recipes/ios/unified_builder_tester.expected/goma.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698