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

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

Powered by Google App Engine
This is Rietveld 408576698