You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/en/docs/build-test-update.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Building, Testing, and Updating Prow"
3
3
weight: 70
4
4
description: >
5
-
5
+
6
6
---
7
7
8
8
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).
118
118
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).
119
119
120
120
##### 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.
122
122
```sh
123
-
./pj-on-kind.sh pull-test-infra-yamllint
123
+
./pj-on-kind.sh pull-community-verify
124
124
```
125
125
You may also need to set the `CONFIG_PATH` and `JOB_CONFIG_PATH` environmental variables:
0 commit comments