Skip to content

Commit 26b00cf

Browse files
committed
fix invalid url
1 parent ab09a57 commit 26b00cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keps/sig-cloud-provider/0018-testgrid-conformance-e2e.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Done.
211211

212212
Next thing you want to do is configure testgrid to read results from your GCS bucket. There are two [configuration](https://github.com/kubernetes/test-infra/tree/master/testgrid#configuration) steps required. One for your [test group](https://github.com/kubernetes/test-infra/tree/master/testgrid#test-groups) and one for your [dashboard](https://github.com/kubernetes/test-infra/tree/master/testgrid#dashboards).
213213

214-
To add a test group update [config.yaml](https://github.com/kubernetes/test-infra/blob/master/testgrid/config.yaml) with something like the following:
214+
To add a test group update [config.yaml](https://github.com/kubernetes/test-infra/blob/master/config/testgrids/config.yaml) with something like the following:
215215
```
216216
test_groups:
217217
...
@@ -220,7 +220,7 @@ test_groups:
220220
gcs_prefix: k8s-conformance-demo/cloud-provider-demo/e2e-conformance-release-v1.10
221221
```
222222

223-
To add a link to your results in the testgrid dashboard, update [config.yaml](https://github.com/kubernetes/test-infra/blob/master/testgrid/config.yaml) with something like the following:
223+
To add a link to your results in the testgrid dashboard, update [config.yaml](https://github.com/kubernetes/test-infra/blob/master/config/testgrids/config.yaml) with something like the following:
224224
```
225225
dashboards:
226226
...

0 commit comments

Comments
 (0)