Skip to content

Retain original downstream project structure in java fixtures

Vishwa Bhat requested to merge vbhat161-retain-java-test-projects into main

What does this MR do?

During the recent adoption of integration-test for Java-related projects(MR), the project structure of downstream projects was modified while copying to qa/fixtures without being aware of the impact it could have on QA orchestrator.

This MR tries to fix the above problem by retaining the same structure as the original downstream projects. Also, since tests folder is ignored by default, I've overridden the behavior via SEARCH_IGNORED_DIRS='' CI var.

What are the relevant issue numbers

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports