File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020AKC_BUCKET = "ci-audit-kind-conformance"
2121KGCL_BUCKET = "ci-kubernetes-gce-conformance-latest"
2222KEGG_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"
2525AUDIT_KIND_CONFORMANCE_LOGS = "https://storage.googleapis.com/kubernetes-jenkins/logs/ci-audit-kind-conformance"
2626GCS_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 :
You can’t perform that action at this time.
0 commit comments