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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.json

Issue 2307743002: Reland "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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 "--gsutil-py-path", 418 "--gsutil-py-path",
419 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 419 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
420 "--ninja-path", 420 "--ninja-path",
421 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 421 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
422 "--target", 422 "--target",
423 "Debug-iphonesimulator", 423 "Debug-iphonesimulator",
424 "--src-dir", 424 "--src-dir",
425 "[BUILDER_CACHE]/ios_simulator_gn/src", 425 "[BUILDER_CACHE]/ios_simulator_gn/src",
426 "--goma-cache-dir", 426 "--goma-cache-dir",
427 "[GOMA_CACHE]", 427 "[GOMA_CACHE]",
428 "--buildbot-buildername",
429 "ios-simulator-gn",
430 "--buildbot-mastername",
431 "tryserver.fake",
432 "--buildbot-slavename",
433 "fake-vm",
428 "--goma-deps-cache-dir", 434 "--goma-deps-cache-dir",
429 "[GOMA_DEPS_CACHE]", 435 "[GOMA_DEPS_CACHE]",
430 "--compiler", 436 "--compiler",
431 "goma-clang", 437 "goma-clang",
432 "--goma-jsonstatus", 438 "--goma-jsonstatus",
433 "/path/to/tmp/json", 439 "/path/to/tmp/json",
434 "--goma-service-account-json-file", 440 "--goma-service-account-json-file",
435 "/creds/service_accounts/service-account-goma-client.json", 441 "/creds/service_accounts/service-account-goma-client.json",
436 "--goma-dir", 442 "--goma-dir",
437 "[CACHE]/cipd/goma", 443 "[CACHE]/cipd/goma",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 "@@@STEP_LOG_END@json.output@@@", 827 "@@@STEP_LOG_END@json.output@@@",
822 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 828 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
823 ] 829 ]
824 }, 830 },
825 { 831 {
826 "name": "$result", 832 "name": "$result",
827 "recipe_result": null, 833 "recipe_result": null,
828 "status_code": 0 834 "status_code": 0
829 } 835 }
830 ] 836 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698