Skip to content

Commit

Permalink
Merge pull request #23494 from mkumatag/ibmcloud_imagepush
Browse files Browse the repository at this point in the history
Push image for kubernetes-sigs/cluster-api-provider-ibmcloud repo
  • Loading branch information
k8s-ci-robot authored Sep 7, 2021
2 parents 85fa4e1 + cf8b011 commit 665b28a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/jobs/image-pushing/k8s-staging-cluster-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,36 @@ postsubmits:
- --env-passthrough=PULL_BASE_REF
- --with-git-dir
- .
kubernetes-sigs/cluster-api-provider-ibmcloud:
- name: post-cluster-api-provider-ibmcloud-push-images
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-ibmcloud-maintainers
github_users:
- mkumatag
cluster: k8s-infra-prow-build-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
testgrid-dashboards: sig-cluster-lifecycle-image-pushes, wg-k8s-infra-gcb
decorate: true
branches:
- ^main
- ^release-.+$
# this is a regex for semver, from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
- ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-testimages/image-builder:v20210622-762366a
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-capi-ibmcloud
- --scratch-bucket=gs://k8s-staging-capi-ibmcloud-gcb
- --env-passthrough=PULL_BASE_REF
- .

periodics:
- name: cluster-api-push-images-nightly
Expand Down

0 comments on commit 665b28a

Please sign in to comment.