Skip to content
Snippets Groups Projects
Commit c3f302cb3d17 authored by Ian Baum's avatar Ian Baum
Browse files

Update CONTRIBUTING doc to note about enabling shared runners.

parent ea29887121c6
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,12 @@
5. If Merge Request introduces change in user facing configuration, update to [gitlab.rb template](files/gitlab-config-template/gitlab.rb.template)
6. Changelog entry to inform about the change, if necessary.
**`Note:`** CI jobs that run the tests are restricted to the [original omnibus-gitlab repository](https://gitlab.com/gitlab-org/omnibus-gitlab) and hence, they will not be run on its forks. Contributors who develop on their own forks should configure the CI jobs (refer `.gitlab-ci.yml` file for details) themselves.
**`Note:`** Ensure shared runners are enabled for your fork in order for our automated tests to run.[^1]
[^1]:
1. Go to Settings -> CI/CD
1. Expand Runners settings
1. If shared runners are not enabled, click on the button labeled "Enable shared Runners"
### Unofficial packaging point of contact
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment