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/ios/try.expected/swarming.json

Issue 2221923002: ios: fix path to the test app (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", 476 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
477 "@@@STEP_LOG_LINE@template.isolate@}@@@", 477 "@@@STEP_LOG_LINE@template.isolate@}@@@",
478 "@@@STEP_LOG_END@template.isolate@@@" 478 "@@@STEP_LOG_END@template.isolate@@@"
479 ] 479 ]
480 }, 480 },
481 { 481 {
482 "cmd": [ 482 "cmd": [
483 "python", 483 "python",
484 "-u", 484 "-u",
485 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 485 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
486 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi mulator/fake test.app\", \n \"--config-variable\", \n \"xcode_version\", \ n \"fake xcode version\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template .isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\", \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimu lator/fake test.app\", \n \"--config-variable\", \n \"platform\", \n \" fake device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", 486 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"[BUILDER_CACHE]/ios_si mulator_swarming/src/out/Debug-iphonesimulator/fake test.app\", \n \"--config -variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--is olate\", \n \"[SLAVE_BUILD]/template.isolate\", \n \"--isolated\", \n \ "[TMP_BASE]/isolate_tmp_1/0.isolated\", \n \"--path-variable\", \n \"app_p ath\", \n \"[BUILDER_CACHE]/ios_simulator_swarming/src/out/Debug-iphonesimula tor/fake test.app\", \n \"--config-variable\", \n \"platform\", \n \"fa ke device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
487 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json" 487 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json"
488 ], 488 ],
489 "name": "isolate.generate 0.isolate.gen.json", 489 "name": "isolate.generate 0.isolate.gen.json",
490 "~followup_annotations": [ 490 "~followup_annotations": [
491 "@@@STEP_NEST_LEVEL@1@@@", 491 "@@@STEP_NEST_LEVEL@1@@@",
492 "@@@STEP_TEXT@fake test (fake device iOS 8.1)@@@", 492 "@@@STEP_TEXT@fake test (fake device iOS 8.1)@@@",
493 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@", 493 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@",
494 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@", 494 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@",
495 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", 495 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
496 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@", 496 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@",
497 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@", 497 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@",
498 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", 498 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
499 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", 499 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
500 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake test.app\", @@@", 500 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[BUILDER_CACHE]/ios_simulator_s warming/src/out/Debug-iphonesimulator/fake test.app\", @@@",
smut 2016/08/10 23:53:39 This is wrong. This command needs to use relative
501 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", 501 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
502 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@", 502 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@",
503 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@", 503 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@",
504 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@", 504 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@",
505 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\ ", @@@", 505 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\ ", @@@",
506 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@", 506 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@",
507 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol ated\", @@@", 507 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol ated\", @@@",
508 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@", 508 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@",
509 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", 509 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
510 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake test.app\", @@@", 510 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[BUILDER_CACHE]/ios_simulator_s warming/src/out/Debug-iphonesimulator/fake test.app\", @@@",
511 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", 511 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
512 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@", 512 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@",
513 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@", 513 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@",
514 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", 514 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
515 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\", @@@", 515 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\", @@@",
516 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"8.1\"@@@", 516 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"8.1\"@@@",
517 "@@@STEP_LOG_LINE@0.isolate.gen.json@ ], @@@", 517 "@@@STEP_LOG_LINE@0.isolate.gen.json@ ], @@@",
518 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@", 518 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@",
519 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\": 1@@@", 519 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\": 1@@@",
520 "@@@STEP_LOG_LINE@0.isolate.gen.json@}@@@", 520 "@@@STEP_LOG_LINE@0.isolate.gen.json@}@@@",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 "@@@STEP_LOG_END@json.output@@@", 682 "@@@STEP_LOG_END@json.output@@@",
683 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 683 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
684 ] 684 ]
685 }, 685 },
686 { 686 {
687 "name": "$result", 687 "name": "$result",
688 "recipe_result": null, 688 "recipe_result": null,
689 "status_code": 0 689 "status_code": 0
690 } 690 }
691 ] 691 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698