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=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" | 113 "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" |
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\\Release", | 123 "[SLAVE_BUILD]\\src\\out\\Release", |
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 30 matching lines...) Expand all Loading... |
162 "name": "compile", | 162 "name": "compile", |
163 "~followup_annotations": [ | 163 "~followup_annotations": [ |
164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
165 "@@@STEP_LOG_END@json.output (invalid)@@@" | 165 "@@@STEP_LOG_END@json.output (invalid)@@@" |
166 ] | 166 ] |
167 }, | 167 }, |
168 { | 168 { |
169 "cmd": [ | 169 "cmd": [ |
170 "python", | 170 "python", |
171 "-u", | 171 "-u", |
172 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 172 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
173 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 173 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
174 "batcharchive", | 174 "batcharchive", |
175 "--dump-json", | 175 "--dump-json", |
176 "/path/to/tmp/json", | 176 "/path/to/tmp/json", |
177 "--isolate-server", | 177 "--isolate-server", |
178 "https://isolateserver.appspot.com", | 178 "https://isolateserver.appspot.com", |
179 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json", | 179 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json", |
180 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", | 180 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", |
181 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json", | 181 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json", |
182 "[SLAVE_BUILD]\\src\\out\\Release\\gl_unittests.isolated.gen.json", | 182 "[SLAVE_BUILD]\\src\\out\\Release\\gl_unittests.isolated.gen.json", |
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 ], | 1041 ], |
1042 "cwd": "[SLAVE_BUILD]", | 1042 "cwd": "[SLAVE_BUILD]", |
1043 "name": "gpu_unittests" | 1043 "name": "gpu_unittests" |
1044 }, | 1044 }, |
1045 { | 1045 { |
1046 "name": "$result", | 1046 "name": "$result", |
1047 "recipe_result": null, | 1047 "recipe_result": null, |
1048 "status_code": 0 | 1048 "status_code": 0 |
1049 } | 1049 } |
1050 ] | 1050 ] |
OLD | NEW |