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

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

Issue 2151583002: recipes/win: Stop explicitly disabling precompiled headers in recipes in goma builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "cmd": [ 211 "cmd": [
212 "python", 212 "python",
213 "-u", 213 "-u",
214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
215 "runhooks" 215 "runhooks"
216 ], 216 ],
217 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", 217 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
218 "env": { 218 "env": {
219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
220 "GYP_CHROMIUM_NO_ACTION": "1", 220 "GYP_CHROMIUM_NO_ACTION": "1",
221 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_ goma=1", 221 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1",
222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
223 }, 223 },
224 "name": "gclient runhooks (with patch)" 224 "name": "gclient runhooks (with patch)"
225 }, 225 },
226 { 226 {
227 "cmd": [ 227 "cmd": [
228 "python", 228 "python",
229 "-u", 229 "-u",
230 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_ targets.py", 230 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\testing\\scripts\\get_compile_ targets.py",
231 "--output", 231 "--output",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "step returned non-zero exit code: 1", 477 "step returned non-zero exit code: 1",
478 "@@@STEP_EXCEPTION@@@" 478 "@@@STEP_EXCEPTION@@@"
479 ] 479 ]
480 }, 480 },
481 { 481 {
482 "name": "$result", 482 "name": "$result",
483 "recipe_result": null, 483 "recipe_result": null,
484 "status_code": 0 484 "status_code": 0
485 } 485 }
486 ] 486 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698