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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "python", 125 "python",
126 "-u", 126 "-u",
127 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 127 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
128 "--build-dir", 128 "--build-dir",
129 "[BUILDER_CACHE]/mac_swarming/src/out/Debug", 129 "[BUILDER_CACHE]/mac_swarming/src/out/Debug",
130 "--clean-isolated-files" 130 "--clean-isolated-files"
131 ], 131 ],
132 "name": "clean isolated files" 132 "name": "clean isolated files"
133 }, 133 },
134 { 134 {
135 "cmd": [],
136 "name": "ensure_goma" 135 "name": "ensure_goma"
137 }, 136 },
138 { 137 {
139 "cmd": [ 138 "cmd": [
140 "python", 139 "python",
141 "-u", 140 "-u",
142 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 141 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
143 "--platform", 142 "--platform",
144 "mac-amd64", 143 "mac-amd64",
145 "--dest-directory", 144 "--dest-directory",
(...skipping 2368 matching lines...) Expand 10 before | Expand all | Expand 10 after
2514 "@@@STEP_LOG_END@json.output@@@", 2513 "@@@STEP_LOG_END@json.output@@@",
2515 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2514 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2516 ] 2515 ]
2517 }, 2516 },
2518 { 2517 {
2519 "name": "$result", 2518 "name": "$result",
2520 "recipe_result": null, 2519 "recipe_result": null,
2521 "status_code": 0 2520 "status_code": 0
2522 } 2521 }
2523 ] 2522 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698