Commit df9868c1 authored by Geoff Simmons's avatar Geoff Simmons

Add test for haproxy global timeout settings to gitlab-ci.yml.

parent c5185f22
......@@ -324,6 +324,12 @@ dev:probe-config:
- cd ../test/e2e/probeCfg
- make deploy verify undeploy
dev:haproxy-timeouts:
extends: .integration-tests
script:
- cd ../test/e2e/haproxyTimeout
- make deploy verify undeploy
# FOO:bar in the matrix config is just fake, because gitlab-ci
# requires at least two distinct variables.
.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