Skip to content

Commit

Permalink
TEST/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 9cdaa74 commit e46ddd5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,36 +113,18 @@ build:
- merge_requests
- branches

HAProxy_2_1:
extends: .e2e
parallel:
matrix:
- TESTPART: ["1/2", "2/2"]
HAPROXY_VERSION: "2.1"
HAProxy_2_2:
extends: .e2e
parallel:
matrix:
- TESTPART: ["1/2", "2/2"]
HAPROXY_VERSION: "2.2"
HAProxy_2_3:
extends: .e2e
parallel:
matrix:
- TESTPART: ["1/2", "2/2"]
HAPROXY_VERSION: "2.3"
HAProxy_2_4:
extends: .e2e
parallel:
matrix:
- TESTPART: ["1/2", "2/2"]
HAPROXY_VERSION: "2.4"
HAProxy_2_5:
extends: .e2e
parallel:
matrix:
- TESTPART: ["1/2", "2/2"]
HAPROXY_VERSION: "2.5"
HAProxy_2_6:
extends: .e2e
parallel:
Expand Down

0 comments on commit e46ddd5

Please sign in to comment.