Skip to content

Commit

Permalink
Initial stab at ci-k8sio-audit perodic job.
Browse files Browse the repository at this point in the history
  • Loading branch information
hh committed Feb 4, 2021
1 parent fe63366 commit c0fb0b3
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c0fb0b3

Please sign in to comment.