Remove unused functions about CI template tests
What does this MR do and why?
Related to issue #353815.
!94293 (merged) !92722 (merged) !91051 (merged) After merging those three MRs, we use the predefined CI variable to config CI_TEMPLATE_REGISTRY_HOST
, so we can overwrite it in JH side.
Because we use this solution, we no longer need to use methods such as secure_analyzers_prefix
in Ci::TemplateHelpers
to get the test to pass on the JH side. So I remove some unused method to make the code clean.
/cc @prajnamas
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
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.