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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng.json

Issue 2262443004: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 4 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 ], 255 ],
256 "name": "read test spec (chromium.win.json)", 256 "name": "read test spec (chromium.win.json)",
257 "~followup_annotations": [ 257 "~followup_annotations": [
258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@", 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@",
259 "@@@STEP_LOG_LINE@json.output@{}@@@", 259 "@@@STEP_LOG_LINE@json.output@{}@@@",
260 "@@@STEP_LOG_END@json.output@@@" 260 "@@@STEP_LOG_END@json.output@@@"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "cmd": [ 264 "cmd": [
265 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 265 "python",
266 "-u",
267 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
268 "--verbose"
266 ], 269 ],
267 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 270 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
268 "name": "ensure git tooling on windows", 271 "name": "ensure git tooling on windows",
269 "timeout": 300 272 "timeout": 300
270 }, 273 },
271 { 274 {
272 "cmd": [ 275 "cmd": [
273 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 276 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
274 "diff", 277 "diff",
275 "--cached", 278 "--cached",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 463 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
461 }, 464 },
462 "name": "process_dumps" 465 "name": "process_dumps"
463 }, 466 },
464 { 467 {
465 "name": "$result", 468 "name": "$result",
466 "recipe_result": null, 469 "recipe_result": null,
467 "status_code": 0 470 "status_code": 0
468 } 471 }
469 ] 472 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698