Skip to content

Commit

Permalink
Merge pull request #23771 from spiffxp/fix-benchmark-junit-canary
Browse files Browse the repository at this point in the history
config/jobs: fix trigger regex for benchmarkjunit-canary image push job
  • Loading branch information
k8s-ci-robot authored Sep 27, 2021
2 parents 89dfafb + 3c4bb47 commit 6ab6092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jobs/image-pushing/k8s-staging-test-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ postsubmits:
- images/bazelbuild/
- name: post-test-infra-push-benchmarkjunit-canary
cluster: k8s-infra-prow-build-trusted
run_if_changed: '^images/benchmarkjunit/'
run_if_changed: '^pkg/benchmarkjunit/'
annotations:
testgrid-dashboards: sig-testing-canaries, sig-k8s-infra-canaries, sig-k8s-infra-gcb
testgrid-tab-name: benchmarkjunit-canary
Expand Down

0 comments on commit 6ab6092

Please sign in to comment.