Skip to content

Commit

Permalink
Reindexing endpoint chaos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin committed Jul 31, 2024
1 parent 68a6b0a commit 34decb7
Show file tree
Hide file tree
Showing 5 changed files with 1,110 additions and 815 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
weaviate-version-information:
runs-on: ubuntu-latest
env:
weaviate_version: "${{inputs.weaviate_version || '1.25.2'}}"
weaviate_version: "${{inputs.weaviate_version || '1.24.21'}}"
outputs:
weaviate_version: ${{ steps.set-output.outputs.weaviate_version }}
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
uses: ./.github/workflows/tests.yaml
with:
lsm_access_strategy: ${{matrix.lsm_access_strategy}}
weaviate_version: ${{ github.event_name == 'schedule' && 'latest' || inputs.weaviate_version || '1.25.2' }}
weaviate_version: ${{ github.event_name == 'schedule' && 'latest' || inputs.weaviate_version || '1.24.21' }}
secrets:
AWS_ACCESS_KEY: ${{secrets.AWS_ACCESS_KEY}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
Expand Down
Loading

0 comments on commit 34decb7

Please sign in to comment.