Skip to content

Commit

Permalink
Fix issues with CI jobs
Browse files Browse the repository at this point in the history
- wcs test using old out-of-commision URL
- needless spinning up of im2vec-neural
  • Loading branch information
tsmith023 committed Jan 29, 2025
1 parent dba8e79 commit a14e2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/docker-compose-wcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'false'
AUTHENTICATION_OIDC_ENABLED: 'true'
AUTHENTICATION_OIDC_CLIENT_ID: 'wcs'
AUTHENTICATION_OIDC_ISSUER: 'https://auth.wcs.api.semi.technology/auth/realms/SeMI'
AUTHENTICATION_OIDC_ISSUER: 'https://auth.wcs.api.weaviate.io/auth/realms/SeMI'
AUTHENTICATION_OIDC_USERNAME_CLAIM: 'email'
AUTHENTICATION_OIDC_GROUPS_CLAIM: 'groups'
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
Expand Down
4 changes: 1 addition & 3 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED: 'true'
PERSISTENCE_DATA_PATH: '/var/lib/weaviate'
DEFAULT_VECTORIZER_MODULE: 'text2vec-contextionary'
ENABLE_MODULES: text2vec-contextionary,backup-filesystem,img2vec-neural,generative-cohere,reranker-cohere
ENABLE_MODULES: text2vec-contextionary,backup-filesystem,generative-cohere,reranker-cohere
BACKUP_FILESYSTEM_PATH: "/tmp/backups"
CLUSTER_GOSSIP_BIND_PORT: "7100"
CLUSTER_DATA_BIND_PORT: "7101"
Expand All @@ -39,6 +39,4 @@ services:
image: semitechnologies/contextionary:en0.16.0-v1.2.0
ports:
- 9999:9999
i2v-neural:
image: semitechnologies/img2vec-pytorch:resnet50
...

0 comments on commit a14e2f6

Please sign in to comment.