Commit b8a051b1 authored by Geoff Simmons's avatar Geoff Simmons

Add tests for Ingress variations to the CI script.

parent 98ca0ffa
......@@ -259,6 +259,13 @@ example:svctypes:
- make EXAMPLE=nodeport deploy verify undeploy
- make EXAMPLE=lb deploy verify undeploy
example:ingresses:
extends: .integration-tests
script:
- cd ../test/e2e/ingresses
- make EXAMPLE=fanout-nohost deploy verify undeploy
- make EXAMPLE=vhost-nohost deploy verify undeploy
# FOO:bar in the matrix config is just fake, because gitlab-ci
# requires at least two distinct variables.
.integration-tests:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment