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

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

Powered by Google App Engine
This is Rietveld 408576698