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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 ], 273 ],
274 "name": "read test spec (chromium.win.json)", 274 "name": "read test spec (chromium.win.json)",
275 "~followup_annotations": [ 275 "~followup_annotations": [
276 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@", 276 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win\\src\\testing\\buildbot\\chromium .win.json@@@",
277 "@@@STEP_LOG_LINE@json.output@{}@@@", 277 "@@@STEP_LOG_LINE@json.output@{}@@@",
278 "@@@STEP_LOG_END@json.output@@@" 278 "@@@STEP_LOG_END@json.output@@@"
279 ] 279 ]
280 }, 280 },
281 { 281 {
282 "cmd": [ 282 "cmd": [
283 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 283 "python",
284 "-u",
285 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
286 "--verbose"
284 ], 287 ],
285 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 288 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
286 "name": "ensure git tooling on windows", 289 "name": "ensure git tooling on windows",
287 "timeout": 300 290 "timeout": 300
288 }, 291 },
289 { 292 {
290 "cmd": [ 293 "cmd": [
291 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 294 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
292 "diff", 295 "diff",
293 "--cached", 296 "--cached",
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 593 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
591 }, 594 },
592 "name": "process_dumps" 595 "name": "process_dumps"
593 }, 596 },
594 { 597 {
595 "name": "$result", 598 "name": "$result",
596 "recipe_result": null, 599 "recipe_result": null,
597 "status_code": 0 600 "status_code": 0
598 } 601 }
599 ] 602 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698