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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/runhooks_failure.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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 { 174 {
175 "cmd": [ 175 "cmd": [
176 "python", 176 "python",
177 "-u", 177 "-u",
178 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 178 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
179 "--version" 179 "--version"
180 ], 180 ],
181 "name": "swarming.py --version", 181 "name": "swarming.py --version",
182 "stdout": "/path/to/tmp/", 182 "stdout": "/path/to/tmp/",
183 "~followup_annotations": [ 183 "~followup_annotations": [
184 "@@@STEP_TEXT@0.8.6@@@" 184 "@@@STEP_TEXT@0.4.10@@@"
185 ] 185 ]
186 }, 186 },
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "python", 189 "python",
190 "-u", 190 "-u",
191 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 191 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
192 "runhooks" 192 "runhooks"
193 ], 193 ],
194 "cwd": "[SLAVE_BUILD]\\src", 194 "cwd": "[SLAVE_BUILD]\\src",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "~followup_annotations": [ 335 "~followup_annotations": [
336 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@" 336 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@"
337 ] 337 ]
338 }, 338 },
339 { 339 {
340 "name": "$result", 340 "name": "$result",
341 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1", 341 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1",
342 "status_code": 1 342 "status_code": 1
343 } 343 }
344 ] 344 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698