Skip to content

Commit cd8e5cf

Browse files
remove commented code
Signed-off-by: zachmandeville <webmaster@coolguy.website>
1 parent 35af330 commit cd8e5cf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

apps/snoopdb/postgres/snoopUtils.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -468,13 +468,6 @@ def kegg_meta(bucket, custom_job=None):
468468
Compose a Meta object for job of given KEGG bucket.
469469
Meta object contains the job, the k8s version, the k8s commit, the audit log links for the test run, and thed timestamp of the testrun
470470
"""
471-
# testgrid_history = get_json(GCS_LOGS + KEGG_BUCKET + "/jobResultsCache.json")
472-
# if custom_job is not None:
473-
# build = [x for x in testgrid_history if x['buildnumber'] == custom_job][0]
474-
# else:
475-
# build = [x for x in testgrid_history if x['result'] == 'SUCCESS'][-1]
476-
# job = build["buildnumber"]
477-
# job_version = build["job-version"]
478471
job = bucket_latest_success(bucket) if custom_job is None else custom_job
479472
return Meta(job,
480473
kegg_version(job),

0 commit comments

Comments
 (0)