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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 { 177 {
178 "cmd": [ 178 "cmd": [
179 "python", 179 "python",
180 "-u", 180 "-u",
181 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 181 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
182 "--version" 182 "--version"
183 ], 183 ],
184 "name": "swarming.py --version", 184 "name": "swarming.py --version",
185 "stdout": "/path/to/tmp/", 185 "stdout": "/path/to/tmp/",
186 "~followup_annotations": [ 186 "~followup_annotations": [
187 "@@@STEP_TEXT@0.8.6@@@" 187 "@@@STEP_TEXT@0.4.10@@@"
188 ] 188 ]
189 }, 189 },
190 { 190 {
191 "cmd": [ 191 "cmd": [
192 "python", 192 "python",
193 "-u", 193 "-u",
194 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 194 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
195 "runhooks" 195 "runhooks"
196 ], 196 ],
197 "cwd": "[SLAVE_BUILD]\\src", 197 "cwd": "[SLAVE_BUILD]\\src",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
468 }, 468 },
469 "name": "process_dumps" 469 "name": "process_dumps"
470 }, 470 },
471 { 471 {
472 "name": "$result", 472 "name": "$result",
473 "recipe_result": null, 473 "recipe_result": null,
474 "status_code": 0 474 "status_code": 0
475 } 475 }
476 ] 476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698