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

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

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "--rietveld_server", 49 "--rietveld_server",
50 "https://codereview.chromium.org", 50 "https://codereview.chromium.org",
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--output_manifest" 55 "--output_manifest"
56 ], 56 ],
57 "cwd": "[BUILDER_CACHE]\\win_layout", 57 "cwd": "[BUILDER_CACHE]\\win_layout",
58 "env": { 58 "env": {
59 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 59 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
60 }, 60 },
61 "name": "bot_update", 61 "name": "bot_update",
62 "~followup_annotations": [ 62 "~followup_annotations": [
63 "@@@STEP_TEXT@Some step text@@@", 63 "@@@STEP_TEXT@Some step text@@@",
64 "@@@STEP_LOG_LINE@json.output@{@@@", 64 "@@@STEP_LOG_LINE@json.output@{@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 65 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
66 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 66 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 67 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
68 "@@@STEP_LOG_LINE@json.output@ }, @@@", 68 "@@@STEP_LOG_LINE@json.output@ }, @@@",
69 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 69 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
502 }, 502 },
503 "name": "process_dumps" 503 "name": "process_dumps"
504 }, 504 },
505 { 505 {
506 "name": "$result", 506 "name": "$result",
507 "recipe_result": null, 507 "recipe_result": null,
508 "status_code": 0 508 "status_code": 0
509 } 509 }
510 ] 510 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698