This is the repository of the official GitLab Runner written in Go. It runs tests and sends the results to GitLab. GitLab CI is the open-source continuous integration service included with GitLab that coordinates the testing. The old name of this project was GitLab CI Multi Runner but please use "GitLab Runner" (without CI) from now on.
For a list of compatible versions between GitLab and GitLab Runner, consult the compatibility section.
The description of release process of GitLab Runner project can be found inside of PROCESS.md
.
Contributions are welcome, see CONTRIBUTING.md
for more details.
GitLab is growing very fast and we have limited resources to deal with issues opened by community volunteers. We appreciate all the contributions coming from our community, but we need to create some closing policy to help all of us with issue management.
The issue tracker is not used for support or configuration questions. We have dedicated channels for these kinds of questions. The issue tracker should only be used for feature requests, bug reports, and other tasks that need to be done for the Runner project.
It is up to a project maintainer to decide if an issue is actually a support/configuration question. Before closing the issue the maintainer should leave a reason why this is a support/configuration question, to make it clear to the issue author. They should also leave a comment using our template before closing the issue. The issue author has every right to disagree and reopen the issue for further discussion.
If your contribution contains only documentation changes, you can speed up the CI process by following some branch naming conventions, as described in https://docs.gitlab.com/ce/development/documentation/index.html#branch-naming
The documentation source files can be found under the docs/ directory. You can read the documentation online at https://docs.gitlab.com/runner/.
Read about the features of GitLab Runner.
Read about what options each executor can offer.
Visit the installation documentation.
See https://docs.gitlab.com/runner/commands/.
See https://docs.gitlab.com/runner/executors/#selecting-the-executor.
Read the FAQ.
See https://docs.gitlab.com/runner/configuration/advanced-configuration.html.
See https://docs.gitlab.com/runner/development/.
Visit the Changelog to view recent changes.
- Please see the GitLab Direction page.
- Feel free submit issues with feature proposals on the issue tracker.
- 2014 - 2015 : Kamil Trzciński
- 2015 - now : GitLab Inc. team and contributors
This code is distributed under the MIT license, see the LICENSE file.