Skip to content

Commit

Permalink
fix: Broken links to testgrid dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
taptao committed Aug 19, 2023
1 parent 5a680e9 commit f3b9143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/contrib/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ tests that run against a release image use both GCE and GKE.

Any test that starts with ingress-gce-* is a test which runs an image of GLBC from HEAD.
Any other test you see runs a release image of GLBC.
Check out https://k8s-testgrid.appspot.com/sig-network-gce & https://k8s-testgrid.appspot.com/sig-network-gke
Check out https://testgrid.k8s.io/sig-network-gce & https://testgrid.k8s.io/sig-network-gke
for to see the results for these tests.

Every time a PR is merged to ingress-gce, Kubernetes test-infra triggers
a job that pushes a new image of GLBC for e2e testing. The ingress-gce-* jobs then use
this image when the test cluster is brought up. You can see the results of this job
at https://k8s-testgrid.appspot.com/sig-network-gce#ingress-gce-image-push.
at https://testgrid.k8s.io/sig-network-gce#ingress-gce-image-push.

## Running E2E tests

Expand Down
6 changes: 3 additions & 3 deletions docs/faq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ Multiple Ingress controllers can co-exist and key off the `ingress.class` annota

Testing for the Ingress controllers is divided between:
* Ingress repo: unit tests and pre-submit integration tests run via travis
* Kubernetes repo: [pre-submit e2e](https://k8s-testgrid.appspot.com/google-gce#gce&include-filter-by-regex=Loadbalancing),
[post-merge e2e](https://k8s-testgrid.appspot.com/google-gce#gci-gce-ingress),
[per release-branch e2e](https://k8s-testgrid.appspot.com/google-gce#gci-gce-ingress-1.5)
* Kubernetes repo: [pre-submit e2e](https://testgrid.k8s.io/google-gce#gce&include-filter-by-regex=Loadbalancing),
[post-merge e2e](https://testgrid.k8s.io/google-gce#gci-gce-ingress),
[per release-branch e2e](https://testgrid.k8s.io/google-gce#gci-gce-ingress-1.5)

The configuration for jenkins e2e tests are located [here](https://github.com/kubernetes/test-infra).
The Ingress E2Es are located [here](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/network/ingress.go),
Expand Down

0 comments on commit f3b9143

Please sign in to comment.