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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Debug-GN_Android.json

Issue 2403103002: Specify the Android build number as a swarming dimension (Closed)
Patch Set: Update N7, delete galaxy S3/S4 Created 4 years, 2 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Debug-GN _Android\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\" : \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven ame\": \"skiabot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Debug-GN _Android\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\" : \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven ame\": \"skiabot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 "test_skia/Android/def456/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Deb ug-GN_Android/5", 632 "test_skia/Android/def456/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Deb ug-GN_Android/5",
633 "--dump-json", 633 "--dump-json",
634 "/path/to/tmp/json", 634 "/path/to/tmp/json",
635 "--expiration", 635 "--expiration",
636 "72000", 636 "72000",
637 "--io-timeout", 637 "--io-timeout",
638 "2400", 638 "2400",
639 "--hard-timeout", 639 "--hard-timeout",
640 "14400", 640 "14400",
641 "--dimension", 641 "--dimension",
642 "device_os",
643 "MOB30Q",
644 "--dimension",
642 "device_type", 645 "device_type",
643 "sprout", 646 "sprout",
644 "--dimension", 647 "--dimension",
645 "os", 648 "os",
646 "Android", 649 "Android",
647 "--dimension", 650 "--dimension",
648 "pool", 651 "pool",
649 "Skia", 652 "Skia",
650 "--tag", 653 "--tag",
651 "allow_milo:1", 654 "allow_milo:1",
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1004 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1002 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1005 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1003 ] 1006 ]
1004 }, 1007 },
1005 { 1008 {
1006 "name": "$result", 1009 "name": "$result",
1007 "recipe_result": null, 1010 "recipe_result": null,
1008 "status_code": 0 1011 "status_code": 0
1009 } 1012 }
1010 ] 1013 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698