Skip to content

Parallelise object storage packages scenarios

George Koltsov requested to merge svistas-parallel-object-storage into master

What does this MR do and why?

Parallelises object storage scenarios that run multiple package tests.

These tests are very verbose and consume a lot of logging, causing

Job's log exceeded limit of 4194304 bytes.
Job execution will continue but no more output will be collected.

when there are failures (due to retries). Related: https://gitlab.com/gitlab-org/gitlab/-/issues/359983.

MR acceptance checklist

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

Edited by George Koltsov

Merge request reports