Skip to content

Add forward slash to directory prefix

Tiffany Rea requested to merge trea-adjust-filepath-prefix into master

What does this MR do and why?

Did a random check on delete-failed-test-resources job in Staging today and discovered that last week job wasn't able to download resource files from GCS. When I tried the rake task locally I noticed that providing prefix staging alone resulted in the job trying to pull from all directories with name including staging (e.g. staging-ref, staging-canary, staging). Adding the / helps the task to grab files from only staging/ directory. So adding that so I can trigger the job manually and see if it works as expected or anything else needs fixing.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Tiffany Rea

Merge request reports

Loading