File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,14 @@ jobs:
15
15
-
uses :
webfactory/[email protected]
16
16
with :
17
17
ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
18
- - name : Setup CI
19
- run : bash -x tools/setup_ci.sh
20
18
- name : Benches
21
19
run : |
22
20
export HCLOUD_TOKEN=${{ secrets.HCLOUD_TOKEN }}
23
21
export GCS_KEY=${{ secrets.GCS_KEY }}
24
22
export GCS_SECRET=${{ secrets.GCS_SECRET }}
25
23
export POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
26
24
export POSTGRES_HOST=${{ secrets.POSTGRES_HOST }}
25
+ bash -x tools/setup_ci.sh
27
26
28
27
declare -A DATASET_TO_ENGINE
29
28
DATASET_TO_ENGINE["laion-small-clip"]="qdrant-continuous-benchmark"
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ SCRIPT_PATH=$(dirname "$SCRIPT")
9
9
10
10
bash -x " ${SCRIPT_PATH} /run_remote_benchmark.sh"
11
11
12
- ./mc cp results/* qdrant/vector-search-engines-benchmark/results/ci/qdrant/
13
-
14
12
# Upload to postgres
15
13
# -t sorts by modification time
16
14
export SEARCH_RESULTS_FILE=$( ls -t results/* -search-* .json | head -n 1)
Original file line number Diff line number Diff line change @@ -14,9 +14,3 @@ wget https://github.com/hetznercloud/cli/releases/download/${HCVERSION}/hcloud-l
14
14
tar xzf hcloud-linux-amd64.tar.gz
15
15
16
16
sudo mv hcloud /usr/local/bin
17
-
18
- # Install mc
19
-
20
- wget https://dl.min.io/client/mc/release/linux-amd64/mc
21
- chmod +x mc
22
- ./mc alias set qdrant https://storage.googleapis.com " ${GCS_KEY} " " ${GCS_SECRET} "
You can’t perform that action at this time.
0 commit comments