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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/basic.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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "ninja", 300 "ninja",
301 "-C", 301 "-C",
302 "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator", 302 "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator",
303 "All", 303 "All",
304 "fake tests" 304 "fake tests"
305 ], 305 ],
306 "cwd": "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator", 306 "cwd": "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator",
307 "name": "compile (with patch)" 307 "name": "compile (with patch)"
308 }, 308 },
309 { 309 {
310 "cmd": [],
311 "name": "bootstrap swarming" 310 "name": "bootstrap swarming"
312 }, 311 },
313 { 312 {
314 "cmd": [ 313 "cmd": [
315 "python", 314 "python",
316 "-u", 315 "-u",
317 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 316 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
318 "--path", 317 "--path",
319 "[SLAVE_BUILD]/swarming.client", 318 "[SLAVE_BUILD]/swarming.client",
320 "--url", 319 "--url",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "--version" 416 "--version"
418 ], 417 ],
419 "name": "bootstrap swarming.swarming.py --version", 418 "name": "bootstrap swarming.swarming.py --version",
420 "stdout": "/path/to/tmp/", 419 "stdout": "/path/to/tmp/",
421 "~followup_annotations": [ 420 "~followup_annotations": [
422 "@@@STEP_NEST_LEVEL@1@@@", 421 "@@@STEP_NEST_LEVEL@1@@@",
423 "@@@STEP_TEXT@1.2.3@@@" 422 "@@@STEP_TEXT@1.2.3@@@"
424 ] 423 ]
425 }, 424 },
426 { 425 {
427 "cmd": [],
428 "name": "isolate" 426 "name": "isolate"
429 }, 427 },
430 { 428 {
431 "cmd": [ 429 "cmd": [
432 "python", 430 "python",
433 "-u", 431 "-u",
434 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 432 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
435 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bo ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \" --xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\ ", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--pla tform\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_pa th)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/D ebug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}", 433 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bo ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \" --xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\ ", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--pla tform\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_pa th)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/D ebug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}",
436 "[SLAVE_BUILD]/template.isolate" 434 "[SLAVE_BUILD]/template.isolate"
437 ], 435 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "name": "isolate.archive", 526 "name": "isolate.archive",
529 "~followup_annotations": [ 527 "~followup_annotations": [
530 "@@@STEP_NEST_LEVEL@1@@@", 528 "@@@STEP_NEST_LEVEL@1@@@",
531 "@@@STEP_LOG_LINE@json.output@{@@@", 529 "@@@STEP_LOG_LINE@json.output@{@@@",
532 "@@@STEP_LOG_LINE@json.output@ \"0\": \"fake-hash-0\"@@@", 530 "@@@STEP_LOG_LINE@json.output@ \"0\": \"fake-hash-0\"@@@",
533 "@@@STEP_LOG_LINE@json.output@}@@@", 531 "@@@STEP_LOG_LINE@json.output@}@@@",
534 "@@@STEP_LOG_END@json.output@@@" 532 "@@@STEP_LOG_END@json.output@@@"
535 ] 533 ]
536 }, 534 },
537 { 535 {
538 "cmd": [],
539 "name": "trigger" 536 "name": "trigger"
540 }, 537 },
541 { 538 {
542 "cmd": [ 539 "cmd": [
543 "python", 540 "python",
544 "-u", 541 "-u",
545 "[SLAVE_BUILD]/swarming.client/swarming.py", 542 "[SLAVE_BUILD]/swarming.client/swarming.py",
546 "trigger", 543 "trigger",
547 "--swarming", 544 "--swarming",
548 "https://chromium-swarm.appspot.com", 545 "https://chromium-swarm.appspot.com",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 "@@@STEP_LOG_END@json.output@@@", 673 "@@@STEP_LOG_END@json.output@@@",
677 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 674 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
678 ] 675 ]
679 }, 676 },
680 { 677 {
681 "name": "$result", 678 "name": "$result",
682 "recipe_result": null, 679 "recipe_result": null,
683 "status_code": 0 680 "status_code": 0
684 } 681 }
685 ] 682 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698