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:
129
129
matrix :
130
130
- TESTPART : [ "1/2", "2/2" ]
131
131
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
62
62
63
63
#### HAProxy version
64
64
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
66
66
configured using the environment variable ` HAPROXY_VERSION ` .
67
67
68
68
``` bash
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -eo pipefail
18
18
19
19
export BASE_PATH=" /v2"
20
20
21
- HAPROXY_VERSION=${HAPROXY_VERSION:- 2.1 }
21
+ HAPROXY_VERSION=${HAPROXY_VERSION:- 2.6 }
22
22
DOCKER_BASE_IMAGE=" ${DOCKER_BASE_IMAGE:- haproxytech/ haproxy-alpine} :${HAPROXY_VERSION} "
23
23
DOCKER_CONTAINER_NAME=" dataplaneapi-e2e"
24
24
export DOCKER_CONTAINER_NAME
You can’t perform that action at this time.
0 commit comments