Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Merge postrun.py fix to production
Browse files Browse the repository at this point in the history
--HG--
branch : production-0.8
  • Loading branch information
bhearsum committed Aug 31, 2012
2 parents 4a07f5e + f397dd3 commit e336561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/postrun.py
Expand Up @@ -307,6 +307,7 @@ def processBuild(self, options, build_path, request_ids):
build.properties.setProperty('log_url', log_url, 'postrun.py')
build.properties.setProperty('statusdb_id', build_id, 'postrun.py')
build.properties.setProperty('request_ids', [int(i) for i in request_ids], 'postrun.py')
build.properties.setProperty('request_times', self.getRequestTimes(request_ids), 'postrun.py')
self.writePulseMessage(options, build, build_id)

def main():
Expand Down

0 comments on commit e336561

Please sign in to comment.