HomeSort by relevance Sort by last modified time
    Searched refs:jobx (Results 1 - 2 of 2) sorted by null

  /external/autotest/venv/lucifer/cmd/
job_reporter.py 28 from lucifer import jobx
112 jobx.prepare_control_file(job, args.results_dir)
113 jobx.prepare_keyvals_files(job, args.results_dir)
141 '-hosts', ','.join(jobx.hostnames(job)),
169 '-x-control-file', jobx.control_file_path(args.results_dir),
182 if jobx.is_client_job(job):
184 if jobx.needs_ssp(job):
  /external/autotest/venv/lucifer/
handlers.py 16 from lucifer import jobx
83 jobx.write_aborted_keyvals_and_status(self._job, self._results_dir)
201 if jobx.is_aborted(self._job):

Completed in 78 milliseconds