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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json

Issue 1821573002: Enable dcheck_always_on on Win 10 FYI bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: fix tests Created 4 years, 9 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 }, 108 },
109 { 109 {
110 "cmd": [ 110 "cmd": [
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 113 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
114 "runhooks" 114 "runhooks"
115 ], 115 ],
116 "cwd": "[SLAVE_BUILD]", 116 "cwd": "[SLAVE_BUILD]",
117 "env": { 117 "env": {
118 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=x64 use_goma=1", 118 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1",
119 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 119 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
120 }, 120 },
121 "name": "gclient runhooks" 121 "name": "gclient runhooks"
122 }, 122 },
123 { 123 {
124 "cmd": [ 124 "cmd": [
125 "python", 125 "python",
126 "-u", 126 "-u",
127 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 127 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
128 "--output", 128 "--output",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
205 "@@@STEP_LOG_END@json.output (invalid)@@@" 205 "@@@STEP_LOG_END@json.output (invalid)@@@"
206 ] 206 ]
207 }, 207 },
208 { 208 {
209 "name": "$result", 209 "name": "$result",
210 "recipe_result": null, 210 "recipe_result": null,
211 "status_code": 0 211 "status_code": 0
212 } 212 }
213 ] 213 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698