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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "cwd": "[SLAVE_BUILD]", | 111 "cwd": "[SLAVE_BUILD]", |
112 "env": { | 112 "env": { |
113 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=shared_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" | 113 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 chromium_win
_pch=0 component=shared_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" |
114 }, | 114 }, |
115 "name": "gclient runhooks" | 115 "name": "gclient runhooks" |
116 }, | 116 }, |
117 { | 117 { |
118 "cmd": [ | 118 "cmd": [ |
119 "python", | 119 "python", |
120 "-u", | 120 "-u", |
121 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 121 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
122 "--build-dir", | 122 "--build-dir", |
123 "[SLAVE_BUILD]\\src\\out\\Debug", | 123 "[SLAVE_BUILD]\\src\\out\\Debug", |
124 "--clean-isolated-files" | 124 "--clean-isolated-files" |
125 ], | 125 ], |
126 "cwd": "[SLAVE_BUILD]", | 126 "cwd": "[SLAVE_BUILD]", |
127 "name": "clean isolated files" | 127 "name": "clean isolated files" |
128 }, | 128 }, |
129 { | 129 { |
130 "cmd": [ | 130 "cmd": [ |
131 "python", | 131 "python", |
(...skipping 24 matching lines...) Expand all Loading... |
156 "name": "compile", | 156 "name": "compile", |
157 "~followup_annotations": [ | 157 "~followup_annotations": [ |
158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
159 "@@@STEP_LOG_END@json.output (invalid)@@@" | 159 "@@@STEP_LOG_END@json.output (invalid)@@@" |
160 ] | 160 ] |
161 }, | 161 }, |
162 { | 162 { |
163 "cmd": [ | 163 "cmd": [ |
164 "python", | 164 "python", |
165 "-u", | 165 "-u", |
166 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 166 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
167 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 167 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
168 "batcharchive", | 168 "batcharchive", |
169 "--dump-json", | 169 "--dump-json", |
170 "/path/to/tmp/json", | 170 "/path/to/tmp/json", |
171 "--isolate-server", | 171 "--isolate-server", |
172 "https://isolateserver.appspot.com", | 172 "https://isolateserver.appspot.com", |
173 "[SLAVE_BUILD]\\src\\out\\Debug\\angle_unittests.isolated.gen.json", | 173 "[SLAVE_BUILD]\\src\\out\\Debug\\angle_unittests.isolated.gen.json", |
174 "[SLAVE_BUILD]\\src\\out\\Debug\\content_gl_tests.isolated.gen.json", | 174 "[SLAVE_BUILD]\\src\\out\\Debug\\content_gl_tests.isolated.gen.json", |
175 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_tests.isolated.gen.json", | 175 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_tests.isolated.gen.json", |
176 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_unittests.isolated.gen.json", | 176 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_unittests.isolated.gen.json", |
(...skipping 16 matching lines...) Expand all Loading... |
193 "@@@STEP_LOG_END@json.output@@@", | 193 "@@@STEP_LOG_END@json.output@@@", |
194 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash
for gl_unittests]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"ta
b_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"tel
emetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@" | 194 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash
for gl_unittests]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"ta
b_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"tel
emetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@" |
195 ] | 195 ] |
196 }, | 196 }, |
197 { | 197 { |
198 "name": "$result", | 198 "name": "$result", |
199 "recipe_result": null, | 199 "recipe_result": null, |
200 "status_code": 0 | 200 "status_code": 0 |
201 } | 201 } |
202 ] | 202 ] |
OLD | NEW |