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

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

Issue 1929553002: analyze: implement mechanism to ignore some file changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fixes Created 4 years, 7 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 | Annotate | Revision Log
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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 ] 278 ]
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "python", 282 "python",
283 "-u", 283 "-u",
284 "import sys; sys.exit(0)" 284 "import sys; sys.exit(0)"
285 ], 285 ],
286 "name": "analyze", 286 "name": "analyze",
287 "~followup_annotations": [ 287 "~followup_annotations": [
288 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
288 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 289 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
289 "@@@STEP_LOG_END@excluded_files@@@", 290 "@@@STEP_LOG_END@excluded_files@@@",
290 "@@@STEP_LOG_LINE@analyze_details@{@@@", 291 "@@@STEP_LOG_LINE@analyze_details@{@@@",
291 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 292 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
292 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 293 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
293 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 294 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 295 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
295 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 296 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
296 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 297 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 298 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "Release" 458 "Release"
458 ], 459 ],
459 "name": "process_dumps" 460 "name": "process_dumps"
460 }, 461 },
461 { 462 {
462 "name": "$result", 463 "name": "$result",
463 "recipe_result": null, 464 "recipe_result": null,
464 "status_code": 0 465 "status_code": 0
465 } 466 }
466 ] 467 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698