Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finish TODO in upgrade test config #20395

Merged
merged 1 commit into from
Feb 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ periodics:
annotations:
testgrid-dashboards: sig-auth-gce
testgrid-tab-name: upgrade-tests
# TODO: use sig-auth mailing list
testgrid-alert-email: zshihang@google.com
testgrid-alert-email: kubernetes-sig-auth+testgrid@googlegroups.com
testgrid-num-failures-to-alert: "3"
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
decorate: true
# TODO: lower to once a day
interval: 2h
interval: 24h
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210108-3c85f1a-master
Expand All @@ -24,9 +22,8 @@ periodics:
- --test=false
- --check-leaked-resources
- --check-version-skew=false
# TODO: change to release/stable-x.y
- --extract=ci/latest
- --extract=ci/latest-1.19
- --extract=ci/latest-1.20
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
- --provider=gce
Expand Down