Skip to content

Commit

Permalink
Merge pull request #860 from kubernetes-sigs/revert-switching-buckets
Browse files Browse the repository at this point in the history
fix: Revert #857 switching buckets
  • Loading branch information
k8s-ci-robot authored Apr 3, 2024
2 parents c1c5989 + fd1d64c commit 8c6e329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/snoopdb/postgres/initdb/502_load_all_audit_events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ select :load_k8s_data is not null as proceed;
\if :proceed
begin;
select * from load_audit_events('ci-kubernetes-e2e-gci-gce') f("build log");
select * from load_audit_events('ci-kubernetes-ec2-conformance-latest') f("build log");
select * from load_audit_events('ci-kubernetes-gce-conformance-latest') f("build log");
select * from load_audit_events('ci-audit-kind-conformance') f("build log");
call update_pod_binding_events();
commit;
Expand Down
2 changes: 1 addition & 1 deletion apps/snoopdb/postgres/snoopUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from pathlib import Path

AKC_BUCKET="ci-audit-kind-conformance"
KGCL_BUCKET="ci-kubernetes-ec2-conformance-latest"
KGCL_BUCKET="ci-kubernetes-gce-conformance-latest"
KEGG_BUCKET="ci-kubernetes-e2e-gci-gce"
CONFORMANCE_RUNS="https://prow.k8s.io/job-history/kubernetes-jenkins/logs/"

Expand Down

0 comments on commit 8c6e329

Please sign in to comment.