Skip to content

Commit

Permalink
revert: Revert "chore: Add Milvus to pr_integration_tests.yml" (feast…
Browse files Browse the repository at this point in the history
…-dev#4900)

Revert "chore: Add Milvus to pr_integration_tests.yml (feast-dev#4891)"

This reverts commit ca45a1c.
  • Loading branch information
franciscojavierarceo authored and dharmisha committed Jan 15, 2025
1 parent 4b544a9 commit 503a30d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ jobs:
run: |
docker pull vishnunair/docker-redis-cluster:latest
docker run -d -p 6001:6379 -p 6002:6380 -p 6003:6381 -p 6004:6382 -p 6005:6383 -p 6006:6384 --name redis-cluster vishnunair/docker-redis-cluster
- name: Setup Milvus Cluster
run: |
wget https://github.com/milvus-io/milvus/releases/download/v2.5.1/milvus-standalone-docker-compose.yml -O docker-compose.yml
docker compose up -d
- name: Test python
if: ${{ always() }} # this will guarantee that step won't be canceled and resources won't leak
env:
Expand Down

0 comments on commit 503a30d

Please sign in to comment.