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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release.json

Issue 2198173002: Re-organize Skia recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix missing dependency 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
« no previous file with comments | « infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release\", \"bui ldnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \" recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot- linux-swarm-000\"}" 7 "{\"buildername\": \"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release\", \"bui ldnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \" recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot- linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", 860 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm",
861 "[SLAVE_BUILD]/dm", 861 "[SLAVE_BUILD]/dm",
862 "0" 862 "0"
863 ], 863 ],
864 "name": "dm_dir" 864 "name": "dm_dir"
865 }, 865 },
866 { 866 {
867 "cmd": [ 867 "cmd": [
868 "python", 868 "python",
869 "-u", 869 "-u",
870 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py", 870 "RECIPE_MODULE[skia::core]/resources/upload_dm_results.py",
871 "[SLAVE_BUILD]/dm", 871 "[SLAVE_BUILD]/dm",
872 "abc123", 872 "abc123",
873 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", 873 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release",
874 "5", 874 "5",
875 "", 875 "",
876 "[SLAVE_BUILD]/skia/common/py/utils" 876 "[SLAVE_BUILD]/skia/common/py/utils"
877 ], 877 ],
878 "cwd": "[SLAVE_BUILD]/skia", 878 "cwd": "[SLAVE_BUILD]/skia",
879 "env": { 879 "env": {
880 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 880 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
881 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 881 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
882 }, 882 },
883 "name": "Upload DM Results" 883 "name": "Upload DM Results"
884 }, 884 },
885 { 885 {
886 "name": "$result", 886 "name": "$result",
887 "recipe_result": null, 887 "recipe_result": null,
888 "status_code": 0 888 "status_code": 0
889 } 889 }
890 ] 890 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698