Skip to content

Commit 677e534

Browse files
committed
add kubernetes prefix to conformance audit jobs, to follow repo-naming convention
we may want to automatically block on these at some point
1 parent 7f3f129 commit 677e534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/jobs/kubernetes/sig-arch/conformance-audit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
presubmits:
22
kubernetes/kubernetes:
3-
# same as ci-audit-kind-conformance, but a presubmit job
4-
- name: pull-audit-kind-conformance
3+
# same as ci-kubernetes-audit-kind-conformance, but a presubmit job
4+
- name: pull-kubernetes-audit-kind-conformance
55
cluster: k8s-infra-prow-build
66
optional: true
77
always_run: false
@@ -62,7 +62,7 @@ periodics:
6262
# Other than annotations and modified ci-audit-logging e2e-k8s.sh
6363
# This should be the same as ci-kubernetes-kind-conformance
6464
- interval: 3h
65-
name: ci-audit-kind-conformance
65+
name: ci-kubernetes-audit-kind-conformance
6666
cluster: k8s-infra-prow-build
6767
labels:
6868
preset-service-account: "true"

0 commit comments

Comments
 (0)