Skip to content

Commit 9ee9491

Browse files
committed
WIP: debug
1 parent b6366fd commit 9ee9491

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/continuous-benchmark-transfer.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
- name: Run benchmarks for all versions
100100
run: |
101101
VERSIONS="${{ inputs.qdrant_versions }}"
102-
VERSIONS="${VERSIONS:-ghcr/dev,docker/latest}"
103-
104102
IFS=',' read -ra VERSION_ARRAY <<< "$VERSIONS"
105103
for QDRANT_VERSION in "${VERSION_ARRAY[@]}"; do
106104
QDRANT_VERSION=$(echo "$QDRANT_VERSION" | xargs) # trim whitespace
@@ -123,14 +121,12 @@ jobs:
123121
;;
124122
esac
125123
126-
cd ansible/playbooks
127-
ansible-playbook playbook-transfer-speed.yml \
128-
-i inventory.ini \
124+
ansible-playbook ansible/playbooks/playbook-transfer-speed.yml \
125+
-i ansible/playbooks/inventory.ini \
129126
--extra-vars "
130127
dataset_name=${{ inputs.dataset_name }}
131128
servers=[{'name':'qdrant','registry':'${CONTAINER_REGISTRY}','image':'qdrant/qdrant','version':'${VERSION}'}]
132129
"
133-
cd ../..
134130
done
135131
env:
136132
ANSIBLE_HOST_KEY_CHECKING: "False"

0 commit comments

Comments
 (0)