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

  /external/autotest/scheduler/
monitor_db_cleanup_test.py 8 from autotest_lib.scheduler import monitor_db_cleanup, scheduler_config
27 self.god.stub_with(scheduler_config.config,
51 self.assertTrue(hasattr(scheduler_config.config,
53 self.god.stub_with(scheduler_config.config,
drone_manager.py 12 from autotest_lib.scheduler import scheduler_config
37 scheduler_config.CONFIG_SECTION, 'threaded_drone_manager',
43 scheduler_config.CONFIG_SECTION, 'enable_archiving', type=bool)
218 scheduler_config.CONFIG_SECTION,
248 scheduler_config.CONFIG_SECTION, 'max_pidfile_refreshes',
292 section = scheduler_config.CONFIG_SECTION
304 scheduler_config.config.max_processes_per_drone))
312 default=scheduler_config.config.max_processes_per_drone)
    [all...]
pidfile_monitor.py 16 from autotest_lib.scheduler import scheduler_config
27 scheduler_config.CONFIG_SECTION, 'pidfile_timeout_mins', type=int)
monitor_db.py 36 from autotest_lib.scheduler import scheduler_config
147 scheduler_config.CONFIG_SECTION, 'enable_scheduler', type=bool)
183 scheduler_config.CONFIG_SECTION, 'minimum_tick_sec', type=float)
268 scheduler_config.CONFIG_SECTION, 'results_host', default='localhost')
314 user_cleanup_time = scheduler_config.config.clean_interval_minutes
325 scheduler_config.CONFIG_SECTION,
328 scheduler_config.CONFIG_SECTION, 'tick_debug', type=bool,
331 scheduler_config.CONFIG_SECTION, 'extra_debugging', type=bool,
335 scheduler_config.CONFIG_SECTION,
755 scheduler_config.CONFIG_SECTION, 'die_on_orphans', type=bool
    [all...]
monitor_db_cleanup.py 10 from autotest_lib.scheduler import scheduler_config
212 reverify_period_sec = (scheduler_config.config.reverify_period_minutes
221 max_at_once = scheduler_config.config.reverify_max_hosts_at_once
prejob_task.py 62 from autotest_lib.scheduler import agent_task, scheduler_config
93 scheduler_config.config.max_provision_retries):
121 if previous_repairs >= scheduler_config.config.max_repair_limit:
drone_utility.py 38 from autotest_lib.scheduler import scheduler_config
109 scheduler_config.CONFIG_SECTION, 'drone_build_externals',
345 max_processes = scheduler_config.config.max_transfer_processes
420 max_processes = scheduler_config.config.max_transfer_processes
postjob_task.py 17 from autotest_lib.scheduler import scheduler_config
376 return scheduler_config.config.max_parse_processes
drone_manager_unittest.py 12 from autotest_lib.scheduler import scheduler_config, drone_manager
253 scheduler_config.CONFIG_SECTION,
scheduler_models.py 37 from autotest_lib.scheduler import scheduler_config
66 scheduler_config.CONFIG_SECTION, "notify_email_statuses",
77 scheduler_config.CONFIG_SECTION, 'base_url', default='')
    [all...]
monitor_db_unittest.py 17 from autotest_lib.scheduler import scheduler_config, gc_stats
448 scheduler_config.config.max_processes_per_drone = self._MAX_RUNNING
    [all...]
monitor_db_functional_test.py 14 from autotest_lib.scheduler import scheduler_config
385 scheduler_config.config.read_config()
    [all...]
  /external/autotest/server/
system_utils.py 16 from autotest_lib.scheduler import scheduler_config
27 scheduler_config.CONFIG_SECTION, 'drones', default='localhost')

Completed in 454 milliseconds