Name
Last commit
Last update
.gitlab Add Route Map for runner docs
apps/gitlab-runner-helper Specify logger explicitly when using AddSecretsClenupLogHook
cache Unable escaping project bucket in cache operations
ci Merge branch 'add-lfs-ubuntu-docker' into 'master'
commands Remove commands/register.go changes as they are unneeded
common Merge branch 'allow-to-disable-debug-tracing' into 'master'
dockerfiles Merge branch 'add-lfs-ubuntu-docker' into 'master'
docs Merge branch 'allow-to-disable-debug-tracing' into 'master'
executors Remove commands/register.go changes as they are unneeded
helpers Colored output failed on Windows machines - fixed now.
log Disable color output for log test
network Add ability to mask variables.
packaging Remove go-bindata
scripts Update codeclimate to 0.83.0
session Create pointers to mocks in session package
shells Do not print remote addition failure message
tests Remove hardcoded gitlab.com certificate
vendor Add `github.com/markelog/trie`
.codeclimate.yml Always prefer creating new containers when running with Docker Executor
.dockerignore Updated develop Dockerfile
.env Multi runner can run jobs on Heroku
.gitignore Merge branch 'vagrant-win' into 'master'
.gitlab-ci.yml Restore links checking and add new one
CHANGELOG.md Update CHANGELOG for v11.9.0
CONTRIBUTING.md Add ~"git operations" label to CONTRIBUTING guide
Dockerfile Update Go from 1.8.5 to 1.8.7
Gopkg.lock Colored output failed on Windows machines - fixed now.
Gopkg.toml Colored output failed on Windows machines - fixed now.
LICENSE Update LICENSE and NOTICE files
Makefile Switch to a different test repository
Makefile.runner_helper.mk Split `make docker` for GitLab Runner Helper
NOTICE Update LICENSE and NOTICE files
Procfile Rename 1st iteration: configuration, build scripting etc.
README.md Merge branch 'patch-8' into 'master'
VERSION Bump version to 11.10.0
Vagrantfile Add windows 10 machine with vagrant
config.toml.example Allow disabling docker entrypoint overwrite
install.sh Upload artefacts to S3
main.go Colored output failed on Windows machines - fixed now.

GitLab Runner

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.

Build Status

Runner and GitLab CE/EE compatibility

For a list of compatible versions between GitLab and GitLab Runner, consult the compatibility chart.

Release process

The description of release process of GitLab Runner project can be found in the release documentation.

Contributing

Contributions are welcome, see CONTRIBUTING.md for more details.

Closing issues and merge requests

GitLab is growing very fast and we have a limited resources to deal with reported issues and merge requests opened by the community volunteers. We appreciate all the contributions coming from our community. But to help all of us with issues and merge requests management we need to create some closing policy.

If an issue or merge request has a waiting for feedback label and the response from the reporter has not been received for 14 days, we can close it using the following response template:

We haven't received an update for more than 14 days so we will assume that the
problem is fixed or is no longer valid. If you still experience the same problem
try upgrading to the latest version. If the issue persists, reopen this issue
or merge request with the relevant information.

Contributing to documentation

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

Documentation

The documentation source files can be found under the docs/ directory. You can read the documentation online at https://docs.gitlab.com/runner/.

Requirements

Read about the requirements of GitLab Runner.

Features

Read about the features of GitLab Runner.

Executors compatibility chart

Read about what options each executor can offer.

Install GitLab Runner

Visit the installation documentation.

Use GitLab Runner

See https://docs.gitlab.com/runner/#using-gitlab-runner.

Select executor

See https://docs.gitlab.com/runner/executors/#selecting-the-executor.

Troubleshooting

Read the FAQ.

Advanced Configuration

See https://docs.gitlab.com/runner/#advanced-configuration.

Building and development

See https://docs.gitlab.com/runner/development/.

Changelog

Visit the Changelog to view recent changes.

The future

  • Please see the GitLab Direction page.
  • Feel free submit issues with feature proposals on the issue tracker.

Author

License

This code is distributed under the MIT license, see the LICENSE file.