Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(general): support for proxy url and debug for runners #124

Merged
merged 8 commits into from
Apr 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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