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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___debug_builder.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 { 75 {
76 "cmd": [ 76 "cmd": [
77 "python", 77 "python",
78 "-u", 78 "-u",
79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
80 "--version" 80 "--version"
81 ], 81 ],
82 "name": "swarming.py --version", 82 "name": "swarming.py --version",
83 "stdout": "/path/to/tmp/", 83 "stdout": "/path/to/tmp/",
84 "~followup_annotations": [ 84 "~followup_annotations": [
85 "@@@STEP_TEXT@0.8.6@@@" 85 "@@@STEP_TEXT@0.4.10@@@"
86 ] 86 ]
87 }, 87 },
88 { 88 {
89 "cmd": [], 89 "cmd": [],
90 "name": "ensure_goma" 90 "name": "ensure_goma"
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "~followup_annotations": [ 403 "~followup_annotations": [
404 "@@@STEP_TEXT@V8 Win32 - debug@@@" 404 "@@@STEP_TEXT@V8 Win32 - debug@@@"
405 ] 405 ]
406 }, 406 },
407 { 407 {
408 "name": "$result", 408 "name": "$result",
409 "recipe_result": null, 409 "recipe_result": null,
410 "status_code": 0 410 "status_code": 0
411 } 411 }
412 ] 412 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698