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-Debug.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 "slavename:skiabot-linux-swarm-000", 364 "slavename:skiabot-linux-swarm-000",
363 "--tag", 365 "--tag",
364 "stepname:compile_skia on Ubuntu", 366 "stepname:compile_skia on Ubuntu",
365 "--idempotent", 367 "--idempotent",
366 "[dummy hash for compile_skia]", 368 "[dummy hash for compile_skia]",
367 "--", 369 "--",
368 "--workdir", 370 "--workdir",
369 "../../..", 371 "../../..",
370 "swarm_compile", 372 "swarm_compile",
371 "buildername=Build-Ubuntu-GCC-x86_64-Debug", 373 "buildername=Build-Ubuntu-GCC-x86_64-Debug",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 454 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
453 "@@@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@@@"
454 ] 456 ]
455 }, 457 },
456 { 458 {
457 "name": "$result", 459 "name": "$result",
458 "recipe_result": null, 460 "recipe_result": null,
459 "status_code": 0 461 "status_code": 0
460 } 462 }
461 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698