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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Build-Win-MSVC-x86_64-Release.json

Issue 2102153004: Revert "Add CIPD package support to swarming recipe api" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
207 "-u", 207 "-u",
208 "[SLAVE_BUILD]/swarming.client/swarming.py", 208 "[SLAVE_BUILD]/swarming.client/swarming.py",
209 "--version" 209 "--version"
210 ], 210 ],
211 "name": "swarming.py --version", 211 "name": "swarming.py --version",
212 "stdout": "/path/to/tmp/", 212 "stdout": "/path/to/tmp/",
213 "~followup_annotations": [ 213 "~followup_annotations": [
214 "@@@STEP_TEXT@0.8.6@@@" 214 "@@@STEP_TEXT@0.4.10@@@"
215 ] 215 ]
216 }, 216 },
217 { 217 {
218 "cmd": [ 218 "cmd": [
219 "download_from_google_storage", 219 "download_from_google_storage",
220 "--no_resume", 220 "--no_resume",
221 "--platform=linux*", 221 "--platform=linux*",
222 "--no_auth", 222 "--no_auth",
223 "--bucket", 223 "--bucket",
224 "chromium-luci", 224 "chromium-luci",
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 { 578 {
579 "cmd": [ 579 "cmd": [
580 "python", 580 "python",
581 "-u", 581 "-u",
582 "[SLAVE_BUILD]/swarming.client/swarming.py", 582 "[SLAVE_BUILD]/swarming.client/swarming.py",
583 "collect", 583 "collect",
584 "--swarming", 584 "--swarming",
585 "https://chromium-swarm.appspot.com", 585 "https://chromium-swarm.appspot.com",
586 "--decorate", 586 "--decorate",
587 "--print-status-updates", 587 "--print-status-updates",
588 "--json", 588 "--shards",
589 "{\"base_task_name\": \"compile_skia/Windows/def456/Build-Win-MSVC-x86_64- Release/5\", \"tasks\": {\"compile_skia/Windows/def456/Build-Win-MSVC-x86_64-Rel ease/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://c hromium-swarm.appspot.com/user/task/10000\"}}}", 589 "1",
590 "compile_skia/Windows/def456/Build-Win-MSVC-x86_64-Release/5",
590 "--task-summary-json", 591 "--task-summary-json",
591 "/path/to/tmp/json" 592 "/path/to/tmp/json"
592 ], 593 ],
593 "name": "compile_skia on Windows", 594 "name": "compile_skia on Windows",
594 "~followup_annotations": [ 595 "~followup_annotations": [
595 "@@@STEP_TEXT@swarming pending 71s@@@", 596 "@@@STEP_TEXT@swarming pending 71s@@@",
596 "@@@STEP_LOG_LINE@json.output@{@@@", 597 "@@@STEP_LOG_LINE@json.output@{@@@",
597 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 598 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
598 "@@@STEP_LOG_LINE@json.output@ {@@@", 599 "@@@STEP_LOG_LINE@json.output@ {@@@",
599 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 600 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 "@@@STEP_LOG_END@json.output@@@", 634 "@@@STEP_LOG_END@json.output@@@",
634 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 635 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
635 ] 636 ]
636 }, 637 },
637 { 638 {
638 "name": "$result", 639 "name": "$result",
639 "recipe_result": null, 640 "recipe_result": null,
640 "status_code": 0 641 "status_code": 0
641 } 642 }
642 ] 643 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698