Commit c1fa4001 authored by Geoff Simmons's avatar Geoff Simmons

CI tests use make targets for the Pod template examples.

parent d816c8dd
......@@ -246,17 +246,9 @@ example:varnish-pod-template:
extends: .integration-tests
script:
- cd ../examples/varnish_pod_template
- ./deploy_cli-args.sh
- ./verify_cli-args.sh
- ./undeploy_cli-args.sh
- ./deploy_proxy.sh
- ./verify_proxy.sh
- ./undeploy_proxy.sh
- ./deploy_env.sh
- ./verify_env.sh
- ./undeploy_env.sh
- make DEPLOY=kubectl EXAMPLE=cli-args deploy verify undeploy
- make DEPLOY=kubectl EXAMPLE=proxy deploy verify undeploy
- make DEPLOY=kubectl EXAMPLE=env deploy verify undeploy
example:tls:hello:
extends: .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