Skip to content

Commit dc18fbc

Browse files
committed
TEST/MINOR: ci: remove unsupported versions from e2e tests
1 parent 2d80439 commit dc18fbc

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
@@ -135,18 +135,6 @@ govulncheck:
135135
- go mod tidy
136136
- go run cmd/govulncheck-report/main.go
137137

138-
HAProxy_2_2:
139-
extends: .e2e
140-
parallel:
141-
matrix:
142-
- TESTPART: ["1/2", "2/2"]
143-
HAPROXY_VERSION: "2.2"
144-
HAProxy_2_4:
145-
extends: .e2e
146-
parallel:
147-
matrix:
148-
- TESTPART: ["1/2", "2/2"]
149-
HAPROXY_VERSION: "2.4"
150138
HAProxy_2_6:
151139
extends: .e2e
152140
parallel:
@@ -159,9 +147,3 @@ HAProxy_2_8:
159147
matrix:
160148
- TESTPART: ["1/2", "2/2"]
161149
HAPROXY_VERSION: "2.8"
162-
HAProxy_2_9:
163-
extends: .e2e
164-
parallel:
165-
matrix:
166-
- TESTPART: ["1/2", "2/2"]
167-
HAPROXY_VERSION: "2.9"

0 commit comments

Comments
 (0)