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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (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 "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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "python", 108 "python",
109 "-u", 109 "-u",
110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
111 "--show-path", 111 "--show-path",
112 "python", 112 "python",
113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 113 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
114 ], 114 ],
115 "name": "cleanup_temp" 115 "name": "cleanup_temp"
116 }, 116 },
117 { 117 {
118 "cmd": [],
119 "name": "ensure_goma" 118 "name": "ensure_goma"
120 }, 119 },
121 { 120 {
122 "cmd": [ 121 "cmd": [
123 "python", 122 "python",
124 "-u", 123 "-u",
125 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 124 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
126 "--platform", 125 "--platform",
127 "mac-amd64", 126 "mac-amd64",
128 "--dest-directory", 127 "--dest-directory",
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 ], 693 ],
695 "cwd": "[BUILDER_CACHE]/Mac_Asan", 694 "cwd": "[BUILDER_CACHE]/Mac_Asan",
696 "name": "webrtc_nonparallel_tests" 695 "name": "webrtc_nonparallel_tests"
697 }, 696 },
698 { 697 {
699 "name": "$result", 698 "name": "$result",
700 "recipe_result": null, 699 "recipe_result": null,
701 "status_code": 0 700 "status_code": 0
702 } 701 }
703 ] 702 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698