Home | History | Annotate | Download | only in site_utils

Lines Matching full:special

7 # including special tasks executed before and after the job, and each steps
28 # Add some buffer before and after job start/end time when searching for special
67 """Information of a special task.
70 id: Special task ID.
72 hostname: hostname of the DUT that runs the special task.
81 of the special task from database.
83 # Special task ID
129 @param job_id: ID of the test job that's related to the special task.
130 @param start_time: Start time to search for special task.
131 @param end_time: End time to search for special task.
132 @return: The list of special tasks that are related to given host and
134 However, [] means no special tasks found in cache.
145 @param start_time: Start time to search for special task.
146 @param end_time: End time to search for special task.
171 @param job_id: ID of the test job that's related to the special task.
172 @param start_time: Start time to search for special task.
173 @param end_time: End time to search for special task.
174 @return: The list of special tasks that are related to the job id.
176 However, [] means no special tasks found in cache.
193 @param task_caches: Special tasks that's from a previous query.
195 None. Used to build special task search cache.
197 None. Used to build special task search cache.
238 """Get special tasks ran before and after the test job.
241 @param task_caches: Special tasks that's from a previous query.
243 None. Used to build special task search cache.
245 None. Used to build special task search cache.
247 # Special tasks run before job starts.
249 # Special tasks run after job finished.
252 # Skip locating special tasks if hqe is None, or not started yet, as
257 # Assume special tasks for the test job all start within 2 hours
259 # cases, special task won't take longer than 2 hours to start before
292 @return: A list of special tasks and test job information.
347 # Cache of special tasks, hostname: ((start_time, end_time), [tasks])
362 @return: A list of special tasks and test job information that has
386 @return: A TestJobInfo object that contains the test job and its special
405 The script accepts a job ID and print out the test job and its special