OLD | NEW |
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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "cleanup temp" | 9 "name": "cleanup temp" |
10 }, | 10 }, |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
118 "env": { | 118 "env": { |
119 "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' proprietary_codecs=1 target_arch=ia32 test_isolati
on_mode=prepare use_goma=1" | 119 "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' proprietary_codecs=1 target_arch=ia32 test_isolati
on_mode=prepare use_goma=1" |
120 }, | 120 }, |
121 "name": "gclient runhooks" | 121 "name": "gclient runhooks" |
122 }, | 122 }, |
123 { | 123 { |
124 "cmd": [ | 124 "cmd": [ |
125 "python", | 125 "python", |
126 "-u", | 126 "-u", |
127 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 127 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
128 "--build-dir", | 128 "--build-dir", |
129 "[SLAVE_BUILD]\\src\\out\\Release", | 129 "[SLAVE_BUILD]\\src\\out\\Release", |
130 "--clean-isolated-files" | 130 "--clean-isolated-files" |
131 ], | 131 ], |
132 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
133 "name": "clean isolated files" | 133 "name": "clean isolated files" |
134 }, | 134 }, |
135 { | 135 { |
136 "cmd": [ | 136 "cmd": [ |
137 "[DEPOT_TOOLS]\\git.bat", | 137 "[DEPOT_TOOLS]\\git.bat", |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 419 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
420 "@@@STEP_LOG_END@json.output (invalid)@@@" | 420 "@@@STEP_LOG_END@json.output (invalid)@@@" |
421 ] | 421 ] |
422 }, | 422 }, |
423 { | 423 { |
424 "name": "$result", | 424 "name": "$result", |
425 "reason": "Step('compile (with patch)') failed with return_code 1", | 425 "reason": "Step('compile (with patch)') failed with return_code 1", |
426 "status_code": 1 | 426 "status_code": 1 |
427 } | 427 } |
428 ] | 428 ] |
OLD | NEW |