Commit 9cd41fab authored by Geoff Simmons's avatar Geoff Simmons

Add the ExternalName test to the CI pipeline (but without repetition).

In test/e2e.sh, we run the test twice, to confirm that VMOD dynamic
picks up the changed IP for the DNS name. For now, just run the test
once in the pipeline.
parent f11f6e7c
......@@ -259,6 +259,14 @@ example:tls:sni:
- ./verify.sh
- ./undeploy.sh
example:externalname
extends: .integration-tests
script:
- cd ../examples/externalname
- ./deploy.sh
- ./verify.sh
- ./undeploy.sh
.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