Skip to content

importer: handle import errors

Mark Janes requested to merge majanes/mesa_ci_results:threads into master

Now that import is threaded, any exception kills the job thread, ending all subsequent imports for the job.

Catch all exceptions, removing the troublesome tar file and continuing.

Merge request reports