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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 }, 122 },
123 { 123 {
124 "cmd": [ 124 "cmd": [
125 "echo", 125 "echo",
126 "-e", 126 "-e",
127 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com pile_targets\": [\n \"All\"\n ], \n \"configuration\": \"Release\", \n \"e nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_t ype\": \"gyp\", \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": \"false\", \n \"xcode version\": \"fake xcode version\"\n}" 127 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com pile_targets\": [\n \"All\"\n ], \n \"configuration\": \"Release\", \n \"e nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_t ype\": \"gyp\", \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": \"false\", \n \"xcode version\": \"fake xcode version\"\n}"
128 ], 128 ],
129 "name": "finalize build config" 129 "name": "finalize build config"
130 }, 130 },
131 { 131 {
132 "cmd": [],
133 "name": "ensure_goma" 132 "name": "ensure_goma"
134 }, 133 },
135 { 134 {
136 "cmd": [ 135 "cmd": [
137 "python", 136 "python",
138 "-u", 137 "-u",
139 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 138 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
140 "--platform", 139 "--platform",
141 "mac-amd64", 140 "mac-amd64",
142 "--dest-directory", 141 "--dest-directory",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
313 "@@@STEP_LOG_END@json.output (invalid)@@@" 312 "@@@STEP_LOG_END@json.output (invalid)@@@"
314 ] 313 ]
315 }, 314 },
316 { 315 {
317 "name": "$result", 316 "name": "$result",
318 "recipe_result": null, 317 "recipe_result": null,
319 "status_code": 0 318 "status_code": 0
320 } 319 }
321 ] 320 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698