Skip to content

Bring back BulkImports::PipelineWorker 90 minutes job timeout

What does this MR do and why?

In #387855 (closed) we removed BulkImports::Pipeline::NDJSON_EXPORT_TIMEOUT 90 minutes timeout which was kicking in if export on source gitlab instance was taking too long to complete. This, however, makes our end-to-end tests getting stuck (due to an existing issue with ci pipelines not exporting within the reasonable amount of time). I am reverting this change and putting back the timeout as a temporary measure until we resolve pipeline export issue.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports