Remove default file pattern value
What does this MR do and why?
Describe in detail what your merge request does and why.
- I removed
QA::Runtime::Env.test_resources_created_filepath
but forgot it in the delete rake task. Removing it here. - Also not using default value for file pattern anymore since it's no longer relevant. We have regular resource files and failed ones.
- Small update to rake task syntax (I realize we don't need to add the new var
$ENVIRONMENT_NAME
, we can use the existing$CI_PROJECT_NAME
). Though it doesn't matter here, what mattered was in pipeline-common and I already updated there. I made the change here so it's easier to read/connect the pieces.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Tiffany Rea