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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "python", 182 "python",
183 "-u", 183 "-u",
184 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 184 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
185 "--version" 185 "--version"
186 ], 186 ],
187 "name": "swarming.py --version", 187 "name": "swarming.py --version",
188 "stdout": "/path/to/tmp/", 188 "stdout": "/path/to/tmp/",
189 "~followup_annotations": [ 189 "~followup_annotations": [
190 "@@@STEP_TEXT@0.8.6@@@" 190 "@@@STEP_TEXT@0.4.10@@@"
191 ] 191 ]
192 }, 192 },
193 { 193 {
194 "cmd": [ 194 "cmd": [
195 "python", 195 "python",
196 "-u", 196 "-u",
197 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 197 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
198 "runhooks" 198 "runhooks"
199 ], 199 ],
200 "cwd": "[SLAVE_BUILD]\\src", 200 "cwd": "[SLAVE_BUILD]\\src",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "~followup_annotations": [ 435 "~followup_annotations": [
436 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 436 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
437 ] 437 ]
438 }, 438 },
439 { 439 {
440 "name": "$result", 440 "name": "$result",
441 "recipe_result": null, 441 "recipe_result": null,
442 "status_code": 0 442 "status_code": 0
443 } 443 }
444 ] 444 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698