~canonical-launchpad-branches/lazr.jobrunner/trunk

« back to all changes in this revision

Viewing changes to src/lazr/jobrunner/tests/config1.py

  • Committer: Jürgen Gmach
  • Date: 2021-11-03 08:58:24 UTC
  • Revision ID: juergen.gmach@canonical.com-20211103085824-lb9se660p49vwsim
Moved to git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from lazr.jobrunner.tests.simple_config import *
2
 
import os
3
 
import oops
4
 
CELERY_ANNOTATIONS = {
5
 
    "run_file_job": {"file_job_dir": os.environ['FILE_JOB_DIR'],
6
 
                     'oops_config': oops.Config()}
7
 
    }