In cluster Gateway API Conformance Tests
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
This commit is contained in:
parent
da7bb5fc25
commit
52e95deee3
9 changed files with 12094 additions and 142 deletions
9
.github/workflows/test-conformance.yaml
vendored
9
.github/workflows/test-conformance.yaml
vendored
|
@ -31,12 +31,5 @@ jobs:
|
|||
- name: Avoid generating webui
|
||||
run: touch webui/static/index.html
|
||||
|
||||
- name: Build binary
|
||||
run: make binary
|
||||
|
||||
- name: Setcap
|
||||
run: |
|
||||
sudo setcap 'cap_net_bind_service=+ep' dist/linux/amd64/traefik
|
||||
|
||||
- name: K8s Gateway API conformance test
|
||||
run: make test-gateway-api-conformance-ci
|
||||
run: make test-gateway-api-conformance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue