Beispiel #1
0
 def notify_failure(self, artifact, exc_info):
     """Notify about a failure.  This marks a failed artifact and stores
     a failure.
     """
     self.failed_artifacts.append(artifact)
     self.builder.failure_controller.store_failure(artifact.artifact_name, exc_info)
     reporter.report_failure(artifact, exc_info)
Beispiel #2
0
 def notify_failure(self, artifact, exc_info):
     """Notify about a failure.  This marks a failed artifact and stores
     a failure.
     """
     self.failed_artifacts.append(artifact)
     self.builder.failure_controller.store_failure(artifact.artifact_name, exc_info)
     reporter.report_failure(artifact, exc_info)