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

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

Powered by Google App Engine
This is Rietveld 408576698