Skip to content

Commit e46ddd5

Browse files
committed
TEST/MINOR: e2e: remove unsupported versions from testing
1 parent 9cdaa74 commit e46ddd5

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -113,36 +113,18 @@ build:
113113
- merge_requests
114114
- branches
115115

116-
HAProxy_2_1:
117-
extends: .e2e
118-
parallel:
119-
matrix:
120-
- TESTPART: ["1/2", "2/2"]
121-
HAPROXY_VERSION: "2.1"
122116
HAProxy_2_2:
123117
extends: .e2e
124118
parallel:
125119
matrix:
126120
- TESTPART: ["1/2", "2/2"]
127121
HAPROXY_VERSION: "2.2"
128-
HAProxy_2_3:
129-
extends: .e2e
130-
parallel:
131-
matrix:
132-
- TESTPART: ["1/2", "2/2"]
133-
HAPROXY_VERSION: "2.3"
134122
HAProxy_2_4:
135123
extends: .e2e
136124
parallel:
137125
matrix:
138126
- TESTPART: ["1/2", "2/2"]
139127
HAPROXY_VERSION: "2.4"
140-
HAProxy_2_5:
141-
extends: .e2e
142-
parallel:
143-
matrix:
144-
- TESTPART: ["1/2", "2/2"]
145-
HAPROXY_VERSION: "2.5"
146128
HAProxy_2_6:
147129
extends: .e2e
148130
parallel:

0 commit comments

Comments
 (0)