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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "buildnumber:5", 381 "buildnumber:5",
382 "--tag", 382 "--tag",
383 "data:[dummy hash for test_skia]", 383 "data:[dummy hash for test_skia]",
384 "--tag", 384 "--tag",
385 "master:client.skia", 385 "master:client.skia",
386 "--tag", 386 "--tag",
387 "name:test_skia", 387 "name:test_skia",
388 "--tag", 388 "--tag",
389 "os:Ubuntu", 389 "os:Ubuntu",
390 "--tag", 390 "--tag",
391 "revision:abc123",
392 "--tag",
391 "rietveld:https://codereview.chromium.org/500/#ps1", 393 "rietveld:https://codereview.chromium.org/500/#ps1",
392 "--tag", 394 "--tag",
393 "slavename:skiabot-linux-swarm-000", 395 "slavename:skiabot-linux-swarm-000",
394 "--tag", 396 "--tag",
395 "stepname:test_skia on Ubuntu", 397 "stepname:test_skia on Ubuntu",
396 "--cipd-package", 398 "--cipd-package",
397 "skp:skia/bots/skp:version:0", 399 "skp:skia/bots/skp:version:0",
398 "--cipd-package", 400 "--cipd-package",
399 "skimage:skia/bots/skimage:version:0", 401 "skimage:skia/bots/skimage:version:0",
400 "[dummy hash for test_skia]", 402 "[dummy hash for test_skia]",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 "~followup_annotations": [ 640 "~followup_annotations": [
639 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@" 641 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@"
640 ] 642 ]
641 }, 643 },
642 { 644 {
643 "name": "$result", 645 "name": "$result",
644 "recipe_result": null, 646 "recipe_result": null,
645 "status_code": 0 647 "status_code": 0
646 } 648 }
647 ] 649 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698