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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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]",
8 "name": "host and tools info", 9 "name": "host and tools info",
9 "~followup_annotations": [ 10 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
11 "@@@STEP_LOG_LINE@json.output@{@@@", 12 "@@@STEP_LOG_LINE@json.output@{@@@",
12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 19 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@", 21 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@" 22 "@@@STEP_LOG_END@json.output@@@"
22 ] 23 ]
23 }, 24 },
24 { 25 {
25 "cmd": [ 26 "cmd": [
26 "python", 27 "python",
27 "-u", 28 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master", 30 "--master",
30 "chromium.fake", 31 "chromium.fake",
31 "--builder", 32 "--builder",
32 "ios debug", 33 "ios debug",
33 "--slave", 34 "--slave",
34 "fake-vm", 35 "fake-vm",
35 "--spec", 36 "--spec",
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']", 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']",
37 "--root", 38 "--root",
38 "src", 39 "src",
39 "--revision_mapping_file", 40 "--revision_mapping_file",
40 "{\"src\": \"got_revision\"}", 41 "{\"src\": \"got_revision\"}",
41 "--git-cache-dir", 42 "--git-cache-dir",
42 "[ROOT]/b/build/slave/cache_dir", 43 "[GIT_CACHE]",
43 "--output_json", 44 "--output_json",
44 "/path/to/tmp/json", 45 "/path/to/tmp/json",
45 "--revision", 46 "--revision",
46 "src@HEAD", 47 "src@HEAD",
47 "--output_manifest" 48 "--output_manifest"
48 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
49 "env": { 51 "env": {
50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
51 }, 53 },
52 "name": "bot_update", 54 "name": "bot_update",
53 "~followup_annotations": [ 55 "~followup_annotations": [
54 "@@@STEP_LOG_LINE@json.output@{@@@", 56 "@@@STEP_LOG_LINE@json.output@{@@@",
55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
57 "@@@STEP_LOG_LINE@json.output@}@@@", 59 "@@@STEP_LOG_LINE@json.output@}@@@",
58 "@@@STEP_LOG_END@json.output@@@" 60 "@@@STEP_LOG_END@json.output@@@"
59 ] 61 ]
60 }, 62 },
61 { 63 {
62 "cmd": [ 64 "cmd": [
63 "python", 65 "python",
64 "-u", 66 "-u",
65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
66 "[CWD]/src/webrtc/build/ios/chromium.fake/ios_debug.json", 68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios_debug.json",
67 "/path/to/tmp/json" 69 "/path/to/tmp/json"
68 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
69 "name": "read build config", 72 "name": "read build config",
70 "~followup_annotations": [ 73 "~followup_annotations": [
71 "@@@STEP_LOG_LINE@json.output@{@@@", 74 "@@@STEP_LOG_LINE@json.output@{@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 76 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@", 77 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@",
75 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@", 78 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@",
76 "@@@STEP_LOG_LINE@json.output@ }, @@@", 79 "@@@STEP_LOG_LINE@json.output@ }, @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 80 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 81 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
(...skipping 14 matching lines...) Expand all
93 "@@@STEP_LOG_LINE@json.output@}@@@", 96 "@@@STEP_LOG_LINE@json.output@}@@@",
94 "@@@STEP_LOG_END@json.output@@@" 97 "@@@STEP_LOG_END@json.output@@@"
95 ] 98 ]
96 }, 99 },
97 { 100 {
98 "cmd": [ 101 "cmd": [
99 "echo", 102 "echo",
100 "-e", 103 "-e",
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}" 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}"
102 ], 105 ],
106 "cwd": "[SLAVE_BUILD]",
103 "name": "finalize build config" 107 "name": "finalize build config"
104 }, 108 },
105 { 109 {
106 "cmd": [ 110 "cmd": [
107 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
108 "--json-file", 112 "--json-file",
109 "/path/to/tmp/json", 113 "/path/to/tmp/json",
110 "--version", 114 "--version",
111 "fake xcode version" 115 "fake xcode version"
112 ], 116 ],
117 "cwd": "[SLAVE_BUILD]",
113 "name": "find xcode", 118 "name": "find xcode",
114 "~followup_annotations": [ 119 "~followup_annotations": [
115 "@@@STEP_LOG_LINE@json.output@{}@@@", 120 "@@@STEP_LOG_LINE@json.output@{}@@@",
116 "@@@STEP_LOG_END@json.output@@@" 121 "@@@STEP_LOG_END@json.output@@@"
117 ] 122 ]
118 }, 123 },
119 { 124 {
120 "cmd": [ 125 "cmd": [
121 "python", 126 "python",
122 "-u", 127 "-u",
123 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 128 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
124 "runhooks" 129 "runhooks"
125 ], 130 ],
131 "cwd": "[SLAVE_BUILD]",
126 "env": { 132 "env": {
127 "GYP_CROSSCOMPILE": "1", 133 "GYP_CROSSCOMPILE": "1",
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", 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",
129 "GYP_GENERATORS": "ninja", 135 "GYP_GENERATORS": "ninja",
130 "LANDMINES_VERBOSE": "1", 136 "LANDMINES_VERBOSE": "1",
131 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 137 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
132 }, 138 },
133 "name": "gclient runhooks", 139 "name": "gclient runhooks",
134 "~followup_annotations": [ 140 "~followup_annotations": [
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@@@" 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@@@"
136 ] 142 ]
137 }, 143 },
138 { 144 {
139 "allow_subannotations": true, 145 "allow_subannotations": true,
140 "cmd": [ 146 "cmd": [
141 "python", 147 "python",
142 "-u", 148 "-u",
143 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
144 "--src-dir", 150 "--src-dir",
145 "[CWD]/src", 151 "[SLAVE_BUILD]/src",
146 "--output-json", 152 "--output-json",
147 "/path/to/tmp/json" 153 "/path/to/tmp/json"
148 ], 154 ],
155 "cwd": "[SLAVE_BUILD]",
149 "env": { 156 "env": {
150 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
151 }, 158 },
152 "name": "clang_revision", 159 "name": "clang_revision",
153 "~followup_annotations": [ 160 "~followup_annotations": [
154 "@@@STEP_LOG_LINE@json.output@{@@@", 161 "@@@STEP_LOG_LINE@json.output@{@@@",
155 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 162 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
156 "@@@STEP_LOG_LINE@json.output@}@@@", 163 "@@@STEP_LOG_LINE@json.output@}@@@",
157 "@@@STEP_LOG_END@json.output@@@" 164 "@@@STEP_LOG_END@json.output@@@"
158 ] 165 ]
159 }, 166 },
160 { 167 {
161 "cmd": [ 168 "cmd": [
162 "python", 169 "python",
163 "-u", 170 "-u",
164 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 171 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
165 "--show-path", 172 "--show-path",
166 "python", 173 "python",
167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
168 "--gsutil-py-path", 175 "--gsutil-py-path",
169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 176 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
170 "--ninja-path", 177 "--ninja-path",
171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 178 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
172 "--target", 179 "--target",
173 "Debug-iphonesimulator", 180 "Debug-iphonesimulator",
174 "--src-dir", 181 "--src-dir",
175 "[CWD]/src", 182 "[SLAVE_BUILD]/src",
176 "--goma-cache-dir", 183 "--goma-cache-dir",
177 "[ROOT]/b/build/slave/goma_cache", 184 "[GOMA_CACHE]",
178 "--build-tool", 185 "--build-tool",
179 "ninja", 186 "ninja",
180 "--compiler", 187 "--compiler",
181 "goma-clang", 188 "goma-clang",
182 "--goma-jsonstatus", 189 "--goma-jsonstatus",
183 "/path/to/tmp/json", 190 "/path/to/tmp/json",
184 "--goma-service-account-json-file", 191 "--goma-service-account-json-file",
185 "/creds/service_accounts/service-account-goma-client.json", 192 "/creds/service_accounts/service-account-goma-client.json",
186 "--goma-dir", 193 "--goma-dir",
187 "[ROOT]/b/build/goma", 194 "[BUILD]/goma",
188 "--", 195 "--",
189 "All" 196 "All"
190 ], 197 ],
191 "cwd": "[CWD]/src/out/Debug-iphonesimulator", 198 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator",
192 "env": { 199 "env": {
193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
194 }, 201 },
195 "name": "compile", 202 "name": "compile",
196 "~followup_annotations": [ 203 "~followup_annotations": [
197 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
198 "@@@STEP_LOG_END@json.output (invalid)@@@" 205 "@@@STEP_LOG_END@json.output (invalid)@@@"
199 ] 206 ]
200 }, 207 },
201 { 208 {
202 "cmd": [ 209 "cmd": [
203 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
204 "--app", 211 "--app",
205 "[CWD]/src/out/Debug-iphonesimulator/fake tests 1.app", 212 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app",
206 "--json_file", 213 "--json_file",
207 "/path/to/tmp/json", 214 "/path/to/tmp/json",
208 "--iossim", 215 "--iossim",
209 "[CWD]/src/out/Debug-iphonesimulator/iossim", 216 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
210 "--platform", 217 "--platform",
211 "fake device", 218 "fake device",
212 "--version", 219 "--version",
213 "8.0" 220 "8.0"
214 ], 221 ],
222 "cwd": "[SLAVE_BUILD]",
215 "name": "fake tests 1 (fake device iOS 8.0)", 223 "name": "fake tests 1 (fake device iOS 8.0)",
216 "~followup_annotations": [ 224 "~followup_annotations": [
217 "@@@STEP_LOG_LINE@json.output@{@@@", 225 "@@@STEP_LOG_LINE@json.output@{@@@",
218 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 226 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
219 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 227 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
220 "@@@STEP_LOG_LINE@json.output@ }, @@@", 228 "@@@STEP_LOG_LINE@json.output@ }, @@@",
221 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 229 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
222 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 230 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
223 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 231 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
224 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 232 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
225 "@@@STEP_LOG_LINE@json.output@ ]@@@", 233 "@@@STEP_LOG_LINE@json.output@ ]@@@",
226 "@@@STEP_LOG_LINE@json.output@ }@@@", 234 "@@@STEP_LOG_LINE@json.output@ }@@@",
227 "@@@STEP_LOG_LINE@json.output@}@@@", 235 "@@@STEP_LOG_LINE@json.output@}@@@",
228 "@@@STEP_LOG_END@json.output@@@", 236 "@@@STEP_LOG_END@json.output@@@",
229 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 237 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
230 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 238 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
231 "@@@STEP_LOG_END@fake log@@@", 239 "@@@STEP_LOG_END@fake log@@@",
232 "@@@STEP_LINK@fake URL text@fake URL@@@" 240 "@@@STEP_LINK@fake URL text@fake URL@@@"
233 ] 241 ]
234 }, 242 },
235 { 243 {
236 "cmd": [ 244 "cmd": [
237 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
238 "--app", 246 "--app",
239 "[CWD]/src/out/Debug-iphonesimulator/fake tests 2.app", 247 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app",
240 "--json_file", 248 "--json_file",
241 "/path/to/tmp/json", 249 "/path/to/tmp/json",
242 "--iossim", 250 "--iossim",
243 "[CWD]/src/out/Debug-iphonesimulator/iossim", 251 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
244 "--platform", 252 "--platform",
245 "fake device", 253 "fake device",
246 "--version", 254 "--version",
247 "7.1" 255 "7.1"
248 ], 256 ],
257 "cwd": "[SLAVE_BUILD]",
249 "name": "fake tests 2 (fake device iOS 7.1)", 258 "name": "fake tests 2 (fake device iOS 7.1)",
250 "~followup_annotations": [ 259 "~followup_annotations": [
251 "@@@STEP_LOG_LINE@json.output@{@@@", 260 "@@@STEP_LOG_LINE@json.output@{@@@",
252 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 261 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
253 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 262 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
254 "@@@STEP_LOG_LINE@json.output@ }, @@@", 263 "@@@STEP_LOG_LINE@json.output@ }, @@@",
255 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 264 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
256 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 265 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
257 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 266 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
258 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 267 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
259 "@@@STEP_LOG_LINE@json.output@ ]@@@", 268 "@@@STEP_LOG_LINE@json.output@ ]@@@",
260 "@@@STEP_LOG_LINE@json.output@ }@@@", 269 "@@@STEP_LOG_LINE@json.output@ }@@@",
261 "@@@STEP_LOG_LINE@json.output@}@@@", 270 "@@@STEP_LOG_LINE@json.output@}@@@",
262 "@@@STEP_LOG_END@json.output@@@", 271 "@@@STEP_LOG_END@json.output@@@",
263 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 272 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
264 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 273 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
265 "@@@STEP_LOG_END@fake log@@@", 274 "@@@STEP_LOG_END@fake log@@@",
266 "@@@STEP_LINK@fake URL text@fake URL@@@" 275 "@@@STEP_LINK@fake URL text@fake URL@@@"
267 ] 276 ]
268 }, 277 },
269 { 278 {
270 "name": "$result", 279 "name": "$result",
271 "recipe_result": null, 280 "recipe_result": null,
272 "status_code": 0 281 "status_code": 0
273 } 282 }
274 ] 283 ]
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
This is Rietveld 408576698