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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.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\": \"Build-Ubuntu-GCC-x86_64-Release-Trybot\", \"buildnumb er\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patchset\": 1, \"pat h_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\" , \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"skiabot-li nux-swarm-000\"}" 7 "{\"buildername\": \"Build-Ubuntu-GCC-x86_64-Release-Trybot\", \"buildnumb er\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patchset\": 1, \"pat h_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\" , \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"skiabot-li nux-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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 492 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
490 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 493 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
491 ] 494 ]
492 }, 495 },
493 { 496 {
494 "name": "$result", 497 "name": "$result",
495 "recipe_result": null, 498 "recipe_result": null,
496 "status_code": 0 499 "status_code": 0
497 } 500 }
498 ] 501 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698