alerts: add argument to control reporting of performance changes
requested to merge vigneshraman/mesa-performance-tracking:wip/vignesh/add-argument-ministat-runner into master
When the performance-alerts job is executed on a forked branch, ministat_runner.py script generates alerts for Mesa CI driver performance by default and reports it as a comment on the corresponding gitLab issue in "mesa/mesa" project. To control the reporting of performance changes, this commit introduces an argument '--target-project-path' to ministat_runner.py script, when passed the report will be sent for that project path; otherwise, the report will be sent for the default project path "mesa/mesa".
Signed-off-by: Vignesh Raman vignesh.raman@collabora.com
Edited by Vignesh Raman