Skip to content

Commit

Permalink
Merge pull request #23875 from justaugustus/gcr-prod-bak
Browse files Browse the repository at this point in the history
releng: Re-enable `ci-k8sio-gcr-prod-backup` job
  • Loading branch information
k8s-ci-robot authored Oct 4, 2021
2 parents 8a0bd42 + 18ffbcb commit 334f5e5
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 334f5e5

Please sign in to comment.