Skip to content

Regenerate Python QA artifacts with different mount path

Vishwa Bhat requested to merge vbhat161-pip-expect-fix into main

What does this MR do?

Problem: QA expectation artifacts for python downstream projects were generated by mounting each downstream project to /app. However, there is an issue when the $CI_PROJECT_DIR's path exists in the source code repository, SAST artifact contains the incorrect location.file value. Since the mount path, i.e, $CI_PROJECT_DIR was /app and python downstream projects have a similar structure as app/... in their source code, the generated expectation artifacts were impacted.

Solution: This MR regenerates all the expectation artifacts impacted by the issue with a different mount path.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Vishwa Bhat

Merge request reports