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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_chromium_gn_rel", 10 "v8_linux_chromium_gn_rel",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 ] 256 ]
257 }, 257 },
258 { 258 {
259 "cmd": [ 259 "cmd": [
260 "python", 260 "python",
261 "-u", 261 "-u",
262 "import sys; sys.exit(0)" 262 "import sys; sys.exit(0)"
263 ], 263 ],
264 "name": "analyze", 264 "name": "analyze",
265 "~followup_annotations": [ 265 "~followup_annotations": [
266 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
266 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 267 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
267 "@@@STEP_LOG_END@excluded_files@@@", 268 "@@@STEP_LOG_END@excluded_files@@@",
268 "@@@STEP_LOG_LINE@analyze_details@{@@@", 269 "@@@STEP_LOG_LINE@analyze_details@{@@@",
269 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 270 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
270 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 271 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
271 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@", 272 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
272 "@@@STEP_LOG_LINE@analyze_details@ \"extensions_browsertests\", @@@", 273 "@@@STEP_LOG_LINE@analyze_details@ \"extensions_browsertests\", @@@",
273 "@@@STEP_LOG_LINE@analyze_details@ \"gin_unittests\", @@@", 274 "@@@STEP_LOG_LINE@analyze_details@ \"gin_unittests\", @@@",
274 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\", @@@", 275 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\", @@@",
275 "@@@STEP_LOG_LINE@analyze_details@ \"pdfium_test\", @@@", 276 "@@@STEP_LOG_LINE@analyze_details@ \"pdfium_test\", @@@",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 "~followup_annotations": [ 576 "~followup_annotations": [
576 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 577 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
577 ] 578 ]
578 }, 579 },
579 { 580 {
580 "name": "$result", 581 "name": "$result",
581 "reason": "Step('compile (with patch)') failed with return_code 1", 582 "reason": "Step('compile (with patch)') failed with return_code 1",
582 "status_code": 1 583 "status_code": 1
583 } 584 }
584 ] 585 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698