smoke-tests job from sawmill/3.0.0
Github source:
85b7f8b or
master branch
Properties¶
sawmill¶
debug¶Enable debugging of syslog messages (writes all messages to disk)
- Default
false
nginx¶
port¶Port nginx will be listening on to provide websocket access to log messages
- Default
443
skip_ssl_verify¶Should we ignore self-signed/invalid certs when sending syslog messages to nginx?
- Default
false
syslog¶
port¶Port syslog will be listening on to receive log messages
- Default
514
users¶List of users to access sawmill with
- Default
[]- Example
|+ users: - name: user1 pass: password
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/smoke-tests/ directory
(learn more).
bin/run(frombin/run)config/smoke-tests.json(fromconfig/smoke-tests.json)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.