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

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

Issue 2186993002: Include "revision" tag for all Swarming tasks (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 "git", 4 "git",
5 "rev-parse", 5 "rev-parse",
6 "HEAD" 6 "HEAD"
7 ], 7 ],
8 "cwd": "[ROOT]/skia", 8 "cwd": "[ROOT]/skia",
9 "name": "git rev-parse", 9 "name": "git rev-parse",
10 "stdout": "/path/to/tmp/" 10 "stdout": "/path/to/tmp/"
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "buildnumber:5", 311 "buildnumber:5",
312 "--tag", 312 "--tag",
313 "data:[dummy hash for infra_skia]", 313 "data:[dummy hash for infra_skia]",
314 "--tag", 314 "--tag",
315 "master:client.skia", 315 "master:client.skia",
316 "--tag", 316 "--tag",
317 "name:infra_skia", 317 "name:infra_skia",
318 "--tag", 318 "--tag",
319 "os:Ubuntu", 319 "os:Ubuntu",
320 "--tag", 320 "--tag",
321 "revision:abc123",
322 "--tag",
321 "slavename:skiabot-linux-swarm-000", 323 "slavename:skiabot-linux-swarm-000",
322 "--tag", 324 "--tag",
323 "stepname:infra_skia on Ubuntu", 325 "stepname:infra_skia on Ubuntu",
324 "[dummy hash for infra_skia]", 326 "[dummy hash for infra_skia]",
325 "--", 327 "--",
326 "--workdir", 328 "--workdir",
327 "../../..", 329 "../../..",
328 "swarm_infra", 330 "swarm_infra",
329 "buildername=Infra-PerCommit", 331 "buildername=Infra-PerCommit",
330 "mastername=client.skia", 332 "mastername=client.skia",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 412 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
411 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 413 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
412 ] 414 ]
413 }, 415 },
414 { 416 {
415 "name": "$result", 417 "name": "$result",
416 "recipe_result": null, 418 "recipe_result": null,
417 "status_code": 0 419 "status_code": 0
418 } 420 }
419 ] 421 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698