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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Build-Win-MSVC-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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "buildnumber:5", 362 "buildnumber:5",
363 "--tag", 363 "--tag",
364 "data:[dummy hash for compile_skia]", 364 "data:[dummy hash for compile_skia]",
365 "--tag", 365 "--tag",
366 "master:client.skia", 366 "master:client.skia",
367 "--tag", 367 "--tag",
368 "name:compile_skia", 368 "name:compile_skia",
369 "--tag", 369 "--tag",
370 "os:Windows", 370 "os:Windows",
371 "--tag", 371 "--tag",
372 "revision:abc123",
373 "--tag",
372 "slavename:skiabot-linux-swarm-000", 374 "slavename:skiabot-linux-swarm-000",
373 "--tag", 375 "--tag",
374 "stepname:compile_skia on Windows", 376 "stepname:compile_skia on Windows",
375 "--idempotent", 377 "--idempotent",
376 "--cipd-package", 378 "--cipd-package",
377 "t:skia/bots/win_toolchain:version:0", 379 "t:skia/bots/win_toolchain:version:0",
378 "[dummy hash for compile_skia]", 380 "[dummy hash for compile_skia]",
379 "--", 381 "--",
380 "--workdir", 382 "--workdir",
381 "../../..", 383 "../../..",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 466 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
465 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 467 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
466 ] 468 ]
467 }, 469 },
468 { 470 {
469 "name": "$result", 471 "name": "$result",
470 "recipe_result": null, 472 "recipe_result": null,
471 "status_code": 0 473 "status_code": 0
472 } 474 }
473 ] 475 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698