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 c189dea commit 0c73bcd
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,48 +112,24 @@ build:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'push'

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:
matrix:
- TESTPART: ["1/2", "2/2"]
HAPROXY_VERSION: "2.6"
HAProxy_2_7:
extends: .e2e
parallel:
matrix:
- TESTPART: ["1/2", "2/2"]
HAPROXY_VERSION: "2.7"
HAProxy_2_8:
extends: .e2e
parallel:
Expand Down

0 comments on commit 0c73bcd

Please sign in to comment.