Chromium Code Reviews| Index: scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json |
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json b/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json |
| index c2cb01d2b28a28366a2345ae899e742bc0437486..25ca002467dce3cc1a29dbbba06f943103388357 100644 |
| --- a/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json |
| +++ b/scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.json |
| @@ -322,7 +322,32 @@ |
| "~followup_annotations": [ |
| "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| - "@@@STEP_LOG_END@excluded_files@@@", |
| + "@@@STEP_LOG_END@excluded_files@@@" |
|
chrishall
2016/10/07 06:36:26
was removal of this trailing comma intended?
Paweł Hajdan Jr.
2016/10/07 10:50:54
The file is auto-generated, and yes it is for pyth
|
| + ] |
| + }, |
| + { |
| + "cmd": [ |
| + "python", |
| + "-u", |
| + "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| + "--show-path", |
| + "python", |
| + "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", |
| + "--event-mon-run-type", |
| + "test", |
| + "--master-name", |
| + "tryserver.chromium.linux", |
| + "--builder-name", |
| + "linux_chromium_rel_ng", |
| + "--build-id", |
| + "571", |
| + "--analyze-input", |
| + "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": [\"base_unittests\"]}", |
| + "--analyze-output", |
| + "{\"status\": \"Analyze disabled: matched exclusion\"}" |
| + ], |
| + "name": "analyze report", |
| + "~followup_annotations": [ |
| "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |