Resolve "Check JH PO file Integrity in JH Pipeline"
What does this MR do and why?
This MR is implemented to check the integrity of the jh po file in the static-analysis
pipeline job.
Why to do: This check is a checkpoint of the static-analysis
job in pipeline.
What to do:
- Add rake job gettext:jh_updated_check to use gettext:jh_find task to check the integrity of the jh po file.
- Add gettext:jh_updated_check to
static-analysis
pipeline job.
Reason for pipeline:skip-undercoverage
: updated_check
is tested in the tmp
directory.The directory is not managed by git, so it is cumbersome to test the full coverage of updated_check
. And this job will run every time in the pipeline, if there is any problem, we can find it at any time.
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.
Closes #1250 (closed)