diff --git a/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-trusted.yaml b/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-trusted.yaml index c4bbc3328d513..cface76f67492 100644 --- a/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-trusted.yaml +++ b/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-trusted.yaml @@ -22,6 +22,38 @@ periodics: args: - -c - "cd groups && make run -- --confirm" +- name: ci-k8sio-audit + interval: 6h + cluster: k8s-infra-prow-build-trusted + decorate: true + max_concurrency: 1 + annotations: + testgrid-dashboards: wg-k8s-infra-k8sio + testgrid-alert-email: k8s-infra-alerts@kubernetes.io + testgrid-num-failures-to-alert: '1' + extra_refs: + - org: kubernetes + repo: k8s.io + base_ref: master + - org: kubernetes + repo: test-infra + base_ref: master + spec: + serviceAccountName: k8s-infra-gcp-auditor + containers: + - name: groups + image: gcr.io/k8s-testimages/gcb-docker-gcloud:v20201130-750d12f + command: + - bash + args: + - -c + - | + gcloud config list + cd audit + ./audit-gcp.sh + git diff + git add --all + git commit -m "audit: update as of $(date +%Y-%m-%d)" postsubmits: kubernetes/k8s.io: