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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.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-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \"b uildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabo t-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \"b uildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabo t-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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 821 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
819 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 822 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
820 ] 823 ]
821 }, 824 },
822 { 825 {
823 "name": "$result", 826 "name": "$result",
824 "recipe_result": null, 827 "recipe_result": null,
825 "status_code": 0 828 "status_code": 0
826 } 829 }
827 ] 830 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698