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/Housekeeper-Nightly-RecreateSKPs_Canary.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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "buildnumber:5", 350 "buildnumber:5",
351 "--tag", 351 "--tag",
352 "data:[dummy hash for RecreateSKPs_skia]", 352 "data:[dummy hash for RecreateSKPs_skia]",
353 "--tag", 353 "--tag",
354 "master:client.skia", 354 "master:client.skia",
355 "--tag", 355 "--tag",
356 "name:RecreateSKPs_skia", 356 "name:RecreateSKPs_skia",
357 "--tag", 357 "--tag",
358 "os:Ubuntu", 358 "os:Ubuntu",
359 "--tag", 359 "--tag",
360 "revision:abc123",
361 "--tag",
360 "slavename:skiabot-linux-swarm-000", 362 "slavename:skiabot-linux-swarm-000",
361 "--tag", 363 "--tag",
362 "stepname:RecreateSKPs_skia on Ubuntu", 364 "stepname:RecreateSKPs_skia on Ubuntu",
363 "[dummy hash for RecreateSKPs_skia]", 365 "[dummy hash for RecreateSKPs_skia]",
364 "--", 366 "--",
365 "--workdir", 367 "--workdir",
366 "../../..", 368 "../../..",
367 "swarm_RecreateSKPs", 369 "swarm_RecreateSKPs",
368 "buildername=Housekeeper-Nightly-RecreateSKPs_Canary", 370 "buildername=Housekeeper-Nightly-RecreateSKPs_Canary",
369 "mastername=client.skia", 371 "mastername=client.skia",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 451 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
450 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 452 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
451 ] 453 ]
452 }, 454 },
453 { 455 {
454 "name": "$result", 456 "name": "$result",
455 "recipe_result": null, 457 "recipe_result": null,
456 "status_code": 0 458 "status_code": 0
457 } 459 }
458 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698