Skip to content

Commit

Permalink
config/jobs: add post-test-infra-push-bazelbuild-canary
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Sep 15, 2021
1 parent 917c50b commit 0ad1322
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/jobs/image-pushing/k8s-staging-test-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@ postsubmits:
#
# job images, e.g. images/*
#
- name: post-test-infra-push-bazelbuild-canary
cluster: k8s-infra-prow-build-trusted
run_if_changed: '^images/bazelbuild/'
annotations:
testgrid-dashboards: sig-testing-canaries, wg-k8s-infra-canaries, wg-k8s-infra-gcb
testgrid-tab-name: bazelbuild-canary
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-alerts@kubernetes.io
testgrid-num-failures-to-alert: '1'
description: builds and pushes the image builder's own image
decorate: true
branches:
- ^master$
max_concurrency: 1
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6
command:
- /run.sh
args:
- --scratch-bucket=gs://k8s-staging-test-infra-gcb
- --project=k8s-staging-test-infra
- --build-dir=.
- images/bazelbuild/
- name: post-test-infra-push-benchmarkjunit-canary
cluster: k8s-infra-prow-build-trusted
run_if_changed: '^images/benchmarkjunit/'
Expand Down

0 comments on commit 0ad1322

Please sign in to comment.