Change reviewer recommender CI template to remote URL
What does this MR do and why?
Describe in detail what your merge request does and why.
Uses include.remote
config for Reviewer Recommender so it can be accessible from dev.gitlab.org and other GitLab instances if needed.
Additionally, we made several required projects publicly available:
- https://gitlab.com/gitlab-org/modelops/applied-ml/review-recommender/ci-templates
- https://gitlab.com/gitlab-org/modelops/applied-ml/review-recommender/recommender-bot-service
During beta testing, we also maintain a list of allowed projects on our backend, which contains gitlab-org/gitlab
.
If the reviewers-recommender
job runs in an MR scope and the target project is not found in the allowed list, then the job fails (allow_failure: true
). This update should not block any processes on dev.gitlab.org while keeping the number of connected projects limited.
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.
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.