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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 { 317 {
318 "cmd": [ 318 "cmd": [
319 "python", 319 "python",
320 "-u", 320 "-u",
321 "import sys; sys.exit(0)" 321 "import sys; sys.exit(0)"
322 ], 322 ],
323 "name": "analyze", 323 "name": "analyze",
324 "~followup_annotations": [ 324 "~followup_annotations": [
325 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 325 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
326 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 326 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
327 "@@@STEP_LOG_END@excluded_files@@@" 327 "@@@STEP_LOG_END@excluded_files@@@",
328 ]
329 },
330 {
331 "cmd": [
332 "python",
333 "-u",
334 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
335 "--show-path",
336 "python",
337 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\send_analyze_event.py",
338 "--event-mon-run-type",
339 "test",
340 "--master-name",
341 "tryserver.chromium.win",
342 "--builder-name",
343 "win_archive",
344 "--build-id",
345 "571",
346 "--analyze-input",
347 "{\"additional_compile_targets\": [\"all\"], \"files\": [\"foo.cc\"], \"te st_targets\": []}",
348 "--analyze-output",
349 "{\"status\": \"Analyze disabled: matched exclusion\"}"
350 ],
351 "name": "analyze report",
352 "~followup_annotations": [
353 "@@@STEP_LOG_LINE@analyze_details@{@@@", 328 "@@@STEP_LOG_LINE@analyze_details@{@@@",
354 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 329 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
355 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 330 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
356 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 331 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
357 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 332 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
358 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 333 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
359 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 334 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
360 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 335 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
361 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", 336 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@",
362 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 337 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "import sys; sys.exit(0)" 430 "import sys; sys.exit(0)"
456 ], 431 ],
457 "name": "mark: before_tests" 432 "name": "mark: before_tests"
458 }, 433 },
459 { 434 {
460 "name": "$result", 435 "name": "$result",
461 "recipe_result": null, 436 "recipe_result": null,
462 "status_code": 0 437 "status_code": 0
463 } 438 }
464 ] 439 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698