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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "@@@STEP_LOG_LINE@json.output@}@@@", 210 "@@@STEP_LOG_LINE@json.output@}@@@",
211 "@@@STEP_LOG_END@json.output@@@" 211 "@@@STEP_LOG_END@json.output@@@"
212 ] 212 ]
213 }, 213 },
214 { 214 {
215 "cmd": [ 215 "cmd": [
216 "python", 216 "python",
217 "-u", 217 "-u",
218 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", 218 "[SLAVE_BUILD]\\src\\build\\gyp_chromium",
219 "--analyzer", 219 "--analyzer",
220 "{\"additional_compile_targets\": [\"chromium_builder_tests\", \"crash_ser vice\"], \"files\": [\"foo.cc\"], \"test_targets\": [\"angle_unittests_run\", \" content_gl_tests_run\", \"gl_tests_run\", \"gl_unittests_run\", \"mini_installer \", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_new_test_run\"]}", 220 "{\"additional_compile_targets\": [\"chromium_builder_tests\", \"crash_ser vice\"], \"files\": [\"foo.cc\"], \"test_targets\": [\"angle_unittests_run\", \" content_gl_tests_run\", \"gl_tests_run\", \"gl_unittests_run\", \"mini_installer \", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}",
221 "/path/to/tmp/json" 221 "/path/to/tmp/json"
222 ], 222 ],
223 "cwd": "[SLAVE_BUILD]", 223 "cwd": "[SLAVE_BUILD]",
224 "env": { 224 "env": {
225 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\go ma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1 " 225 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\go ma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1 "
226 }, 226 },
227 "name": "analyze", 227 "name": "analyze",
228 "~followup_annotations": [ 228 "~followup_annotations": [
229 "@@@STEP_TEXT@No compile necessary@@@", 229 "@@@STEP_TEXT@No compile necessary@@@",
230 "@@@STEP_LOG_LINE@json.output@{@@@", 230 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 10 matching lines...) Expand all
241 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 241 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
242 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 242 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
243 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 243 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
244 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 244 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
245 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 245 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
246 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 246 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
247 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 247 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
248 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@", 248 "@@@STEP_LOG_LINE@analyze_details@ \"gl_unittests_run\", @@@",
249 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", 249 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@",
250 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 250 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
251 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_new_test_run\"@@@", 251 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
252 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 252 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
253 "@@@STEP_LOG_LINE@analyze_details@}@@@", 253 "@@@STEP_LOG_LINE@analyze_details@}@@@",
254 "@@@STEP_LOG_END@analyze_details@@@" 254 "@@@STEP_LOG_END@analyze_details@@@"
255 ] 255 ]
256 }, 256 },
257 { 257 {
258 "name": "$result", 258 "name": "$result",
259 "recipe_result": null, 259 "recipe_result": null,
260 "status_code": 0 260 "status_code": 0
261 } 261 }
262 ] 262 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698