Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ on:
required: true

env:
WEAVIATE_VERSION: ${{ inputs.weaviate_version }}
WEAVIATE_VERSION: weaviate:1.29.0-dev-5dabf80
DISABLE_RECOVERY_ON_PANIC: true
REINDEX_VECTOR_DIMENSIONS_AT_STARTUP: true
TRACK_VECTOR_DIMENSIONS: true

jobs:
real-version-in-tag:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# weaviate-chaos-engineering <img alt='Weaviate logo' src='https://raw.githubusercontent.com/semi-technologies/weaviate/19de0956c69b66c5552447e84d016f4fe29d12c9/docs/assets/weaviate-logo.png' width='180' align='right' />


> Chaos-Engineering-Style pipelines to make sure Weaviate behaves correctly,
> even when we try to sabotage it a bit.

Expand Down
Loading