Skip to content

Commit

Permalink
rename-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhadas committed Aug 2, 2023
1 parent 23adcb7 commit 0549693
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/knative-downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
matrix:
repo:
- knative/serving
- knative-sandbox/net-contour
- knative-sandbox/net-istio
- knative-sandbox/net-kourier
- knative-sandbox/net-certmanager
- knative-sandbox/net-http01
- knative-extensions/net-contour
- knative-extensions/net-istio
- knative-extensions/net-kourier
- knative-extensions/net-certmanager
- knative-extensions/net-http01

steps:
- name: Set up Go 1.19.x
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Check out:

See also:

- http://github.com/knative-sandbox/net-contour for the Contour-based
- http://github.com/knative-extensions/net-contour for the Contour-based
implementation of KIngress.
- http://github.com/knative-sandbox/net-kourier for a dependency-free
- http://github.com/knative-extensions/net-kourier for a dependency-free
implementation of KIngress based on Envoy proxy.
- http://github.com/knative-sandbox/net-istio For the Istio-based implementation
- http://github.com/knative-extensions/net-istio For the Istio-based implementation
of KIngress.

# Knative Certificate aka KCert
Expand Down
4 changes: 2 additions & 2 deletions test/conformance/ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This directory contains Ingress conformance tests for Knative Ingress resource.
export NETWORKING_ROOT=<where-you-checked-out-knative/networking>
```
1. (Recommended) Knative
[net-istio](https://github.com/knative-sandbox/net-istio) source code checked
[net-istio](https://github.com/knative-extensions/net-istio) source code checked
out. This contains an invocation of `RunConformance` that easily allows to
run tests.
1. (For setup only) Knative Serving source code check out at `${SERVING_ROOT}`.
Expand Down Expand Up @@ -106,7 +106,7 @@ func TestYourIngressConformance(t *testing.T) {
### Running the tests from `net-istio` repository

`net-istio` already invokes the `RunConformance` function in
[`ingress_test.go`](https://github.com/knative-sandbox/net-istio/blob/main/test/conformance/ingress_test.go),
[`ingress_test.go`](https://github.com/knative-extensions/net-istio/blob/main/test/conformance/ingress_test.go),
so it offers a convenient place to run the tests.

If `INGRESS_CLASS` is already set, then you can simply `go test ingress_test.go`
Expand Down

0 comments on commit 0549693

Please sign in to comment.