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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Build-Win-MSVC-x86_64-Release-Vulkan.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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "buildnumber:5", 373 "buildnumber:5",
374 "--tag", 374 "--tag",
375 "data:[dummy hash for compile_skia]", 375 "data:[dummy hash for compile_skia]",
376 "--tag", 376 "--tag",
377 "master:client.skia", 377 "master:client.skia",
378 "--tag", 378 "--tag",
379 "name:compile_skia", 379 "name:compile_skia",
380 "--tag", 380 "--tag",
381 "os:Windows", 381 "os:Windows",
382 "--tag", 382 "--tag",
383 "revision:abc123",
384 "--tag",
383 "slavename:skiabot-linux-swarm-000", 385 "slavename:skiabot-linux-swarm-000",
384 "--tag", 386 "--tag",
385 "stepname:compile_skia on Windows", 387 "stepname:compile_skia on Windows",
386 "--idempotent", 388 "--idempotent",
387 "--cipd-package", 389 "--cipd-package",
388 "t:skia/bots/win_toolchain:version:0", 390 "t:skia/bots/win_toolchain:version:0",
389 "--cipd-package", 391 "--cipd-package",
390 "win_vulkan_sdk:skia/bots/win_vulkan_sdk:version:0", 392 "win_vulkan_sdk:skia/bots/win_vulkan_sdk:version:0",
391 "[dummy hash for compile_skia]", 393 "[dummy hash for compile_skia]",
392 "--", 394 "--",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 479 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
478 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 480 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
479 ] 481 ]
480 }, 482 },
481 { 483 {
482 "name": "$result", 484 "name": "$result",
483 "recipe_result": null, 485 "recipe_result": null,
484 "status_code": 0 486 "status_code": 0
485 } 487 }
486 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698