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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "python", 114 "python",
115 "-u", 115 "-u",
116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
117 "--show-path", 117 "--show-path",
118 "python", 118 "python",
119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
120 ], 120 ],
121 "name": "cleanup_temp" 121 "name": "cleanup_temp"
122 }, 122 },
123 { 123 {
124 "cmd": [],
125 "name": "ensure_goma" 124 "name": "ensure_goma"
126 }, 125 },
127 { 126 {
128 "cmd": [ 127 "cmd": [
129 "python", 128 "python",
130 "-u", 129 "-u",
131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 130 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
132 "--platform", 131 "--platform",
133 "mac-amd64", 132 "mac-amd64",
134 "--dest-directory", 133 "--dest-directory",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 ], 365 ],
367 "cwd": "[BUILDER_CACHE]/mac_baremetal", 366 "cwd": "[BUILDER_CACHE]/mac_baremetal",
368 "name": "video_capture_tests" 367 "name": "video_capture_tests"
369 }, 368 },
370 { 369 {
371 "name": "$result", 370 "name": "$result",
372 "recipe_result": null, 371 "recipe_result": null,
373 "status_code": 0 372 "status_code": 0
374 } 373 }
375 ] 374 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698