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

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

Issue 1515933004: Rename telemetry_gpu_new_test back to telemetry_gpu_test. (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 ], 152 ],
153 "cwd": "[SLAVE_BUILD]", 153 "cwd": "[SLAVE_BUILD]",
154 "name": "compile", 154 "name": "compile",
155 "~followup_annotations": [ 155 "~followup_annotations": [
156 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 156 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
157 "@@@STEP_LOG_END@json.output (invalid)@@@" 157 "@@@STEP_LOG_END@json.output (invalid)@@@"
158 ] 158 ]
159 }, 159 },
160 { 160 {
161 "cmd": [ 161 "cmd": [
162 "python", 162 "python",
163 "-u", 163 "-u",
164 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 164 "RECIPE_MODULE[isolate]\\resources\\isolate.py",
165 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 165 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
166 "batcharchive", 166 "batcharchive",
167 "--dump-json", 167 "--dump-json",
168 "/path/to/tmp/json", 168 "/path/to/tmp/json",
169 "--isolate-server", 169 "--isolate-server",
170 "https://isolateserver.appspot.com", 170 "https://isolateserver.appspot.com",
171 "[SLAVE_BUILD]\\src\\out\\Debug\\angle_unittests.isolated.gen.json", 171 "[SLAVE_BUILD]\\src\\out\\Debug\\angle_unittests.isolated.gen.json",
172 "[SLAVE_BUILD]\\src\\out\\Debug\\content_gl_tests.isolated.gen.json", 172 "[SLAVE_BUILD]\\src\\out\\Debug\\content_gl_tests.isolated.gen.json",
173 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_tests.isolated.gen.json", 173 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_tests.isolated.gen.json",
174 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_unittests.isolated.gen.json", 174 "[SLAVE_BUILD]\\src\\out\\Debug\\gl_unittests.isolated.gen.json",
175 "[SLAVE_BUILD]\\src\\out\\Debug\\gles2_conform_test.isolated.gen.json", 175 "[SLAVE_BUILD]\\src\\out\\Debug\\gles2_conform_test.isolated.gen.json",
176 "[SLAVE_BUILD]\\src\\out\\Debug\\gpu_unittests.isolated.gen.json", 176 "[SLAVE_BUILD]\\src\\out\\Debug\\gpu_unittests.isolated.gen.json",
177 "[SLAVE_BUILD]\\src\\out\\Debug\\tab_capture_end2end_tests.isolated.gen.js on", 177 "[SLAVE_BUILD]\\src\\out\\Debug\\tab_capture_end2end_tests.isolated.gen.js on",
178 "[SLAVE_BUILD]\\src\\out\\Debug\\telemetry_gpu_new_test.isolated.gen.json" 178 "[SLAVE_BUILD]\\src\\out\\Debug\\telemetry_gpu_test.isolated.gen.json"
179 ], 179 ],
180 "cwd": "[SLAVE_BUILD]", 180 "cwd": "[SLAVE_BUILD]",
181 "name": "isolate tests", 181 "name": "isolate tests",
182 "~followup_annotations": [ 182 "~followup_annotations": [
183 "@@@STEP_LOG_LINE@json.output@{@@@", 183 "@@@STEP_LOG_LINE@json.output@{@@@",
184 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@", 184 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang le_unittests]\", @@@",
185 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@", 185 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co ntent_gl_tests]\", @@@",
186 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@", 186 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\ ", @@@",
187 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@", 187 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni ttests]\", @@@",
188 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@", 188 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@",
189 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@", 189 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@",
190 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 190 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
191 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\": \"[dummy hash for telemetry_gpu_new_test]\"@@@", 191 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
192 "@@@STEP_LOG_LINE@json.output@}@@@", 192 "@@@STEP_LOG_LINE@json.output@}@@@",
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]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_tes t]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2e nd_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_new_ test\": \"[dummy hash for telemetry_gpu_new_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]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_tes t]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2e nd_tests\": \"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698