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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/win_release_fyi.json

Issue 1512093002: Revert "Switch remaining bots to new Telemetry GPU isolate." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "--goma-dir", 141 "--goma-dir",
142 "[BUILD]\\goma", 142 "[BUILD]\\goma",
143 "--", 143 "--",
144 "angle_unittests_run", 144 "angle_unittests_run",
145 "content_gl_tests_run", 145 "content_gl_tests_run",
146 "gl_tests_run", 146 "gl_tests_run",
147 "gl_unittests_run", 147 "gl_unittests_run",
148 "gles2_conform_test_run", 148 "gles2_conform_test_run",
149 "gpu_unittests_run", 149 "gpu_unittests_run",
150 "tab_capture_end2end_tests_run", 150 "tab_capture_end2end_tests_run",
151 "telemetry_gpu_new_test_run", 151 "telemetry_gpu_test_run",
152 "audio_unittests_run", 152 "audio_unittests_run",
153 "content_unittests_run", 153 "content_unittests_run",
154 "angle_end2end_tests_run", 154 "angle_end2end_tests_run",
155 "telemetry_gpu_new_test_run",
155 "angle_deqp_gles2_tests_run", 156 "angle_deqp_gles2_tests_run",
156 "angle_deqp_gles3_tests_run" 157 "angle_deqp_gles3_tests_run"
157 ], 158 ],
158 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
159 "name": "compile", 160 "name": "compile",
160 "~followup_annotations": [ 161 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 162 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
162 "@@@STEP_LOG_END@json.output (invalid)@@@" 163 "@@@STEP_LOG_END@json.output (invalid)@@@"
163 ] 164 ]
164 }, 165 },
165 { 166 {
166 "cmd": [ 167 "cmd": [
167 "python", 168 "python",
168 "-u", 169 "-u",
169 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 170 "RECIPE_MODULE[isolate]\\resources\\isolate.py",
170 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 171 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
171 "batcharchive", 172 "batcharchive",
172 "--dump-json", 173 "--dump-json",
173 "/path/to/tmp/json", 174 "/path/to/tmp/json",
174 "--isolate-server", 175 "--isolate-server",
175 "https://isolateserver.appspot.com", 176 "https://isolateserver.appspot.com",
176 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json", 177 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json",
177 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", 178 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json",
178 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json", 179 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json",
179 "[SLAVE_BUILD]\\src\\out\\Release\\gl_unittests.isolated.gen.json", 180 "[SLAVE_BUILD]\\src\\out\\Release\\gl_unittests.isolated.gen.json",
180 "[SLAVE_BUILD]\\src\\out\\Release\\gles2_conform_test.isolated.gen.json", 181 "[SLAVE_BUILD]\\src\\out\\Release\\gles2_conform_test.isolated.gen.json",
181 "[SLAVE_BUILD]\\src\\out\\Release\\gpu_unittests.isolated.gen.json", 182 "[SLAVE_BUILD]\\src\\out\\Release\\gpu_unittests.isolated.gen.json",
182 "[SLAVE_BUILD]\\src\\out\\Release\\tab_capture_end2end_tests.isolated.gen. json", 183 "[SLAVE_BUILD]\\src\\out\\Release\\tab_capture_end2end_tests.isolated.gen. json",
183 "[SLAVE_BUILD]\\src\\out\\Release\\telemetry_gpu_new_test.isolated.gen.jso n", 184 "[SLAVE_BUILD]\\src\\out\\Release\\telemetry_gpu_test.isolated.gen.json",
184 "[SLAVE_BUILD]\\src\\out\\Release\\audio_unittests.isolated.gen.json", 185 "[SLAVE_BUILD]\\src\\out\\Release\\audio_unittests.isolated.gen.json",
185 "[SLAVE_BUILD]\\src\\out\\Release\\content_unittests.isolated.gen.json", 186 "[SLAVE_BUILD]\\src\\out\\Release\\content_unittests.isolated.gen.json",
186 "[SLAVE_BUILD]\\src\\out\\Release\\angle_end2end_tests.isolated.gen.json", 187 "[SLAVE_BUILD]\\src\\out\\Release\\angle_end2end_tests.isolated.gen.json",
188 "[SLAVE_BUILD]\\src\\out\\Release\\telemetry_gpu_new_test.isolated.gen.jso n",
187 "[SLAVE_BUILD]\\src\\out\\Release\\angle_deqp_gles2_tests.isolated.gen.jso n", 189 "[SLAVE_BUILD]\\src\\out\\Release\\angle_deqp_gles2_tests.isolated.gen.jso n",
188 "[SLAVE_BUILD]\\src\\out\\Release\\angle_deqp_gles3_tests.isolated.gen.jso n" 190 "[SLAVE_BUILD]\\src\\out\\Release\\angle_deqp_gles3_tests.isolated.gen.jso n"
189 ], 191 ],
190 "cwd": "[SLAVE_BUILD]", 192 "cwd": "[SLAVE_BUILD]",
191 "name": "isolate tests", 193 "name": "isolate tests",
192 "~followup_annotations": [ 194 "~followup_annotations": [
193 "@@@STEP_LOG_LINE@json.output@{@@@", 195 "@@@STEP_LOG_LINE@json.output@{@@@",
194 "@@@STEP_LOG_LINE@json.output@ \"angle_deqp_gles2_tests\": \"[dummy hash for angle_deqp_gles2_tests]\", @@@", 196 "@@@STEP_LOG_LINE@json.output@ \"angle_deqp_gles2_tests\": \"[dummy hash for angle_deqp_gles2_tests]\", @@@",
195 "@@@STEP_LOG_LINE@json.output@ \"angle_deqp_gles3_tests\": \"[dummy hash for angle_deqp_gles3_tests]\", @@@", 197 "@@@STEP_LOG_LINE@json.output@ \"angle_deqp_gles3_tests\": \"[dummy hash for angle_deqp_gles3_tests]\", @@@",
196 "@@@STEP_LOG_LINE@json.output@ \"angle_end2end_tests\": \"[dummy hash for angle_end2end_tests]\", @@@", 198 "@@@STEP_LOG_LINE@json.output@ \"angle_end2end_tests\": \"[dummy hash for angle_end2end_tests]\", @@@",
197 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@", 199 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@",
198 "@@@STEP_LOG_LINE@json.output@ \"audio_unittests\": \"[dummy hash for aud io_unittests]\", @@@", 200 "@@@STEP_LOG_LINE@json.output@ \"audio_unittests\": \"[dummy hash for aud io_unittests]\", @@@",
199 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@", 201 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@",
200 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c ontent_unittests]\", @@@", 202 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c ontent_unittests]\", @@@",
201 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 203 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
202 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@", 204 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@",
203 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@", 205 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@",
204 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@", 206 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@",
205 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 207 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
206 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\": \"[dummy hash for telemetry_gpu_new_test]\"@@@", 208 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\": \"[dummy hash for telemetry_gpu_new_test]\", @@@",
209 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
207 "@@@STEP_LOG_LINE@json.output@}@@@", 210 "@@@STEP_LOG_LINE@json.output@}@@@",
208 "@@@STEP_LOG_END@json.output@@@", 211 "@@@STEP_LOG_END@json.output@@@",
209 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_deqp_gles2_tests\": \"[dummy hash for angle_deqp_gles2_tests]\", \"angle_deqp_gles3_tests\": \"[dummy hash fo r angle_deqp_gles3_tests]\", \"angle_end2end_tests\": \"[dummy hash for angle_en d2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unittests]\", \"aud io_unittests\": \"[dummy hash for audio_unittests]\", \"content_gl_tests\": \"[d ummy hash for content_gl_tests]\", \"content_unittests\": \"[dummy hash for cont ent_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash for gl_unittests]\", \"gles2_conform_test\": \"[dummy hash for gl es2_conform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"ta b_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"tel emetry_gpu_new_test\": \"[dummy hash for telemetry_gpu_new_test]\"}@@@" 212 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_deqp_gles2_tests\": \"[dummy hash for angle_deqp_gles2_tests]\", \"angle_deqp_gles3_tests\": \"[dummy hash fo r angle_deqp_gles3_tests]\", \"angle_end2end_tests\": \"[dummy hash for angle_en d2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unittests]\", \"aud io_unittests\": \"[dummy hash for audio_unittests]\", \"content_gl_tests\": \"[d ummy hash for content_gl_tests]\", \"content_unittests\": \"[dummy hash for cont ent_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unittests\": \"[dummy hash for gl_unittests]\", \"gles2_conform_test\": \"[dummy hash for gl es2_conform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"ta b_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"tel emetry_gpu_new_test\": \"[dummy hash for telemetry_gpu_new_test]\", \"telemetry_ gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@"
210 ] 213 ]
211 }, 214 },
212 { 215 {
213 "allow_subannotations": true, 216 "allow_subannotations": true,
214 "cmd": [ 217 "cmd": [
215 "python", 218 "python",
216 "-u", 219 "-u",
217 "[BUILD]\\scripts\\slave\\runtest.py", 220 "[BUILD]\\scripts\\slave\\runtest.py",
218 "--target", 221 "--target",
219 "Release", 222 "Release",
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 ], 1041 ],
1039 "cwd": "[SLAVE_BUILD]", 1042 "cwd": "[SLAVE_BUILD]",
1040 "name": "gpu_unittests" 1043 "name": "gpu_unittests"
1041 }, 1044 },
1042 { 1045 {
1043 "name": "$result", 1046 "name": "$result",
1044 "recipe_result": null, 1047 "recipe_result": null,
1045 "status_code": 0 1048 "status_code": 0
1046 } 1049 }
1047 ] 1050 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698