Skip to content

Commit b347522

Browse files
committed
Drop testing against ancient elasticsearch versions
1 parent a42741f commit b347522

9 files changed

Lines changed: 0 additions & 67 deletions

.ci/.matrix_framework.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ FRAMEWORK:
2929
- pyodbc-newest
3030
- memcached-newest
3131
- pylibmc-newest
32-
- elasticsearch-2
3332
- elasticsearch-7
3433
- elasticsearch-8
3534
- cassandra-newest

.ci/.matrix_framework_full.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ FRAMEWORK:
6363
- psutil-5.0
6464
- psutil-4.0
6565
#- eventlet-newest
66-
- elasticsearch-2
67-
- elasticsearch-5
68-
- elasticsearch-6
6966
- elasticsearch-7
7067
- elasticsearch-8
7168
- gevent-newest

tests/docker-compose.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,6 @@ services:
5959
redis:
6060
image: redis
6161

62-
elasticsearch6:
63-
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.0
64-
healthcheck:
65-
test: ["CMD", "curl", "-f", "http://localhost:9200"]
66-
environment:
67-
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
68-
- "network.host="
69-
- "transport.host=127.0.0.1"
70-
- "http.host=0.0.0.0"
71-
- "xpack.security.enabled=false"
72-
volumes:
73-
- pyesdata6:/usr/share/elasticsearch/data
74-
7562
elasticsearch7:
7663
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.0
7764
healthcheck:
@@ -101,32 +88,6 @@ services:
10188
volumes:
10289
- pyesdata8:/usr/share/elasticsearch/data
10390

104-
elasticsearch5:
105-
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.16
106-
healthcheck:
107-
test: ["CMD", "curl", "-f", "http://localhost:9200"]
108-
environment:
109-
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
110-
- "network.host="
111-
- "transport.host=127.0.0.1"
112-
- "http.host=0.0.0.0"
113-
- "xpack.security.enabled=false"
114-
volumes:
115-
- pyesdata5:/usr/share/elasticsearch/data
116-
117-
elasticsearch2:
118-
image: elasticsearch:2
119-
healthcheck:
120-
test: ["CMD", "curl", "-f", "http://localhost:9200"]
121-
environment:
122-
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
123-
- "network.host="
124-
- "transport.host=127.0.0.1"
125-
- "http.host=0.0.0.0"
126-
- "xpack.security.enabled=false"
127-
volumes:
128-
- pyesdata2:/usr/share/elasticsearch/data
129-
13091
mssql:
13192
image: mcr.microsoft.com/mssql/server
13293
environment:
@@ -187,9 +148,6 @@ services:
187148
environment:
188149
ES_8_URL: 'http://elasticsearch8:9200'
189150
ES_7_URL: 'http://elasticsearch7:9200'
190-
ES_6_URL: 'http://elasticsearch6:9200'
191-
ES_5_URL: 'http://elasticsearch5:9200'
192-
ES_2_URL: 'http://elasticsearch2:9200'
193151

194152

195153
volumes:

tests/requirements/reqs-elasticsearch-2.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/requirements/reqs-elasticsearch-5.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/requirements/reqs-elasticsearch-6.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/scripts/envs/elasticsearch-2.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/scripts/envs/elasticsearch-5.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/scripts/envs/elasticsearch-6.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)