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 c4b1d7f commit 1c641eb
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,49 +112,25 @@ 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_latest_dev:
HAProxy_2.8:
extends: .e2e
parallel:
matrix:
Expand Down

0 comments on commit 1c641eb

Please sign in to comment.