madkom / gitlab-ci-private-runner
Gitlab Private Runner. Console application to run gitlab jobs in docker on developer machine.
Installs: 318
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
- symfony/console: ^3.0.5
- symfony/dependency-injection: ^3.0.5
- symfony/process: ^3.0.5
- symfony/yaml: ^3.0.5
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^2.0.2
- mikey179/vfsstream: ^1.6.3
- phpspec/phpspec: 2.*@stable
- phpunit/php-code-coverage: ^3.0
- phpunit/phpcov: ^3.0.0
- phpunit/phpunit: *@stable
- satooshi/php-coveralls: dev-master
README
Runs
Gitlab CI jobs on developer machine, without need to push the code
to the repository.
This project doesn't aim to replace Gitlab CI instead it helps developers to test even the most complicated jobs, without need
to commit the code.
Console commands
See usage of the command by running bin/private-gitlab-runner
List all possible jobs
bin/private-gitlab-runner private-gitlab-ci:job:list
Responsible for listing all possible jobs
List all stages
bin/private-gitlab-runner private-gitlab-ci:stage:list
Responsible for listing all possible stages
Run job
bin/private-gitlab-runner private-gitlab-ci:job:run job_name
Responsible for running specific job in docker environment.
Run stage
bin/private-gitlab-runner private-gitlab-ci:stage:run stage_name
Responsible for running all jobs for specfic stage in docker environment.