Searched refs:tko_job_ids (Results 1 – 2 of 2) sorted by relevance
106 def _get_rows_from_tko(conn, tko_job_ids): argument120 q = _GET_TKO_TEST_VIEW_2 % ', '.join(['%s'] * len(tko_job_ids))122 cursor.execute(q, tko_job_ids)
850 tko_job_ids = [str(r[0]) for r in rows]852 where = 'job_idx in (%s)' % ', '.join(tko_job_ids)