Skip to content

Commit ab0b626

Browse files
committed
TEST/MEDIUM: e2e: bump the default HAProxy version to 2.6
Also add HAProxy 2.6 to the Gitlab CI and update the README.
1 parent 0c33f73 commit ab0b626

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6666
configured using the environment variable `HAPROXY_VERSION`.
6767

6868
```bash

e2e/run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -eo pipefail
1818

1919
export BASE_PATH="/v2"
2020

21-
HAPROXY_VERSION=${HAPROXY_VERSION:-2.1}
21+
HAPROXY_VERSION=${HAPROXY_VERSION:-2.6}
2222
DOCKER_BASE_IMAGE="${DOCKER_BASE_IMAGE:-haproxytech/haproxy-alpine}:${HAPROXY_VERSION}"
2323
DOCKER_CONTAINER_NAME="dataplaneapi-e2e"
2424
export DOCKER_CONTAINER_NAME

0 commit comments

Comments
 (0)