Skip to content

Commit

Permalink
Merge pull request #23457 from spiffxp/k8s-infra-images-kubekins
Browse files Browse the repository at this point in the history
config/jobs: add kubekins-e2e k8s-infra canary image build
  • Loading branch information
k8s-ci-robot authored Sep 2, 2021
2 parents a322b21 + fe7aa53 commit 4351bbe
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/jobs/image-pushing/k8s-staging-test-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,29 @@ postsubmits:
- --project=k8s-staging-test-infra
- --env-passthrough=PULL_BASE_REF
- kettle/
- name: post-test-infra-push-kubekins-e2e-canary
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-testing-canaries, wg-k8s-infra-canaries, wg-k8s-infra-gcb
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: '1'
description: builds and pushes the kubekins-e2e image
run_if_changed: '^(images/kubekins-e2e|kubetest|boskos)/'
decorate: true
branches:
- ^master$
max_concurrency: 1
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-testimages/image-builder:v20210622-762366a
command:
- /run.sh
args:
- --scratch-bucket=gs://k8s-staging-test-infra-gcb
- --project=k8s-staging-test-infra
- --build-dir=.
- images/kubekins-e2e/
- name: post-test-infra-push-triage
cluster: k8s-infra-prow-build-trusted
run_if_changed: '^triage/'
Expand Down

0 comments on commit 4351bbe

Please sign in to comment.