Skip to content

Commit f8dc542

Browse files
committed
Start t2v-transformers container first in E2E tests
It's slowest and weaviate container depends on it.
1 parent 8c5ceb2 commit f8dc542

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr-e2e-tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- community
2020
- enterprise
2121
services:
22+
t2v-transformers:
23+
image: cr.weaviate.io/semitechnologies/transformers-inference:sentence-transformers-all-MiniLM-L6-v2-onnx
24+
env:
25+
ENABLE_CUDA: '0'
2226
weaviate:
2327
image: cr.weaviate.io/semitechnologies/weaviate:1.25.1
2428
env:
@@ -30,16 +34,12 @@ jobs:
3034
ports:
3135
- 8080:8080
3236
- 50051:50051
33-
t2v-transformers:
34-
image: cr.weaviate.io/semitechnologies/transformers-inference:sentence-transformers-all-MiniLM-L6-v2-onnx
35-
env:
36-
ENABLE_CUDA: '0'
3737
neo4j:
3838
image: neo4j:${{ matrix.neo4j-version }}-${{ matrix.neo4j-edition }}
3939
env:
4040
NEO4J_AUTH: neo4j/password
4141
NEO4J_ACCEPT_LICENSE_AGREEMENT: 'eval'
42-
NEO4J_PLUGINS: "[\"apoc\"]"
42+
NEO4J_PLUGINS: '["apoc"]'
4343
ports:
4444
- 7687:7687
4545
- 7474:7474

0 commit comments

Comments
 (0)