Skip to content

Revert delete prefix for junit attachment path

Max Orefice requested to merge revert-0ea64f98 into master

Ref: #330955 (closed)

What does this MR do?

This MR reverts !62520 (merged) which was an attempt to move our business logic to strip out the build group project path from our capybara configuration to our junit parser.

Why are we doing this?

We are not able to read $CI_PROJECT_DIR from the job itself during our junit parsing.

After checking this on production, it turns out that this does not work as expected, as you can see on this failed pipeline.

The path is not correct and the screenshot links to a 404 for the test suite rspec-ee system pg12.

Let's change it back to modify the path with our capybara configuration.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Merge request reports