Add logentries reporting to the ephemeral builders.

This commit is contained in:
Jake Moshenko 2015-03-27 15:28:08 -04:00
parent 384d6083c4
commit 6eead7c860
2 changed files with 11 additions and 0 deletions

View file

@ -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),
)