Skip to content

Commit a14e2f6

Browse files
committed
Fix issues with CI jobs
- wcs test using old out-of-commision URL - needless spinning up of im2vec-neural
1 parent dba8e79 commit a14e2f6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ci/docker-compose-wcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'false'
2020
AUTHENTICATION_OIDC_ENABLED: 'true'
2121
AUTHENTICATION_OIDC_CLIENT_ID: 'wcs'
22-
AUTHENTICATION_OIDC_ISSUER: 'https://auth.wcs.api.semi.technology/auth/realms/SeMI'
22+
AUTHENTICATION_OIDC_ISSUER: 'https://auth.wcs.api.weaviate.io/auth/realms/SeMI'
2323
AUTHENTICATION_OIDC_USERNAME_CLAIM: 'email'
2424
AUTHENTICATION_OIDC_GROUPS_CLAIM: 'groups'
2525
AUTHORIZATION_ADMINLIST_ENABLED: 'true'

ci/docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'true'
2222
PERSISTENCE_DATA_PATH: '/var/lib/weaviate'
2323
DEFAULT_VECTORIZER_MODULE: 'text2vec-contextionary'
24-
ENABLE_MODULES: text2vec-contextionary,backup-filesystem,img2vec-neural,generative-cohere,reranker-cohere
24+
ENABLE_MODULES: text2vec-contextionary,backup-filesystem,generative-cohere,reranker-cohere
2525
BACKUP_FILESYSTEM_PATH: "/tmp/backups"
2626
CLUSTER_GOSSIP_BIND_PORT: "7100"
2727
CLUSTER_DATA_BIND_PORT: "7101"
@@ -39,6 +39,4 @@ services:
3939
image: semitechnologies/contextionary:en0.16.0-v1.2.0
4040
ports:
4141
- 9999:9999
42-
i2v-neural:
43-
image: semitechnologies/img2vec-pytorch:resnet50
4442
...

0 commit comments

Comments
 (0)