Add logentries reporting to the ephemeral builders.
This commit is contained in:
parent
384d6083c4
commit
6eead7c860
2 changed files with 11 additions and 0 deletions
|
@ -69,6 +69,7 @@ class BuilderExecutor(object):
|
|||
manager_hostname=manager_hostname,
|
||||
coreos_channel=coreos_channel,
|
||||
worker_tag=self.executor_config['WORKER_TAG'],
|
||||
logentries_token=self.executor_config.get('LOGENTRIES_TOKEN', None),
|
||||
)
|
||||
|
||||
|
||||
|
|
Reference in a new issue