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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___debug_builder.json

Issue 2086293003: V8: Switch windows bots to mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
147 "runhooks" 147 "runhooks"
148 ], 148 ],
149 "cwd": "[SLAVE_BUILD]\\v8", 149 "cwd": "[SLAVE_BUILD]\\v8",
150 "env": { 150 "env": {
151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
152 "GYP_CHROMIUM_NO_ACTION": "1",
152 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dcheck s=1 v8_optimized_debug=1 v8_target_arch=ia32", 153 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dcheck s=1 v8_optimized_debug=1 v8_target_arch=ia32",
153 "GYP_GENERATORS": "ninja", 154 "GYP_GENERATORS": "ninja",
154 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 155 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
155 }, 156 },
156 "name": "gclient runhooks" 157 "name": "gclient runhooks"
157 }, 158 },
158 { 159 {
159 "cmd": [ 160 "cmd": [
160 "python", 161 "python",
161 "-u", 162 "-u",
162 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 163 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
163 "--show-path", 164 "--show-path",
164 "python", 165 "python",
165 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 166 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
166 ], 167 ],
167 "name": "cleanup_temp" 168 "name": "cleanup_temp"
168 }, 169 },
169 { 170 {
170 "cmd": [ 171 "cmd": [
171 "python", 172 "python",
172 "-u", 173 "-u",
174 "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py",
175 "gen",
176 "-m",
177 "client.v8",
178 "-b",
179 "V8 Win32 - debug builder",
180 "--config-file",
181 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl",
182 "--goma-dir",
183 "[CACHE]\\cipd\\goma",
184 "--gyp-script=gypfiles\\gyp_v8",
185 "//out/Debug"
186 ],
187 "env": {
188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
189 },
190 "name": "generate_build_files",
191 "stdout": "/path/to/tmp/",
192 "~followup_annotations": [
193 "@@@STEP_LOG_LINE@stdout@some line@@@",
194 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@",
195 "@@@STEP_LOG_LINE@stdout@moar@@@",
196 "@@@STEP_LOG_END@stdout@@@",
197 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@",
198 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@",
199 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@",
200 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@",
201 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@",
202 "@@@STEP_LOG_LINE@diff@? ^^^^@@@",
203 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@",
204 "@@@STEP_LOG_LINE@diff@? ^^^@@@",
205 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@",
206 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@",
207 "@@@STEP_LOG_LINE@diff@- v8_enable_slow_dchecks: 1@@@",
208 "@@@STEP_LOG_LINE@diff@- v8_optimized_debug: 1@@@",
209 "@@@STEP_LOG_END@diff@@@",
210 "@@@STEP_WARNINGS@@@"
211 ]
212 },
213 {
214 "cmd": [
215 "python",
216 "-u",
173 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
174 "--show-path", 218 "--show-path",
175 "python", 219 "python",
176 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
177 "--gsutil-py-path", 221 "--gsutil-py-path",
178 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 222 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
179 "--ninja-path", 223 "--ninja-path",
180 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 224 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
181 "--target", 225 "--target",
182 "Debug", 226 "Debug",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "~followup_annotations": [ 345 "~followup_annotations": [
302 "@@@STEP_TEXT@V8 Win32 - debug@@@" 346 "@@@STEP_TEXT@V8 Win32 - debug@@@"
303 ] 347 ]
304 }, 348 },
305 { 349 {
306 "name": "$result", 350 "name": "$result",
307 "recipe_result": null, 351 "recipe_result": null,
308 "status_code": 0 352 "status_code": 0
309 } 353 }
310 ] 354 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698