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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/runhooks_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 "~followup_annotations": [ 225 "~followup_annotations": [
226 "step returned non-zero exit code: 1", 226 "step returned non-zero exit code: 1",
227 "@@@STEP_FAILURE@@@" 227 "@@@STEP_FAILURE@@@"
228 ] 228 ]
229 }, 229 },
230 { 230 {
231 "cmd": [ 231 "cmd": [
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "cmd": [ 332 "cmd": [
333 "python", 333 "python",
334 "-u", 334 "-u",
335 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 335 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
336 "runhooks" 336 "runhooks"
337 ], 337 ],
338 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", 338 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
339 "env": { 339 "env": {
340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
341 "GYP_CHROMIUM_NO_ACTION": "1", 341 "GYP_CHROMIUM_NO_ACTION": "1",
342 "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", 342 "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",
343 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 343 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
344 }, 344 },
345 "name": "gclient runhooks (without patch)", 345 "name": "gclient runhooks (without patch)",
346 "~followup_annotations": [ 346 "~followup_annotations": [
347 "step returned non-zero exit code: 1", 347 "step returned non-zero exit code: 1",
348 "@@@STEP_FAILURE@@@" 348 "@@@STEP_FAILURE@@@"
349 ] 349 ]
350 }, 350 },
351 { 351 {
352 "cmd": [ 352 "cmd": [
353 "python", 353 "python",
354 "-u", 354 "-u",
355 "import sys; sys.exit(0)" 355 "import sys; sys.exit(0)"
356 ], 356 ],
357 "name": "mark: before_tests", 357 "name": "mark: before_tests",
358 "~followup_annotations": [ 358 "~followup_annotations": [
359 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@" 359 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@"
360 ] 360 ]
361 }, 361 },
362 { 362 {
363 "name": "$result", 363 "name": "$result",
364 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1", 364 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1",
365 "recipe_result": null, 365 "recipe_result": null,
366 "status_code": 1 366 "status_code": 1
367 } 367 }
368 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698