Chromium Code Reviews

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
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\"@@@",
19 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
21 "@@@STEP_LOG_LINE@json.output@}@@@", 20 "@@@STEP_LOG_LINE@json.output@}@@@",
22 "@@@STEP_LOG_END@json.output@@@" 21 "@@@STEP_LOG_END@json.output@@@"
23 ] 22 ]
24 }, 23 },
25 { 24 {
26 "cmd": [ 25 "cmd": [
27 "python", 26 "python",
28 "-u", 27 "-u",
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
30 "--master", 29 "--master",
31 "chromium.fake", 30 "chromium.fake",
32 "--builder", 31 "--builder",
33 "ios debug", 32 "ios debug",
34 "--slave", 33 "--slave",
35 "fake-vm", 34 "fake-vm",
36 "--spec", 35 "--spec",
37 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']", 36 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite d'}]\ntarget_os = ['ios', 'mac']",
38 "--root", 37 "--root",
39 "src", 38 "src",
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 "[ROOT]/b/build/slave/cache_dir",
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 "[CWD]/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...)
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 "[CWD]/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 ]
166 }, 159 },
167 { 160 {
168 "cmd": [ 161 "cmd": [
169 "python", 162 "python",
170 "-u", 163 "-u",
171 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 164 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
172 "--show-path", 165 "--show-path",
173 "python", 166 "python",
174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
175 "--gsutil-py-path", 168 "--gsutil-py-path",
176 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
177 "--ninja-path", 170 "--ninja-path",
178 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
179 "--target", 172 "--target",
180 "Debug-iphonesimulator", 173 "Debug-iphonesimulator",
181 "--src-dir", 174 "--src-dir",
182 "[SLAVE_BUILD]/src", 175 "[CWD]/src",
183 "--goma-cache-dir", 176 "--goma-cache-dir",
184 "[GOMA_CACHE]", 177 "[ROOT]/b/build/slave/goma_cache",
185 "--build-tool", 178 "--build-tool",
186 "ninja", 179 "ninja",
187 "--compiler", 180 "--compiler",
188 "goma-clang", 181 "goma-clang",
189 "--goma-jsonstatus", 182 "--goma-jsonstatus",
190 "/path/to/tmp/json", 183 "/path/to/tmp/json",
191 "--goma-service-account-json-file", 184 "--goma-service-account-json-file",
192 "/creds/service_accounts/service-account-goma-client.json", 185 "/creds/service_accounts/service-account-goma-client.json",
193 "--goma-dir", 186 "--goma-dir",
194 "[BUILD]/goma", 187 "[ROOT]/b/build/goma",
195 "--", 188 "--",
196 "All" 189 "All"
197 ], 190 ],
198 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", 191 "cwd": "[CWD]/src/out/Debug-iphonesimulator",
199 "env": { 192 "env": {
200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
201 }, 194 },
202 "name": "compile", 195 "name": "compile",
203 "~followup_annotations": [ 196 "~followup_annotations": [
204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 197 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
205 "@@@STEP_LOG_END@json.output (invalid)@@@" 198 "@@@STEP_LOG_END@json.output (invalid)@@@"
206 ] 199 ]
207 }, 200 },
208 { 201 {
209 "cmd": [ 202 "cmd": [
210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 203 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
211 "--app", 204 "--app",
212 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app", 205 "[CWD]/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 "[CWD]/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\"@@@",
233 "@@@STEP_LOG_LINE@json.output@ ]@@@", 225 "@@@STEP_LOG_LINE@json.output@ ]@@@",
234 "@@@STEP_LOG_LINE@json.output@ }@@@", 226 "@@@STEP_LOG_LINE@json.output@ }@@@",
235 "@@@STEP_LOG_LINE@json.output@}@@@", 227 "@@@STEP_LOG_LINE@json.output@}@@@",
236 "@@@STEP_LOG_END@json.output@@@", 228 "@@@STEP_LOG_END@json.output@@@",
237 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 229 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
238 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 230 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
239 "@@@STEP_LOG_END@fake log@@@", 231 "@@@STEP_LOG_END@fake log@@@",
240 "@@@STEP_LINK@fake URL text@fake URL@@@" 232 "@@@STEP_LINK@fake URL text@fake URL@@@"
241 ] 233 ]
242 }, 234 },
243 { 235 {
244 "cmd": [ 236 "cmd": [
245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 237 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
246 "--app", 238 "--app",
247 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app", 239 "[CWD]/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 "[CWD]/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
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.py ('k') | scripts/slave/recipes/webrtc/ios.expected/gn_build.json » ('j') | no next file with comments »

Powered by Google App Engine