Commit 6662214c authored by Geoff Simmons's avatar Geoff Simmons

Add the Service type tests to the CI script.

parent 735aa9dc
......@@ -252,6 +252,13 @@ example:file-cache:
- cd ../examples/file-cache
- make deploy verify undeploy
example:svctypes:
extends: .integration-tests
script:
- cd ../examples/svctypes
- make EXAMPLE=nodeport deploy verify undeploy
- make EXAMPLE=lb 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