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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Infra-PerCommit.json

Issue 2202053005: More fixes for SwarmBucket (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comment 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\": \"Infra-PerCommit\", \"buildnumber\": 5, \"mastername\" : \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-000\"}" 7 "{\"buildername\": \"Infra-PerCommit\", \"buildnumber\": 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "cmd": [ 168 "cmd": [
169 "download_from_google_storage", 169 "download_from_google_storage",
170 "--no_resume", 170 "--no_resume",
171 "--platform=linux*", 171 "--platform=linux*",
172 "--no_auth", 172 "--no_auth",
173 "--bucket", 173 "--bucket",
174 "chromium-luci", 174 "chromium-luci",
175 "-d", 175 "-d",
176 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" 176 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64"
177 ], 177 ],
178 "env": {
179 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
180 },
178 "name": "download luci-go linux" 181 "name": "download luci-go linux"
179 }, 182 },
180 { 183 {
181 "cmd": [ 184 "cmd": [
182 "download_from_google_storage", 185 "download_from_google_storage",
183 "--no_resume", 186 "--no_resume",
184 "--platform=darwin", 187 "--platform=darwin",
185 "--no_auth", 188 "--no_auth",
186 "--bucket", 189 "--bucket",
187 "chromium-luci", 190 "chromium-luci",
188 "-d", 191 "-d",
189 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" 192 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64"
190 ], 193 ],
194 "env": {
195 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
196 },
191 "name": "download luci-go mac" 197 "name": "download luci-go mac"
192 }, 198 },
193 { 199 {
194 "cmd": [ 200 "cmd": [
195 "download_from_google_storage", 201 "download_from_google_storage",
196 "--no_resume", 202 "--no_resume",
197 "--platform=win32", 203 "--platform=win32",
198 "--no_auth", 204 "--no_auth",
199 "--bucket", 205 "--bucket",
200 "chromium-luci", 206 "chromium-luci",
201 "-d", 207 "-d",
202 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" 208 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64"
203 ], 209 ],
210 "env": {
211 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
212 },
204 "name": "download luci-go win" 213 "name": "download luci-go win"
205 }, 214 },
206 { 215 {
207 "cmd": [ 216 "cmd": [
208 "python", 217 "python",
209 "-u", 218 "-u",
210 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 219 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
211 "[SLAVE_BUILD]/luci-go" 220 "[SLAVE_BUILD]/luci-go"
212 ], 221 ],
213 "env": { 222 "env": {
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 454 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
446 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 455 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
447 ] 456 ]
448 }, 457 },
449 { 458 {
450 "name": "$result", 459 "name": "$result",
451 "recipe_result": null, 460 "recipe_result": null,
452 "status_code": 0 461 "status_code": 0
453 } 462 }
454 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698