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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "buildnumber:5", 352 "buildnumber:5",
353 "--tag", 353 "--tag",
354 "data:[dummy hash for compile_skia]", 354 "data:[dummy hash for compile_skia]",
355 "--tag", 355 "--tag",
356 "master:client.skia", 356 "master:client.skia",
357 "--tag", 357 "--tag",
358 "name:compile_skia", 358 "name:compile_skia",
359 "--tag", 359 "--tag",
360 "os:Ubuntu", 360 "os:Ubuntu",
361 "--tag", 361 "--tag",
362 "revision:abc123",
363 "--tag",
362 "rietveld:https://codereview.chromium.org/500/#ps1", 364 "rietveld:https://codereview.chromium.org/500/#ps1",
363 "--tag", 365 "--tag",
364 "slavename:skiabot-linux-swarm-000", 366 "slavename:skiabot-linux-swarm-000",
365 "--tag", 367 "--tag",
366 "stepname:compile_skia on Ubuntu", 368 "stepname:compile_skia on Ubuntu",
367 "--idempotent", 369 "--idempotent",
368 "[dummy hash for compile_skia]", 370 "[dummy hash for compile_skia]",
369 "--", 371 "--",
370 "--workdir", 372 "--workdir",
371 "../../..", 373 "../../..",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 459 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
458 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 460 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
459 ] 461 ]
460 }, 462 },
461 { 463 {
462 "name": "$result", 464 "name": "$result",
463 "recipe_result": null, 465 "recipe_result": null,
464 "status_code": 0 466 "status_code": 0
465 } 467 }
466 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698