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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_dbg.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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ], 254 ],
255 "name": "read test spec (chromium.webkit.json)", 255 "name": "read test spec (chromium.webkit.json)",
256 "~followup_annotations": [ 256 "~followup_annotations": [
257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_layout\\src\\testing\\buildbot\\c hromium.webkit.json@@@", 257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_layout\\src\\testing\\buildbot\\c hromium.webkit.json@@@",
258 "@@@STEP_LOG_LINE@json.output@{}@@@", 258 "@@@STEP_LOG_LINE@json.output@{}@@@",
259 "@@@STEP_LOG_END@json.output@@@" 259 "@@@STEP_LOG_END@json.output@@@"
260 ] 260 ]
261 }, 261 },
262 { 262 {
263 "cmd": [ 263 "cmd": [
264 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 264 "python",
265 "-u",
266 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
267 "--verbose"
265 ], 268 ],
266 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 269 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
267 "name": "ensure git tooling on windows", 270 "name": "ensure git tooling on windows",
268 "timeout": 300 271 "timeout": 300
269 }, 272 },
270 { 273 {
271 "cmd": [ 274 "cmd": [
272 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 275 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
273 "diff", 276 "diff",
274 "--cached", 277 "--cached",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 497 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
495 }, 498 },
496 "name": "process_dumps" 499 "name": "process_dumps"
497 }, 500 },
498 { 501 {
499 "name": "$result", 502 "name": "$result",
500 "recipe_result": null, 503 "recipe_result": null,
501 "status_code": 0 504 "status_code": 0
502 } 505 }
503 ] 506 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698