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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json

Issue 2205863002: Roll recipe DEPS (Closed) Base URL: https://skia.googlesource.com/skia.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 "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-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release\", \" buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiab ot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release\", \" buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiab ot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "git", 88 "git",
89 "retry", 89 "retry",
90 "fetch", 90 "fetch",
91 "origin", 91 "origin",
92 "master" 92 "master"
93 ], 93 ],
94 "cwd": "[SLAVE_BUILD]/swarming.client", 94 "cwd": "[SLAVE_BUILD]/swarming.client",
95 "env": {
96 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
97 },
95 "name": "git fetch (swarming_client)" 98 "name": "git fetch (swarming_client)"
96 }, 99 },
97 { 100 {
98 "cmd": [ 101 "cmd": [
99 "git", 102 "git",
100 "checkout", 103 "checkout",
101 "-f", 104 "-f",
102 "FETCH_HEAD" 105 "FETCH_HEAD"
103 ], 106 ],
104 "cwd": "[SLAVE_BUILD]/swarming.client", 107 "cwd": "[SLAVE_BUILD]/swarming.client",
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 881 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
879 }, 882 },
880 "name": "Upload DM Results" 883 "name": "Upload DM Results"
881 }, 884 },
882 { 885 {
883 "name": "$result", 886 "name": "$result",
884 "recipe_result": null, 887 "recipe_result": null,
885 "status_code": 0 888 "status_code": 0
886 } 889 }
887 ] 890 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698