Skip to content

Commit

Permalink
BUILD/MINOR: e2e: remove unsupported versions from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Jul 10, 2024
1 parent bda5f8c commit 3519867
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,39 +151,19 @@ test:
- docker image tag $CI_REGISTRY_GO/haproxy-alpine:$HAPROXY_VERSION haproxytech/haproxy-alpine:$HAPROXY_VERSION
script:
- DOCKER_HAPROXY_VERSION=$HAPROXY_VERSION make e2e-docker
HAProxy-2.1:
extends: .e2e
variables:
HAPROXY_VERSION: "2.1"
HAProxy-2.2:
extends: .e2e
variables:
HAPROXY_VERSION: "2.2"
HAProxy-2.3:
extends: .e2e
variables:
HAPROXY_VERSION: "2.3"
HAProxy-2.4:
extends: .e2e
variables:
HAPROXY_VERSION: "2.4"
HAProxy-2.5:
extends: .e2e
variables:
HAPROXY_VERSION: "2.5"
HAProxy-2.6:
extends: .e2e
variables:
HAPROXY_VERSION: "2.6"
HAProxy-2.7:
extends: .e2e
variables:
HAPROXY_VERSION: "2.7"
HAProxy-2.8:
extends: .e2e
variables:
HAPROXY_VERSION: "2.8"
HAProxy-2.9:
extends: .e2e
variables:
HAPROXY_VERSION: "2.9"

0 comments on commit 3519867

Please sign in to comment.