-
Notifications
You must be signed in to change notification settings - Fork 251
/
agent.conf
54 lines (37 loc) · 1.16 KB
/
agent.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# This profile is for running the integration tests in a real browser,
# so people can see what happens in the tests.
[default_config]
deploy_agent_dir = /tmp/deployd
target_default_dir = /tmp
# the directory for builds
builds_dir = /tmp/deployd/builds
# deployment log directory
log_directory = /tmp/deployd/logs
# log level for deploy-agent.log
log_level = DEBUG
# Timeout in seconds to wait for process.poll()
process_wait_interval = 2
# the hard timeout for executing a process (set to 30 mins)
process_timeout = 1800
# ping server interval in seconds
min_running_time = 60
back_off_factor = 2
# subprocess max sleep interval in seconds
max_sleep_interval = 60
# number of package to retain on the host
num_builds_to_retain = 2
# the package extension
package_format = tar.gz
# max retry times
max_retry = 3
# maximum number of bytes of error message to tail
max_tail_bytes = 20480
# s3 download prerequisites
\# aws_access_key_id =
\# aws_secret_access_key =
# Restful Teletraan settings
teletraan_service_url = http://localhost:8080
teletraan_service_version = v1
teletraan_service_token =
# Verify the API HTTPS certificate chain
verify_https_certificate = False