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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD.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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 { 115 {
116 "cmd": [ 116 "cmd": [
117 "python", 117 "python",
118 "-u", 118 "-u",
119 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 119 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
120 "--version" 120 "--version"
121 ], 121 ],
122 "name": "swarming.py --version", 122 "name": "swarming.py --version",
123 "stdout": "/path/to/tmp/", 123 "stdout": "/path/to/tmp/",
124 "~followup_annotations": [ 124 "~followup_annotations": [
125 "@@@STEP_TEXT@0.8.6@@@" 125 "@@@STEP_TEXT@0.4.10@@@"
126 ] 126 ]
127 }, 127 },
128 { 128 {
129 "cmd": [ 129 "cmd": [
130 "python", 130 "python",
131 "-u", 131 "-u",
132 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 132 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
133 "runhooks" 133 "runhooks"
134 ], 134 ],
135 "cwd": "[SLAVE_BUILD]\\src", 135 "cwd": "[SLAVE_BUILD]\\src",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "~followup_annotations": [ 376 "~followup_annotations": [
377 "@@@STEP_TEXT@CrWinClangLLD tester@@@" 377 "@@@STEP_TEXT@CrWinClangLLD tester@@@"
378 ] 378 ]
379 }, 379 },
380 { 380 {
381 "name": "$result", 381 "name": "$result",
382 "recipe_result": null, 382 "recipe_result": null,
383 "status_code": 0 383 "status_code": 0
384 } 384 }
385 ] 385 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698