Use json schema validator directly for p_ci_job_definitions.config.
What does this MR do and why?
As titled, use json schema validator directly instead of the intermit method validate_config_json_schema for p_ci_job_definitions.config.
After the change, we will enforce the json schema validation instead of silently logging the schema errors.
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #581845 (closed)
Edited by Tianwen Chen