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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.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 26 matching lines...) Expand all
45 "patch url", 44 "patch url",
46 "--rietveld_server", 45 "--rietveld_server",
47 "fake://rietveld.url", 46 "fake://rietveld.url",
48 "--output_json", 47 "--output_json",
49 "/path/to/tmp/json", 48 "/path/to/tmp/json",
50 "--revision", 49 "--revision",
51 "src@HEAD", 50 "src@HEAD",
52 "--force", 51 "--force",
53 "--output_manifest" 52 "--output_manifest"
54 ], 53 ],
55 "cwd": "[SLAVE_BUILD]",
56 "env": { 54 "env": {
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 55 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 56 },
59 "name": "bot_update", 57 "name": "bot_update",
60 "~followup_annotations": [ 58 "~followup_annotations": [
61 "@@@STEP_TEXT@Some step text@@@", 59 "@@@STEP_TEXT@Some step text@@@",
62 "@@@STEP_LOG_LINE@json.output@{@@@", 60 "@@@STEP_LOG_LINE@json.output@{@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 61 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 63 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ] 123 ]
126 }, 124 },
127 { 125 {
128 "cmd": [ 126 "cmd": [
129 "python", 127 "python",
130 "-u", 128 "-u",
131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
132 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json", 130 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json",
133 "/path/to/tmp/json" 131 "/path/to/tmp/json"
134 ], 132 ],
135 "cwd": "[SLAVE_BUILD]",
136 "name": "read build config", 133 "name": "read build config",
137 "~followup_annotations": [ 134 "~followup_annotations": [
138 "@@@STEP_LOG_LINE@json.output@{@@@", 135 "@@@STEP_LOG_LINE@json.output@{@@@",
139 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": [], @@@", 136 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": [], @@@",
140 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 137 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
141 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 138 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
142 "@@@STEP_LOG_LINE@json.output@ \"gn_args\": [@@@", 139 "@@@STEP_LOG_LINE@json.output@ \"gn_args\": [@@@",
143 "@@@STEP_LOG_LINE@json.output@ \"target_os=\\\"ios\\\"\", @@@", 140 "@@@STEP_LOG_LINE@json.output@ \"target_os=\\\"ios\\\"\", @@@",
144 "@@@STEP_LOG_LINE@json.output@ \"ios_enable_code_signing=false\", @@@", 141 "@@@STEP_LOG_LINE@json.output@ \"ios_enable_code_signing=false\", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"use_goma=true\"@@@", 142 "@@@STEP_LOG_LINE@json.output@ \"use_goma=true\"@@@",
(...skipping 11 matching lines...) Expand all
157 "@@@STEP_LOG_LINE@json.output@}@@@", 154 "@@@STEP_LOG_LINE@json.output@}@@@",
158 "@@@STEP_LOG_END@json.output@@@" 155 "@@@STEP_LOG_END@json.output@@@"
159 ] 156 ]
160 }, 157 },
161 { 158 {
162 "cmd": [ 159 "cmd": [
163 "echo", 160 "echo",
164 "-e", 161 "-e",
165 "{\n \"GYP_DEFINES\": [], \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"gn_args\": [\n \"target_os=\\\"ios\\\"\", \n \"ios_enable_ code_signing=false\", \n \"use_goma=true\"\n ], \n \"mb_type\": \"gn\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode vers ion\": \"fake xcode version\"\n}" 162 "{\n \"GYP_DEFINES\": [], \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"gn_args\": [\n \"target_os=\\\"ios\\\"\", \n \"ios_enable_ code_signing=false\", \n \"use_goma=true\"\n ], \n \"mb_type\": \"gn\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode vers ion\": \"fake xcode version\"\n}"
166 ], 163 ],
167 "cwd": "[SLAVE_BUILD]",
168 "name": "finalize build config" 164 "name": "finalize build config"
169 }, 165 },
170 { 166 {
171 "cmd": [ 167 "cmd": [
172 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 168 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
173 "--json-file", 169 "--json-file",
174 "/path/to/tmp/json", 170 "/path/to/tmp/json",
175 "--version", 171 "--version",
176 "fake xcode version" 172 "fake xcode version"
177 ], 173 ],
178 "cwd": "[SLAVE_BUILD]",
179 "name": "find xcode", 174 "name": "find xcode",
180 "~followup_annotations": [ 175 "~followup_annotations": [
181 "@@@STEP_LOG_LINE@json.output@{}@@@", 176 "@@@STEP_LOG_LINE@json.output@{}@@@",
182 "@@@STEP_LOG_END@json.output@@@" 177 "@@@STEP_LOG_END@json.output@@@"
183 ] 178 ]
184 }, 179 },
185 { 180 {
186 "cmd": [ 181 "cmd": [
187 "python", 182 "python",
188 "-u", 183 "-u",
189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
190 "runhooks" 185 "runhooks"
191 ], 186 ],
192 "cwd": "[SLAVE_BUILD]",
193 "env": { 187 "env": {
194 "GYP_CHROMIUM_NO_ACTION": "1", 188 "GYP_CHROMIUM_NO_ACTION": "1",
195 "GYP_CROSSCOMPILE": "1", 189 "GYP_CROSSCOMPILE": "1",
196 "GYP_DEFINES": "", 190 "GYP_DEFINES": "",
197 "GYP_GENERATORS": "ninja", 191 "GYP_GENERATORS": "ninja",
198 "LANDMINES_VERBOSE": "1", 192 "LANDMINES_VERBOSE": "1",
199 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
200 }, 194 },
201 "name": "gclient runhooks (with patch)", 195 "name": "gclient runhooks (with patch)",
202 "~followup_annotations": [ 196 "~followup_annotations": [
203 "@@@STEP_TEXT@<br />GYP_DEFINES:<br /><br />GYP_CHROMIUM_NO_ACTION=1@@@" 197 "@@@STEP_TEXT@<br />GYP_DEFINES:<br /><br />GYP_CHROMIUM_NO_ACTION=1@@@"
204 ] 198 ]
205 }, 199 },
206 { 200 {
207 "cmd": [], 201 "cmd": [],
208 "cwd": "[SLAVE_BUILD]",
209 "name": "ensure_goma" 202 "name": "ensure_goma"
210 }, 203 },
211 { 204 {
212 "cmd": [ 205 "cmd": [
213 "python", 206 "python",
214 "-u", 207 "-u",
215 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 208 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
216 "--platform", 209 "--platform",
217 "mac-amd64", 210 "mac-amd64",
218 "--dest-directory", 211 "--dest-directory",
219 "[SLAVE_BUILD]/cipd", 212 "[SLAVE_BUILD]/cipd",
220 "--json-output", 213 "--json-output",
221 "/path/to/tmp/json" 214 "/path/to/tmp/json"
222 ], 215 ],
223 "cwd": "[SLAVE_BUILD]",
224 "name": "ensure_goma.install cipd", 216 "name": "ensure_goma.install cipd",
225 "~followup_annotations": [ 217 "~followup_annotations": [
226 "@@@STEP_NEST_LEVEL@1@@@", 218 "@@@STEP_NEST_LEVEL@1@@@",
227 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 219 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
228 "@@@STEP_LOG_LINE@json.output@{@@@", 220 "@@@STEP_LOG_LINE@json.output@{@@@",
229 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@", 221 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
230 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 222 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
231 "@@@STEP_LOG_LINE@json.output@}@@@", 223 "@@@STEP_LOG_LINE@json.output@}@@@",
232 "@@@STEP_LOG_END@json.output@@@" 224 "@@@STEP_LOG_END@json.output@@@"
233 ] 225 ]
234 }, 226 },
235 { 227 {
236 "cmd": [ 228 "cmd": [
237 "[SLAVE_BUILD]/cipd/cipd", 229 "[SLAVE_BUILD]/cipd/cipd",
238 "ensure", 230 "ensure",
239 "--root", 231 "--root",
240 "[CACHE]/cipd/goma", 232 "[CACHE]/cipd/goma",
241 "--list", 233 "--list",
242 "infra_internal/goma/client/mac-amd64 release", 234 "infra_internal/goma/client/mac-amd64 release",
243 "--json-output", 235 "--json-output",
244 "/path/to/tmp/json", 236 "/path/to/tmp/json",
245 "--service-account-json", 237 "--service-account-json",
246 "/creds/service_accounts/service-account-goma-client.json" 238 "/creds/service_accounts/service-account-goma-client.json"
247 ], 239 ],
248 "cwd": "[SLAVE_BUILD]",
249 "name": "ensure_goma.ensure_installed", 240 "name": "ensure_goma.ensure_installed",
250 "~followup_annotations": [ 241 "~followup_annotations": [
251 "@@@STEP_NEST_LEVEL@1@@@", 242 "@@@STEP_NEST_LEVEL@1@@@",
252 "@@@STEP_LOG_LINE@json.output@{@@@", 243 "@@@STEP_LOG_LINE@json.output@{@@@",
253 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 244 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
254 "@@@STEP_LOG_LINE@json.output@ {@@@", 245 "@@@STEP_LOG_LINE@json.output@ {@@@",
255 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 246 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
256 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@", 247 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
257 "@@@STEP_LOG_LINE@json.output@ }@@@", 248 "@@@STEP_LOG_LINE@json.output@ }@@@",
258 "@@@STEP_LOG_LINE@json.output@ ]@@@", 249 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 10 matching lines...) Expand all
269 "-m", 260 "-m",
270 "tryserver.fake", 261 "tryserver.fake",
271 "-b", 262 "-b",
272 "ios", 263 "ios",
273 "--config-file", 264 "--config-file",
274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 265 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
275 "--goma-dir", 266 "--goma-dir",
276 "[CACHE]/cipd/goma", 267 "[CACHE]/cipd/goma",
277 "//out/Debug-iphonesimulator" 268 "//out/Debug-iphonesimulator"
278 ], 269 ],
279 "cwd": "[SLAVE_BUILD]",
280 "env": { 270 "env": {
281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 271 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
282 }, 272 },
283 "name": "generate_build_files (with patch)" 273 "name": "generate_build_files (with patch)"
284 }, 274 },
285 { 275 {
286 "cmd": [ 276 "cmd": [
287 "git", 277 "git",
288 "diff", 278 "diff",
289 "--cached", 279 "--cached",
290 "--name-only" 280 "--name-only"
291 ], 281 ],
292 "cwd": "[SLAVE_BUILD]/src", 282 "cwd": "[SLAVE_BUILD]/src",
293 "name": "git diff to analyze patch", 283 "name": "git diff to analyze patch",
294 "stdout": "/path/to/tmp/", 284 "stdout": "/path/to/tmp/",
295 "~followup_annotations": [ 285 "~followup_annotations": [
296 "@@@STEP_LOG_LINE@files@foo.cc@@@", 286 "@@@STEP_LOG_LINE@files@foo.cc@@@",
297 "@@@STEP_LOG_END@files@@@" 287 "@@@STEP_LOG_END@files@@@"
298 ] 288 ]
299 }, 289 },
300 { 290 {
301 "cmd": [ 291 "cmd": [
302 "python", 292 "python",
303 "-u", 293 "-u",
304 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 294 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
305 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 295 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
306 "/path/to/tmp/json" 296 "/path/to/tmp/json"
307 ], 297 ],
308 "cwd": "[SLAVE_BUILD]",
309 "name": "read filter exclusion spec", 298 "name": "read filter exclusion spec",
310 "~followup_annotations": [ 299 "~followup_annotations": [
311 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 300 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
312 "@@@STEP_LOG_LINE@json.output@{@@@", 301 "@@@STEP_LOG_LINE@json.output@{@@@",
313 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 302 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
314 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 303 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
315 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", 304 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
316 "@@@STEP_LOG_LINE@json.output@ ]@@@", 305 "@@@STEP_LOG_LINE@json.output@ ]@@@",
317 "@@@STEP_LOG_LINE@json.output@ }, @@@", 306 "@@@STEP_LOG_LINE@json.output@ }, @@@",
318 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 307 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
319 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 308 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
320 "@@@STEP_LOG_LINE@json.output@ }, @@@", 309 "@@@STEP_LOG_LINE@json.output@ }, @@@",
321 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 310 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
322 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 311 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
323 "@@@STEP_LOG_LINE@json.output@ }@@@", 312 "@@@STEP_LOG_LINE@json.output@ }@@@",
324 "@@@STEP_LOG_LINE@json.output@}@@@", 313 "@@@STEP_LOG_LINE@json.output@}@@@",
325 "@@@STEP_LOG_END@json.output@@@" 314 "@@@STEP_LOG_END@json.output@@@"
326 ] 315 ]
327 }, 316 },
328 { 317 {
329 "cmd": [ 318 "cmd": [
330 "python", 319 "python",
331 "-u", 320 "-u",
332 "import sys; sys.exit(0)" 321 "import sys; sys.exit(0)"
333 ], 322 ],
334 "cwd": "[SLAVE_BUILD]",
335 "name": "analyze", 323 "name": "analyze",
336 "~followup_annotations": [ 324 "~followup_annotations": [
337 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 325 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
338 "@@@STEP_LOG_END@excluded_files@@@", 326 "@@@STEP_LOG_END@excluded_files@@@",
339 "@@@STEP_LOG_LINE@analyze_details@{@@@", 327 "@@@STEP_LOG_LINE@analyze_details@{@@@",
340 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 328 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
341 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 329 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
342 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 330 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
343 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 331 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
344 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 332 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
(...skipping 18 matching lines...) Expand all
363 "allow_subannotations": true, 351 "allow_subannotations": true,
364 "cmd": [ 352 "cmd": [
365 "python", 353 "python",
366 "-u", 354 "-u",
367 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 355 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
368 "--src-dir", 356 "--src-dir",
369 "[SLAVE_BUILD]/src", 357 "[SLAVE_BUILD]/src",
370 "--output-json", 358 "--output-json",
371 "/path/to/tmp/json" 359 "/path/to/tmp/json"
372 ], 360 ],
373 "cwd": "[SLAVE_BUILD]",
374 "env": { 361 "env": {
375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 362 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
376 }, 363 },
377 "name": "clang_revision", 364 "name": "clang_revision",
378 "~followup_annotations": [ 365 "~followup_annotations": [
379 "@@@STEP_LOG_LINE@json.output@{@@@", 366 "@@@STEP_LOG_LINE@json.output@{@@@",
380 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 367 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
381 "@@@STEP_LOG_LINE@json.output@}@@@", 368 "@@@STEP_LOG_LINE@json.output@}@@@",
382 "@@@STEP_LOG_END@json.output@@@" 369 "@@@STEP_LOG_END@json.output@@@"
383 ] 370 ]
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests.app", 420 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests.app",
434 "--json_file", 421 "--json_file",
435 "/path/to/tmp/json", 422 "/path/to/tmp/json",
436 "--iossim", 423 "--iossim",
437 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", 424 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
438 "--platform", 425 "--platform",
439 "fake device", 426 "fake device",
440 "--version", 427 "--version",
441 "8.1" 428 "8.1"
442 ], 429 ],
443 "cwd": "[SLAVE_BUILD]",
444 "name": "fake tests (fake device iOS 8.1)", 430 "name": "fake tests (fake device iOS 8.1)",
445 "~followup_annotations": [ 431 "~followup_annotations": [
446 "@@@STEP_LOG_LINE@json.output@{@@@", 432 "@@@STEP_LOG_LINE@json.output@{@@@",
447 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 433 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
448 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 434 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
449 "@@@STEP_LOG_LINE@json.output@ }, @@@", 435 "@@@STEP_LOG_LINE@json.output@ }, @@@",
450 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 436 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
451 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 437 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
452 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 438 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
453 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 439 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
454 "@@@STEP_LOG_LINE@json.output@ ]@@@", 440 "@@@STEP_LOG_LINE@json.output@ ]@@@",
455 "@@@STEP_LOG_LINE@json.output@ }@@@", 441 "@@@STEP_LOG_LINE@json.output@ }@@@",
456 "@@@STEP_LOG_LINE@json.output@}@@@", 442 "@@@STEP_LOG_LINE@json.output@}@@@",
457 "@@@STEP_LOG_END@json.output@@@", 443 "@@@STEP_LOG_END@json.output@@@",
458 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 444 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
459 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 445 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
460 "@@@STEP_LOG_END@fake log@@@", 446 "@@@STEP_LOG_END@fake log@@@",
461 "@@@STEP_LINK@fake URL text@fake URL@@@" 447 "@@@STEP_LINK@fake URL text@fake URL@@@"
462 ] 448 ]
463 }, 449 },
464 { 450 {
465 "name": "$result", 451 "name": "$result",
466 "recipe_result": null, 452 "recipe_result": null,
467 "status_code": 0 453 "status_code": 0
468 } 454 }
469 ] 455 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/basic.json ('k') | scripts/slave/recipes/ios/try.expected/parent.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698