Skip to content

Commit

Permalink
releng: Re-enable ci-k8sio-gcr-prod-backup job
Browse files Browse the repository at this point in the history
- Fix backup script location
- Loosen failure threshold for alerting (1 --> 2)
- Use `latest-go1.17` variant for releng-ci image

Signed-off-by: Stephen Augustus <foo@auggie.dev>
  • Loading branch information
justaugustus committed Oct 4, 2021
1 parent 8a0bd42 commit 18ffbcb
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,18 @@ periodics:
spec:
serviceAccountName: k8s-infra-gcr-promoter-bak
containers:
- image: k8s.gcr.io/releng/releng-ci:v0.1.1
- image: gcr.io/k8s-staging-releng/releng-ci:latest-go1.17
imagePullPolicy: Always
command:
- infra/gcp/backup_tools/backup.sh
- infra/gcp/bash/backup_tools/backup.sh
env:
# Even though GOPATH is set to /go in the kubekins-e2e image, we set it
# here anyway in case the underlying image changes (the backup.sh script
# needs it to be defined).
# The backup script needs GOPATH to be explicitly defined.
- name: GOPATH
value: /go
annotations:
testgrid-dashboards: sig-release-releng-blocking
testgrid-alert-email: k8s-infra-alerts@kubernetes.io, release-managers+alerts@kubernetes.io
testgrid-num-failures-to-alert: '1'
testgrid-num-failures-to-alert: '2'
rerun_auth_config:
github_team_slugs:
- org: kubernetes
Expand Down

0 comments on commit 18ffbcb

Please sign in to comment.