Commit d3b54a44 authored by Geoff Simmons's avatar Geoff Simmons

Add the TLS update regression test to the gitlab CI script.

parent b9fbd8e3
......@@ -285,6 +285,12 @@ regression:tls:delete-secret:
- cd ../test/e2e/deleteTLSsecret
- make deploy verify undeploy
regression:tls:update-secret:
extends: .integration-tests
script:
- cd ../test/e2e/updateTLSsecret
- make deploy verify 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