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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chrome_official.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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 ], 260 ],
261 "name": "read test spec (chromium.chrome.json)", 261 "name": "read test spec (chromium.chrome.json)",
262 "~followup_annotations": [ 262 "~followup_annotations": [
263 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chrome\\src\\testing\\buildbot\\c hromium.chrome.json@@@", 263 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_chrome\\src\\testing\\buildbot\\c hromium.chrome.json@@@",
264 "@@@STEP_LOG_LINE@json.output@{}@@@", 264 "@@@STEP_LOG_LINE@json.output@{}@@@",
265 "@@@STEP_LOG_END@json.output@@@" 265 "@@@STEP_LOG_END@json.output@@@"
266 ] 266 ]
267 }, 267 },
268 { 268 {
269 "cmd": [ 269 "cmd": [
270 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 270 "python",
271 "-u",
272 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
273 "--verbose"
271 ], 274 ],
272 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 275 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
273 "name": "ensure git tooling on windows", 276 "name": "ensure git tooling on windows",
274 "timeout": 300 277 "timeout": 300
275 }, 278 },
276 { 279 {
277 "cmd": [ 280 "cmd": [
278 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 281 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
279 "diff", 282 "diff",
280 "--cached", 283 "--cached",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 482 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
480 }, 483 },
481 "name": "process_dumps" 484 "name": "process_dumps"
482 }, 485 },
483 { 486 {
484 "name": "$result", 487 "name": "$result",
485 "recipe_result": null, 488 "recipe_result": null,
486 "status_code": 0 489 "status_code": 0
487 } 490 }
488 ] 491 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698