Skip to content

LMR QA | Main | Adding a job for execution of large MR's

George Koltsov requested to merge tomi/110621/large_merge_request into master

What do we want to fix/change

We need a job that executes all tests tagged for large setup testing. This means that the tests should be executed on a regular basis in all kinds of environments. They should also be executed in CE as well as EE setups.

How do we do that

We add two jobs. One for EE and one for CE. Both jobs execute a QA tag called can_use_large_setup which will trigger multiple things. It will select only tests with the tag and it will trigger a shift in the fabrication of merge request by using the import instead of the normal process.

Relevant links

Edited by George Koltsov

Merge request reports