Skip to content

Move expectation files

Adam Cohen requested to merge move-expectation-files into master

What does this MR do?

This MR replaces main directory names with default in the qa directory. It also moves all "orphaned" gl-dependency-scanning-report.json expectation files to subdirs, for example:

Instead of:

qa/expect/java-gradle-multimodules/gl-dependency-scanning-report.json
qa/expect/java-gradle/main/cyclonedx-maven-gradle.json

We now have:

qa/expect/java-gradle/multimodules/gl-dependency-scanning-report.json
qa/expect/java-gradle/default/cyclonedx-maven-gradle.json

See this discussion for more details.

What are the relevant issue numbers?

gitlab-org/gitlab#293758 (closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports