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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_upload.expected/compile_without_patch_fail.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
7 ], 7 ],
8 "name": "cleanup temp" 8 "name": "cleanup temp"
9 }, 9 },
10 { 10 {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 ], 84 ],
85 "env": { 85 "env": {
86 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win _pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs= 1 target_arch=ia32 test_isolation_mode=prepare use_goma=1" 86 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win _pch=0 component=static_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=C hrome gomadir='[BUILD]\\goma' internal_gles2_conform_tests=1 proprietary_codecs= 1 target_arch=ia32 test_isolation_mode=prepare use_goma=1"
87 }, 87 },
88 "name": "gclient runhooks" 88 "name": "gclient runhooks"
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py", 94 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
95 "--build-dir", 95 "--build-dir",
96 "[SLAVE_BUILD]\\src\\out\\Release", 96 "[SLAVE_BUILD]\\src\\out\\Release",
97 "--clean-isolated-files" 97 "--clean-isolated-files"
98 ], 98 ],
99 "name": "clean isolated files" 99 "name": "clean isolated files"
100 }, 100 },
101 { 101 {
102 "cmd": [ 102 "cmd": [
103 "[DEPOT_TOOLS]\\git.bat", 103 "[DEPOT_TOOLS]\\git.bat",
104 "diff", 104 "diff",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "@@@STEP_FAILURE@@@", 321 "@@@STEP_FAILURE@@@",
322 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@" 322 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@"
323 ] 323 ]
324 }, 324 },
325 { 325 {
326 "name": "$final_result", 326 "name": "$final_result",
327 "reason": "Step('compile (without patch)') failed with return_code 1", 327 "reason": "Step('compile (without patch)') failed with return_code 1",
328 "status_code": 1 328 "status_code": 1
329 } 329 }
330 ] 330 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698