Skip to content

alerts: add argument to control reporting of performance changes

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

Merge request reports