Commit 71ec09e7 authored by Geoff Simmons's avatar Geoff Simmons

Add the "change TLS" test to the gitlab CI script.

parent 21504eda
......@@ -292,6 +292,12 @@ regression:tls:update-secret:
- cd ../test/e2e/updateTLSsecret
- make deploy verify undeploy
regression:tls:change-secret:
extends: .integration-tests
script:
- cd ../test/e2e/changeTLSsecret
- make deploy verify-first upgrade verify-second undeploy
example:file-cache:
extends: .integration-tests
script:
......
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