Skip to content

Commit

Permalink
capi: Add image pushing job for capz
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
  • Loading branch information
justaugustus committed Sep 23, 2019
1 parent 5514c86 commit 7feee39
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/jobs/image-pushing/k8s-staging-cluster-api.yaml
Expand Up @@ -60,6 +60,35 @@ postsubmits:
- name: creds
secret:
secretName: deployer-service-account
kubernetes-sigs/cluster-api-provider-azure:
- name: post-cluster-api-provider-azure-push-images
cluster: test-infra-trusted
annotations:
testgrid-dashboards: sig-cluster-lifecycle-image-pushes, sig-cluster-lifecycle-cluster-api-provider-azure
testgrid-alert-email: k8s-infra-staging-cluster-api-azure@kubernetes.io
decorate: true
branches:
- ^master$
spec:
containers:
- image: gcr.io/k8s-testimages/image-builder:v20190906-d5d7ce3
command:
- /run.sh
args:
- --project=k8s-staging-cluster-api-azure
- --scratch-bucket=gs://k8s-staging-cluster-api-azure-gcb
- --env-passthrough=PULL_BASE_REF
- .
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /creds/service-account.json
volumeMounts:
- name: creds
mountPath: /creds
volumes:
- name: creds
secret:
secretName: deployer-service-account
kubernetes-sigs/cluster-api-provider-gcp:
- name: post-cluster-api-provider-gcp-push-images
cluster: test-infra-trusted
Expand Down

0 comments on commit 7feee39

Please sign in to comment.