Skip to content

Commit

Permalink
feat(general): support for proxy url and debug for runners (#124)
Browse files Browse the repository at this point in the history
* feat(general): added support for proxy_url and debug when creating jobs
  • Loading branch information
enudler authored and NivLipetz committed Apr 16, 2019
1 parent 349def1 commit 5d554f1
Show file tree
Hide file tree
Showing 33 changed files with 1,714 additions and 1,293 deletions.
2 changes: 1 addition & 1 deletion docs/devguide/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Below are variables Predator can be configured with.
| Environment Variable | Configuration key | Description | Configurable from UI/API | Default value |
|-----------------------------|----------------------- |----------------------------------------------------------------------------------------- |-------------------------- |----------------------------- |
| INTERNAL_ADDRESS | internal_address | The local ip address of your machine || |
| DOCKER_NAME | docker_name | The predator-runner docker image that will run the test || zooz/predator-runner:latest |
| RUNNER_DOCKER_IMAGE | runner_docker_image | The predator-runner docker image that will run the test || zooz/predator-runner:latest |
| RUNNER_CPU | runner_cpu | Number of CPU use by the each runner || 1 |
| RUNNER_MEMORY | runner_memory | Max memory to use by each runner || 2048 |
| DEFAULT_EMAIL_ADDRESS | default_email_address | Default email to send final report to, address can be configured || |
Expand Down
Loading

0 comments on commit 5d554f1

Please sign in to comment.