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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_coverage", 10 "android_coverage",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 ] 248 ]
249 }, 249 },
250 { 250 {
251 "cmd": [ 251 "cmd": [
252 "python", 252 "python",
253 "-u", 253 "-u",
254 "import sys; sys.exit(0)" 254 "import sys; sys.exit(0)"
255 ], 255 ],
256 "name": "analyze", 256 "name": "analyze",
257 "~followup_annotations": [ 257 "~followup_annotations": [
258 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
258 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 259 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
259 "@@@STEP_LOG_END@excluded_files@@@", 260 "@@@STEP_LOG_END@excluded_files@@@",
260 "@@@STEP_LOG_LINE@analyze_details@{@@@", 261 "@@@STEP_LOG_LINE@analyze_details@{@@@",
261 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 262 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
262 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 263 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
263 "@@@STEP_LOG_LINE@analyze_details@ \"android_webview_test_apk\", @@@", 264 "@@@STEP_LOG_LINE@analyze_details@ \"android_webview_test_apk\", @@@",
264 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_public_test_apk\", @@@", 265 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_public_test_apk\", @@@",
265 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_sync_shell_test_apk\", @@@" , 266 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_sync_shell_test_apk\", @@@" ,
266 "@@@STEP_LOG_LINE@analyze_details@ \"content_shell_test_apk\"@@@", 267 "@@@STEP_LOG_LINE@analyze_details@ \"content_shell_test_apk\"@@@",
267 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 268 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1450 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1450 "@@@STEP_LOG_END@python.inline@@@" 1451 "@@@STEP_LOG_END@python.inline@@@"
1451 ] 1452 ]
1452 }, 1453 },
1453 { 1454 {
1454 "name": "$result", 1455 "name": "$result",
1455 "recipe_result": null, 1456 "recipe_result": null,
1456 "status_code": 0 1457 "status_code": 0
1457 } 1458 }
1458 ] 1459 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698