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

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

Issue 2299993003: Temporary fix for Angle trybots. (Closed)
Patch Set: expectation changes. 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "--patchset", 53 "--patchset",
54 "1", 54 "1",
55 "--rietveld_server", 55 "--rietveld_server",
56 "https://codereview.chromium.org", 56 "https://codereview.chromium.org",
57 "--output_json", 57 "--output_json",
58 "/path/to/tmp/json", 58 "/path/to/tmp/json",
59 "--revision", 59 "--revision",
60 "src@HEAD", 60 "src@HEAD",
61 "--revision", 61 "--revision",
62 "src/v8@HEAD", 62 "src/v8@HEAD",
63 "--output_manifest" 63 "--output_manifest",
64 "--gerrit_no_rebase_patch_ref"
64 ], 65 ],
65 "cwd": "[BUILDER_CACHE]\\win", 66 "cwd": "[BUILDER_CACHE]\\win",
66 "env": { 67 "env": {
67 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 68 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
68 }, 69 },
69 "name": "bot_update", 70 "name": "bot_update",
70 "~followup_annotations": [ 71 "~followup_annotations": [
71 "@@@STEP_TEXT@Some step text@@@", 72 "@@@STEP_TEXT@Some step text@@@",
72 "@@@STEP_LOG_LINE@json.output@{@@@", 73 "@@@STEP_LOG_LINE@json.output@{@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 74 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 598 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
598 }, 599 },
599 "name": "process_dumps" 600 "name": "process_dumps"
600 }, 601 },
601 { 602 {
602 "name": "$result", 603 "name": "$result",
603 "recipe_result": null, 604 "recipe_result": null,
604 "status_code": 0 605 "status_code": 0
605 } 606 }
606 ] 607 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698