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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_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_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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ] 263 ]
264 }, 264 },
265 { 265 {
266 "cmd": [ 266 "cmd": [
267 "python", 267 "python",
268 "-u", 268 "-u",
269 "import sys; sys.exit(0)" 269 "import sys; sys.exit(0)"
270 ], 270 ],
271 "name": "analyze", 271 "name": "analyze",
272 "~followup_annotations": [ 272 "~followup_annotations": [
273 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
273 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 274 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
274 "@@@STEP_LOG_END@excluded_files@@@", 275 "@@@STEP_LOG_END@excluded_files@@@",
275 "@@@STEP_LOG_LINE@analyze_details@{@@@", 276 "@@@STEP_LOG_LINE@analyze_details@{@@@",
276 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 277 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
277 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 278 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
278 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 279 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
279 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 280 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
280 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 281 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
281 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 282 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
282 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 283 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@", 435 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@",
435 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_rel/571/layout-test-results.zip@@@" 436 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_rel/571/layout-test-results.zip@@@"
436 ] 437 ]
437 }, 438 },
438 { 439 {
439 "name": "$result", 440 "name": "$result",
440 "recipe_result": null, 441 "recipe_result": null,
441 "status_code": 0 442 "status_code": 0
442 } 443 }
443 ] 444 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698