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

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

Issue 620703002: Add isolate.clean_isolated_files and use in all related recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 2 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ], 82 ],
83 "env": { 83 "env": {
84 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win _pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\ \goma' internal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archi ve test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" 84 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win _pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\ \goma' internal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archi ve test_isolation_outdir=https://isolateserver.appspot.com use_goma=1"
85 }, 85 },
86 "name": "gclient runhooks" 86 "name": "gclient runhooks"
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "python", 90 "python",
91 "-u", 91 "-u",
92 "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolate d_tests.py",
93 "--build-dir",
94 "[SLAVE_BUILD]\\src\\out\\Release",
95 "--clean-isolated-files"
96 ],
97 "name": "clean isolated files"
98 },
99 {
100 "cmd": [
101 "python",
102 "-u",
92 "[BUILD]\\scripts\\slave\\compile.py", 103 "[BUILD]\\scripts\\slave\\compile.py",
93 "--target", 104 "--target",
94 "Release", 105 "Release",
95 "--src-dir", 106 "--src-dir",
96 "[SLAVE_BUILD]\\src", 107 "[SLAVE_BUILD]\\src",
97 "--build-tool", 108 "--build-tool",
98 "ninja", 109 "ninja",
99 "--compiler", 110 "--compiler",
100 "goma", 111 "goma",
101 "--goma-dir", 112 "--goma-dir",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "@@@STEP_FAILURE@@@", 228 "@@@STEP_FAILURE@@@",
218 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@" 229 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@"
219 ] 230 ]
220 }, 231 },
221 { 232 {
222 "name": "$final_result", 233 "name": "$final_result",
223 "reason": "Step('compile (without patch)') failed with return_code 1", 234 "reason": "Step('compile (without patch)') failed with return_code 1",
224 "status_code": 1 235 "status_code": 1
225 } 236 }
226 ] 237 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698