File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -129,3 +129,9 @@ HAProxy_2_5:
129129 matrix :
130130 - TESTPART : [ "1/2", "2/2" ]
131131 HAPROXY_VERSION : " 2.5"
132+ HAProxy_2_6 :
133+ extends : .e2e
134+ parallel :
135+ matrix :
136+ - TESTPART : [ "1/2", "2/2" ]
137+ HAPROXY_VERSION : " 2.6"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ $ E2E_PORT=8081 make e2e
6262
6363#### HAProxy version
6464
65- By default, test suite is running against HAProxy 2.3 release: this can be
65+ By default, test suite is running against HAProxy 2.6 release: this can be
6666configured using the environment variable ` HAPROXY_VERSION ` .
6767
6868``` bash
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -eo pipefail
1818
1919export BASE_PATH=" /v2"
2020
21- HAPROXY_VERSION=${HAPROXY_VERSION:- 2.1 }
21+ HAPROXY_VERSION=${HAPROXY_VERSION:- 2.6 }
2222DOCKER_BASE_IMAGE=" ${DOCKER_BASE_IMAGE:- haproxytech/ haproxy-alpine} :${HAPROXY_VERSION} "
2323DOCKER_CONTAINER_NAME=" dataplaneapi-e2e"
2424export DOCKER_CONTAINER_NAME
You can’t perform that action at this time.
0 commit comments