Skip to content

Commit 59a573d

Browse files
authored
Merge pull request #480 from shotarok/shotarok/update-example-on-doc
Update an example to use a job on the default branch of test-infra
2 parents a8bc6a7 + 29883fe commit 59a573d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/en/docs/build-test-update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Building, Testing, and Updating Prow"
33
weight: 70
44
description: >
5-
5+
66
---
77

88
This guide is directed at Prow developers and maintainers who want to build/test individual components or deploy changes to an existing Prow cluster. ["Deploying Prow"](/docs/getting-started-deploy/) is a better reference for deploying a new Prow cluster.
@@ -118,9 +118,9 @@ for [prow.istio.io](https://prow.istio.io).
118118
To test ProwJobs for the [prow.k8s.io] instance use [`config/pj-on-kind.sh`](https://github.com/kubernetes/test-infra/blob/master/config/pj-on-kind.sh).
119119

120120
##### Example
121-
This command runs the ProwJob [`pull-test-infra-yamllint`](https://github.com/kubernetes/test-infra/blob/170921984a34ca40f2763f9e71d6ce6e033dec03/config/jobs/kubernetes/test-infra/test-infra-presubmits.yaml#L94-L107) locally on Kind.
121+
This command runs the ProwJob [`pull-community-verify`](https://github.com/kubernetes/test-infra/blob/4c7d366981c6cf14a92547240976ed89095bc5e1/config/jobs/kubernetes/community/community-presubmit.yaml#L3-L26) locally on Kind.
122122
```sh
123-
./pj-on-kind.sh pull-test-infra-yamllint
123+
./pj-on-kind.sh pull-community-verify
124124
```
125125
You may also need to set the `CONFIG_PATH` and `JOB_CONFIG_PATH` environmental variables:
126126
```sh

0 commit comments

Comments
 (0)