Update the processors to consolidate MRs based on file path
What does this MR do and why?
Describe in detail what your merge request does and why.
Based on feedback received on the update-test-meta tool, this MR consolidates MRs created by processors based on file paths to reduce review throughput.
The high level changes in this MR are:
- Replace
executemethod in the processors withprocess_commitandprocess_merge_requestsmethods. Theprocess_commitmethod has been placed in theMetaProcessorsuper class. - The
process_commitwrites the processed commits toprocessed_commitshash in the context (TestMetaUpdater). See this comment for the structure of the hash. - Once commits are processed, the
process_merge_requestsin each processor uses theprocessed_commitshash to create MRs.
Addresses #56 (closed)
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Please follow the same steps as in this MR: !117 (merged) except for the files passed to --stable_specs_file and --unstable_specs_file switches, use these files instead:
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.