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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.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.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 ] 287 ]
288 }, 288 },
289 { 289 {
290 "cmd": [ 290 "cmd": [
291 "python", 291 "python",
292 "-u", 292 "-u",
293 "import sys; sys.exit(0)" 293 "import sys; sys.exit(0)"
294 ], 294 ],
295 "name": "analyze", 295 "name": "analyze",
296 "~followup_annotations": [ 296 "~followup_annotations": [
297 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
297 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 298 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
298 "@@@STEP_LOG_END@excluded_files@@@", 299 "@@@STEP_LOG_END@excluded_files@@@",
299 "@@@STEP_LOG_LINE@analyze_details@{@@@", 300 "@@@STEP_LOG_LINE@analyze_details@{@@@",
300 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 301 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
301 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 302 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
302 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 303 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
303 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 304 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
304 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 305 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
305 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 306 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
306 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 307 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "import sys; sys.exit(0)" 395 "import sys; sys.exit(0)"
395 ], 396 ],
396 "name": "mark: before_tests" 397 "name": "mark: before_tests"
397 }, 398 },
398 { 399 {
399 "name": "$result", 400 "name": "$result",
400 "recipe_result": null, 401 "recipe_result": null,
401 "status_code": 0 402 "status_code": 0
402 } 403 }
403 ] 404 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698