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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/basic.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 8 "name": "host and tools info",
10 "~followup_annotations": [ 9 "~followup_annotations": [
11 "@@@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)@@@",
12 "@@@STEP_LOG_LINE@json.output@{@@@", 11 "@@@STEP_LOG_LINE@json.output@{@@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
(...skipping 21 matching lines...) Expand all
40 "--revision_mapping_file", 39 "--revision_mapping_file",
41 "{\"src\": \"got_revision\"}", 40 "{\"src\": \"got_revision\"}",
42 "--git-cache-dir", 41 "--git-cache-dir",
43 "[GIT_CACHE]", 42 "[GIT_CACHE]",
44 "--output_json", 43 "--output_json",
45 "/path/to/tmp/json", 44 "/path/to/tmp/json",
46 "--revision", 45 "--revision",
47 "src@HEAD", 46 "src@HEAD",
48 "--output_manifest" 47 "--output_manifest"
49 ], 48 ],
50 "cwd": "[SLAVE_BUILD]",
51 "env": { 49 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 51 },
54 "name": "bot_update", 52 "name": "bot_update",
55 "~followup_annotations": [ 53 "~followup_annotations": [
56 "@@@STEP_LOG_LINE@json.output@{@@@", 54 "@@@STEP_LOG_LINE@json.output@{@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
59 "@@@STEP_LOG_LINE@json.output@}@@@", 57 "@@@STEP_LOG_LINE@json.output@}@@@",
60 "@@@STEP_LOG_END@json.output@@@" 58 "@@@STEP_LOG_END@json.output@@@"
61 ] 59 ]
62 }, 60 },
63 { 61 {
64 "cmd": [ 62 "cmd": [
65 "python", 63 "python",
66 "-u", 64 "-u",
67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios_debug.json", 66 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios_debug.json",
69 "/path/to/tmp/json" 67 "/path/to/tmp/json"
70 ], 68 ],
71 "cwd": "[SLAVE_BUILD]",
72 "name": "read build config", 69 "name": "read build config",
73 "~followup_annotations": [ 70 "~followup_annotations": [
74 "@@@STEP_LOG_LINE@json.output@{@@@", 71 "@@@STEP_LOG_LINE@json.output@{@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
76 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 73 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@", 74 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@",
79 "@@@STEP_LOG_LINE@json.output@ }, @@@", 76 "@@@STEP_LOG_LINE@json.output@ }, @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 77 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
81 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 78 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
(...skipping 14 matching lines...) Expand all
96 "@@@STEP_LOG_LINE@json.output@}@@@", 93 "@@@STEP_LOG_LINE@json.output@}@@@",
97 "@@@STEP_LOG_END@json.output@@@" 94 "@@@STEP_LOG_END@json.output@@@"
98 ] 95 ]
99 }, 96 },
100 { 97 {
101 "cmd": [ 98 "cmd": [
102 "echo", 99 "echo",
103 "-e", 100 "-e",
104 "{\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 \"compiler\": \"ninja\", \n \"configur ation\": \"Debug\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \" fake tests 1\", \n \"device type\": \"fake device\", \n \"os\": \"8.0\ "\n }, \n {\n \"app\": \"fake tests 2\", \n \"device type\": \"f ake device\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \ n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}" 101 "{\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 \"compiler\": \"ninja\", \n \"configur ation\": \"Debug\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \" fake tests 1\", \n \"device type\": \"fake device\", \n \"os\": \"8.0\ "\n }, \n {\n \"app\": \"fake tests 2\", \n \"device type\": \"f ake device\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \ n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
105 ], 102 ],
106 "cwd": "[SLAVE_BUILD]",
107 "name": "finalize build config" 103 "name": "finalize build config"
108 }, 104 },
109 { 105 {
110 "cmd": [ 106 "cmd": [
111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 107 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
112 "--json-file", 108 "--json-file",
113 "/path/to/tmp/json", 109 "/path/to/tmp/json",
114 "--version", 110 "--version",
115 "fake xcode version" 111 "fake xcode version"
116 ], 112 ],
117 "cwd": "[SLAVE_BUILD]",
118 "name": "find xcode", 113 "name": "find xcode",
119 "~followup_annotations": [ 114 "~followup_annotations": [
120 "@@@STEP_LOG_LINE@json.output@{}@@@", 115 "@@@STEP_LOG_LINE@json.output@{}@@@",
121 "@@@STEP_LOG_END@json.output@@@" 116 "@@@STEP_LOG_END@json.output@@@"
122 ] 117 ]
123 }, 118 },
124 { 119 {
125 "cmd": [ 120 "cmd": [
126 "python", 121 "python",
127 "-u", 122 "-u",
128 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 123 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
129 "runhooks" 124 "runhooks"
130 ], 125 ],
131 "cwd": "[SLAVE_BUILD]",
132 "env": { 126 "env": {
133 "GYP_CROSSCOMPILE": "1", 127 "GYP_CROSSCOMPILE": "1",
134 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define 2=fake value 2 component=static_library OS=ios", 128 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define 2=fake value 2 component=static_library OS=ios",
135 "GYP_GENERATORS": "ninja", 129 "GYP_GENERATORS": "ninja",
136 "LANDMINES_VERBOSE": "1", 130 "LANDMINES_VERBOSE": "1",
137 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 131 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
138 }, 132 },
139 "name": "gclient runhooks", 133 "name": "gclient runhooks",
140 "~followup_annotations": [ 134 "~followup_annotations": [
141 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 135 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
142 ] 136 ]
143 }, 137 },
144 { 138 {
145 "allow_subannotations": true, 139 "allow_subannotations": true,
146 "cmd": [ 140 "cmd": [
147 "python", 141 "python",
148 "-u", 142 "-u",
149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 143 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
150 "--src-dir", 144 "--src-dir",
151 "[SLAVE_BUILD]/src", 145 "[SLAVE_BUILD]/src",
152 "--output-json", 146 "--output-json",
153 "/path/to/tmp/json" 147 "/path/to/tmp/json"
154 ], 148 ],
155 "cwd": "[SLAVE_BUILD]",
156 "env": { 149 "env": {
157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 150 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
158 }, 151 },
159 "name": "clang_revision", 152 "name": "clang_revision",
160 "~followup_annotations": [ 153 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output@{@@@", 154 "@@@STEP_LOG_LINE@json.output@{@@@",
162 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 155 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
163 "@@@STEP_LOG_LINE@json.output@}@@@", 156 "@@@STEP_LOG_LINE@json.output@}@@@",
164 "@@@STEP_LOG_END@json.output@@@" 157 "@@@STEP_LOG_END@json.output@@@"
165 ] 158 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app", 205 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app",
213 "--json_file", 206 "--json_file",
214 "/path/to/tmp/json", 207 "/path/to/tmp/json",
215 "--iossim", 208 "--iossim",
216 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", 209 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
217 "--platform", 210 "--platform",
218 "fake device", 211 "fake device",
219 "--version", 212 "--version",
220 "8.0" 213 "8.0"
221 ], 214 ],
222 "cwd": "[SLAVE_BUILD]",
223 "name": "fake tests 1 (fake device iOS 8.0)", 215 "name": "fake tests 1 (fake device iOS 8.0)",
224 "~followup_annotations": [ 216 "~followup_annotations": [
225 "@@@STEP_LOG_LINE@json.output@{@@@", 217 "@@@STEP_LOG_LINE@json.output@{@@@",
226 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 218 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
227 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 219 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
228 "@@@STEP_LOG_LINE@json.output@ }, @@@", 220 "@@@STEP_LOG_LINE@json.output@ }, @@@",
229 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 221 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 222 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
231 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 223 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
232 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 224 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
(...skipping 14 matching lines...) Expand all
247 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app", 239 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app",
248 "--json_file", 240 "--json_file",
249 "/path/to/tmp/json", 241 "/path/to/tmp/json",
250 "--iossim", 242 "--iossim",
251 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", 243 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
252 "--platform", 244 "--platform",
253 "fake device", 245 "fake device",
254 "--version", 246 "--version",
255 "7.1" 247 "7.1"
256 ], 248 ],
257 "cwd": "[SLAVE_BUILD]",
258 "name": "fake tests 2 (fake device iOS 7.1)", 249 "name": "fake tests 2 (fake device iOS 7.1)",
259 "~followup_annotations": [ 250 "~followup_annotations": [
260 "@@@STEP_LOG_LINE@json.output@{@@@", 251 "@@@STEP_LOG_LINE@json.output@{@@@",
261 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 252 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
262 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 253 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
263 "@@@STEP_LOG_LINE@json.output@ }, @@@", 254 "@@@STEP_LOG_LINE@json.output@ }, @@@",
264 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 255 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
265 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 256 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
266 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 257 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
267 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 258 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
268 "@@@STEP_LOG_LINE@json.output@ ]@@@", 259 "@@@STEP_LOG_LINE@json.output@ ]@@@",
269 "@@@STEP_LOG_LINE@json.output@ }@@@", 260 "@@@STEP_LOG_LINE@json.output@ }@@@",
270 "@@@STEP_LOG_LINE@json.output@}@@@", 261 "@@@STEP_LOG_LINE@json.output@}@@@",
271 "@@@STEP_LOG_END@json.output@@@", 262 "@@@STEP_LOG_END@json.output@@@",
272 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 263 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
273 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 264 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
274 "@@@STEP_LOG_END@fake log@@@", 265 "@@@STEP_LOG_END@fake log@@@",
275 "@@@STEP_LINK@fake URL text@fake URL@@@" 266 "@@@STEP_LINK@fake URL text@fake URL@@@"
276 ] 267 ]
277 }, 268 },
278 { 269 {
279 "name": "$result", 270 "name": "$result",
280 "recipe_result": null, 271 "recipe_result": null,
281 "status_code": 0 272 "status_code": 0
282 } 273 }
283 ] 274 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698