~codehelp/lava-dispatcher/docs-location

« back to all changes in this revision

Viewing changes to lava_dispatcher/job.py

  • Committer: Neil Williams
  • Date: 2013-09-06 10:53:29 UTC
  • mfrom: (667.1.4 coordinator-typo)
  • Revision ID: neil.williams@linaro.org-20130906105329-kr5v49e2jfxipfhp
Neil Williams 2013-09-06 minor tweak to the doc header structure to
 simplify the index listing.
Neil Williams 2013-09-05 lower Multi-Node message to debug as well
Neil Williams 2013-09-05 downgrade some other debug messages from
 info status.
Neil Williams 2013-09-05 Fix typo in dispatcher message when there
 is no results bundle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
                metadata['group_size'] = self.job_data['group_size']
229
229
                self.context.test_data.add_metadata(metadata)
230
230
 
231
 
            logging.info("[ACTION-B] Multi Node test!")
232
 
            logging.info("[ACTION-B] target_group is (%s)." % self.context.test_data.metadata['target_group'])
 
231
            logging.debug("[ACTION-B] Multi Node test!")
 
232
            logging.debug("[ACTION-B] target_group is (%s)." % self.context.test_data.metadata['target_group'])
233
233
        else:
234
 
            logging.info("[ACTION-B] Single node test!")
 
234
            logging.debug("[ACTION-B] Single node test!")
235
235
 
236
236
        try:
237
237
            job_length = len(self.job_data['actions'])
305
305
                    logging.info("General Exception: %s" % unicode(str(err)))
306
306
                    raise
307
307
                else:
308
 
                    logging.info("setting status pass")
 
308
                    logging.debug("setting status pass")
309
309
                    status = 'pass'
310
310
                finally:
311
 
                    logging.info("finally status %s" % status)
 
311
                    logging.debug("finally status %s" % status)
312
312
                    err_msg = ""
313
313
                    if status == 'fail':
314
314
                        # XXX mwhudson, 2013-01-17: I have no idea what this