Skip to content

Commit 685e639

Browse files
update variable name
Signed-off-by: zachmandeville <webmaster@coolguy.website>
1 parent cd8e5cf commit 685e639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/snoopdb/postgres/snoopUtils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
AKC_BUCKET="ci-audit-kind-conformance"
2121
KGCL_BUCKET="ci-kubernetes-gce-conformance-latest"
2222
KEGG_BUCKET="ci-kubernetes-e2e-gci-gce"
23+
CONFORMANCE_RUNS="https://prow.k8s.io/job-history/kubernetes-jenkins/logs/"
2324

24-
AUDIT_KIND_CONFORMANCE_RUNS="https://prow.k8s.io/job-history/kubernetes-jenkins/logs/ci-audit-kind-conformance"
2525
AUDIT_KIND_CONFORMANCE_LOGS="https://storage.googleapis.com/kubernetes-jenkins/logs/ci-audit-kind-conformance"
2626
GCS_LOGS="https://storage.googleapis.com/kubernetes-jenkins/logs/"
2727

@@ -299,7 +299,7 @@ def bucket_latest_success(bucket):
299299
"""
300300
determines latest successful run for ci-audit-kind-conformance and returns its ID as a string.
301301
"""
302-
test_runs = "https://prow.k8s.io/job-history/kubernetes-jenkins/logs/" + bucket
302+
test_runs = CONFORMANCE_RUNS + bucket
303303
soup = get_html(test_runs)
304304
scripts = soup.find(is_spyglass_script)
305305
if scripts is None :

0 commit comments

Comments
 (0)