Commit 82e0b42f authored by Geoff Simmons's avatar Geoff Simmons

Add the file-cache test to the CI tests.

parent 5ca47115
......@@ -235,6 +235,12 @@ regression:tls:delete-secret:
- cd ../test/e2e/deleteTLSsecret
- make deploy verify undeploy
example:file-cache:
extends: .integration-tests
script:
- cd ../examples/file-cache
- make deploy verify undeploy
.integration-tests:
needs: ["build:controller"]
stage: e2e
......
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