summaryrefslogtreecommitdiff
path: root/scheduler
AgeCommit message (Expand)AuthorFilesLines
2011-05-25scheduler monitor (monitor_db_babysitter): Add --background optionlmr2-14/+46
2011-05-23scheduler/scheduler_models.py: Only look relevant fields determining test fai...lmr1-1/+1
2011-03-10scheduler: Prevent the scheduler from logging the stdout returnlmr2-5/+63
2011-03-02Host scheduler refactoring. Move HostScheduler out of monitor_db.ericli4-442/+447
2011-02-21Trying to shutdown the scheduler in a nicer waylmr2-1/+6
2011-01-29scheduler: Introduce site extensibility to HostSchedulerlmr1-1/+10
2010-11-08Testing that we can access the drone before adding itlmr2-5/+16
2010-11-08Massive permission and indentation fix on the autotest treelmr1-8/+8
2010-10-28Adding some logging in the drones.lmr1-0/+5
2010-10-28Bugfix for my previous change r4897lmr2-6/+9
2010-10-28Allow limiting of the number of hosts that go through the scheduler'slmr3-4/+45
2010-10-19Add some site-specific parsing utilitieslmr2-4/+16
2010-10-18Scheduler notification e-mail: Handle job begin and/or end types not setlmr1-5/+9
2010-10-18Scheduler notification e-mail: Order failures by reasonlmr1-0/+1
2010-09-23Scheduler e-mail notification: Code cleanupslmr1-25/+30
2010-09-16[PATCH] Read all labels from host_keyvals file and handle the commaericli1-1/+2
2010-09-12Fix scheduler email notifications when the job is not run at alllmr1-5/+9
2010-08-27Scheduler: Make the e-mail notification code clearerlmr1-14/+24
2010-08-26Bugfix for r4766lmr1-19/+28
2010-08-26Sometimes, we just want to have important data about the jobjamesren1-14/+103
2010-08-10Adds a diagnostic message.jamesren1-0/+3
2010-07-16Begin adding support for parameterized jobs.jamesren1-1/+2
2010-06-16Fix a logging messagejamesren1-3/+5
2010-06-10Set host status to RUNNING on QueueTask abort, since queue entry will be injamesren2-4/+13
2010-06-08Don't try stopping the job on HQE abort, and have the dispatcher stop alljamesren3-3/+22
2010-05-12Add a run of build_externals to the initialization of a drone when the schedu...jamesren1-0/+3
2010-05-10Scheduler VerifyTask should only delete queued manual reverify tasks,jamesren1-2/+2
2010-04-28Fix an error in drone sets in monitor_db. Also added more unit tests.jamesren2-9/+102
2010-04-27Fix process counting for SelfThrottledPostJobTask. Would previouslyjamesren1-1/+2
2010-04-21Add ability to associate drone sets with jobs. This restricts a job tojamesren6-26/+231
2010-04-16monitor_db.py: Fix SyntaxWarninglmr1-3/+2
2010-04-12Reset host status to READY on aborting a WAITING entryjamesren1-1/+2
2010-03-25Fixes to drone_manager behavior.jamesren3-8/+45
2010-03-13Set hostless queue entries to STARTING upon scheduling the agent. Thisjamesren2-0/+24
2010-03-11Add support to autoserv for a --control-filename parameter, to allow users tombligh1-1/+1
2010-03-02Abstract out common models used in the frontend's models.py so that django is...jamesren3-12/+14
2010-03-02Adding "executable" property to scheduler unittestsjamesren3-0/+0
2010-03-02Part of http://patchwork.test.kernel.org/patch/1850/ didn't make it into thejamesren2-2/+1201
2010-02-26Minor fix to new metahost handlers code in scheduler to ensure handlers get a...jamesren1-0/+3
2010-02-19Change email of hosts without platforms to a warning in the logs. We don't do...jamesren1-3/+2
2010-02-19Add a site_monitor_db_babysitter module. If found, it will use itsjamesren1-2/+16
2010-02-19Refactor scheduler models into a separate module, scheduler_models. This mod...jamesren6-1657/+593
2010-02-12First iteration of pluggable metahost handlers. This change adds the basic f...jamesren5-102/+309
2010-02-03When archiving results, we need to append a slash to the path to ensure it ge...showard1-0/+3
2010-01-25Ensure we reset pidfile age when the pidfile is read. I had dropped the call...showard1-1/+7
2010-01-25Fix scheduler functional test for recent change to parse hostless jobs.showard1-0/+6
2010-01-25Don't implicitly register pidfiles when get_pidfile_contents() is called. Th...showard1-1/+0
2010-01-25Basic support for "summary results" -- articifial test results that are expli...showard1-9/+1
2010-01-20don't set the current user to my_user in frontend_test_utils. let it default...showard1-5/+4
2010-01-20New code for performing explicit joins with custom join conditions.showard1-2/+2