bot/code_review_bot/analysis.py [73:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            ),
            format="remarkup",
            duration=extras.get("duration", 0),
        )
        phabricator_api.update_build_target(
            build.target_phid, BuildState.Fail, unit=[failure]
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



bot/code_review_bot/analysis.py [92:98]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            ),
            format="remarkup",
            duration=extras.get("duration", 0),
        )
        phabricator_api.update_build_target(
            build.target_phid, BuildState.Fail, unit=[failure]
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



