Skip to content
Merged
Show file tree
Hide file tree
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
31 changes: 31 additions & 0 deletions config/jobs/image-pushing/k8s-staging-cluster-api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes-sigs/cluster-api:
- name: post-cluster-api-push-images
cluster: test-infra-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
testgrid-dashboards: sig-cluster-lifecycle-image-pushes
decorate: true
branches:
- ^master$
spec:
containers:
- image: gcr.io/k8s-testimages/image-builder:v20190828-ce571c0
command:
- /run.sh
args:
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
- --project=k8s-staging-cluster-api
- --scratch-bucket=gs://k8s-staging-cluster-api-scratch
- .
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /creds/service-account.json
volumeMounts:
- name: creds
mountPath: /creds
volumes:
- name: creds
secret:
secretName: deployer-service-account
2 changes: 2 additions & 0 deletions config/testgrids/kubernetes/sig-cluster-lifecycle/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dashboard_groups:
- sig-cluster-lifecycle-cluster-api-provider-docker
- sig-cluster-lifecycle-kops
- sig-cluster-lifecycle-etcdadm
- sig-cluster-lifecycle-image-pushes

dashboards:
- name: sig-cluster-lifecycle-all
Expand Down Expand Up @@ -44,6 +45,7 @@ dashboards:
- name: sig-cluster-lifecycle-cluster-api-provider-docker
- name: sig-cluster-lifecycle-kops
- name: sig-cluster-lifecycle-etcdadm
- name: sig-cluster-lifecycle-image-pushes

test_groups:
# @luxas' multiarch e2e results
Expand Down