alerts: Prevent sending alerts on performance changes for forked repos
requested to merge vigneshraman/mesa-performance-tracking:wip/vignesh/control-gitlab-report 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, as a comment on the corresponding gitLab issue. To control the reporting of performance changes, this commit introduces support for a new CI variable, GITLAB_REPORT_PROJECT_PATH. When this variable is set to "mesa/mesa" the report will be sent; otherwise, the report will not be sent.
Signed-off-by: Vignesh Raman vignesh.raman@collabora.com