Skip to content

Commit 95fd396

Browse files
committed
BUILD/MINOR: e2e: upgrade to 2.9 haproxy as default
1 parent 48aa0da commit 95fd396

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: HAProxy
99
strategy:
1010
matrix:
11-
haproxy_version: ["2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7"]
11+
haproxy_version: ["2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9"]
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code into the Go module directory

.gitlab-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,15 @@ HAProxy_2_7:
153153
matrix:
154154
- TESTPART: [ "1/2", "2/2" ]
155155
HAPROXY_VERSION: "2.7"
156-
HAProxy_latest_dev:
156+
HAProxy_2_8:
157157
extends: .e2e
158158
parallel:
159159
matrix:
160160
- TESTPART: [ "1/2", "2/2" ]
161161
HAPROXY_VERSION: "2.8"
162+
HAProxy_2_9:
163+
extends: .e2e
164+
parallel:
165+
matrix:
166+
- TESTPART: [ "1/2", "2/2" ]
167+
HAPROXY_VERSION: "2.9"

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.8}
21+
HAPROXY_VERSION=${HAPROXY_VERSION:-2.9}
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)