Skip to content

Allow to store BuildTraceChunks on Object Storage

Kamil Trzciński requested to merge build-chunks-on-object-storage into master

What does this MR do?

This makes us store build trace chunks on Object Storage if enabled. This is more cost-efficient than using Database, and reduces database load.

If Object Storage is not used, we fallback to database as our storage.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Close https://gitlab.com/gitlab-org/gitlab-ce/issues/45712

Edited by Grzegorz Bizon

Merge request reports