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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.json

Issue 2403473002: filter: temporarily disable analyze_report (Closed)
Patch Set: Created 4 years, 2 months 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 { 312 {
313 "cmd": [ 313 "cmd": [
314 "python", 314 "python",
315 "-u", 315 "-u",
316 "import sys; sys.exit(0)" 316 "import sys; sys.exit(0)"
317 ], 317 ],
318 "name": "analyze", 318 "name": "analyze",
319 "~followup_annotations": [ 319 "~followup_annotations": [
320 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 320 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
321 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 321 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
322 "@@@STEP_LOG_END@excluded_files@@@" 322 "@@@STEP_LOG_END@excluded_files@@@",
323 ]
324 },
325 {
326 "cmd": [
327 "python",
328 "-u",
329 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
330 "--show-path",
331 "python",
332 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\send_analyze_event.py",
333 "--event-mon-run-type",
334 "test",
335 "--master-name",
336 "tryserver.chromium.win",
337 "--builder-name",
338 "win_clang",
339 "--build-id",
340 "571",
341 "--analyze-input",
342 "{\"additional_compile_targets\": [\"all\"], \"files\": [\"foo.cc\"], \"te st_targets\": []}",
343 "--analyze-output",
344 "{\"status\": \"Analyze disabled: matched exclusion\"}"
345 ],
346 "name": "analyze report",
347 "~followup_annotations": [
348 "@@@STEP_LOG_LINE@analyze_details@{@@@", 323 "@@@STEP_LOG_LINE@analyze_details@{@@@",
349 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 324 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
350 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 325 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
351 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 326 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
352 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 327 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
353 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 328 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
354 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
355 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
356 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 331 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
357 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 332 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "import sys; sys.exit(0)" 454 "import sys; sys.exit(0)"
480 ], 455 ],
481 "name": "mark: before_tests" 456 "name": "mark: before_tests"
482 }, 457 },
483 { 458 {
484 "name": "$result", 459 "name": "$result",
485 "recipe_result": null, 460 "recipe_result": null,
486 "status_code": 0 461 "status_code": 0
487 } 462 }
488 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698