File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ buildvariants:
304
304
- rhel87-small
305
305
tasks :
306
306
- name : test-haystack-embeddings-local
307
- - name : test-haystack-embeddings-remote
307
+ # - name: test-haystack-embeddings-remote
308
308
309
309
- name : test-haystack-fulltext-rhel
310
310
display_name : Haystack FullText RHEL
@@ -314,4 +314,4 @@ buildvariants:
314
314
- rhel87-small
315
315
tasks :
316
316
- name : test-haystack-fulltext-local
317
- - name : test-haystack-fulltext-remote
317
+ # - name: test-haystack-fulltext-remote
Original file line number Diff line number Diff line change @@ -71,11 +71,12 @@ setup_local_atlas() {
71
71
podman kill mongodb_atlas_local || true
72
72
73
73
CONTAINER_ID=$( podman run --rm -d -e DO_NOT_TRACK=1 -P --health-cmd " /usr/local/bin/runner healthcheck" $IMAGE )
74
+ podman rename $CONTAINER_ID mongodb_atlas_local
74
75
75
76
echo " waiting for container to become healthy..."
76
77
function wait() {
77
78
CONTAINER_ID=$1
78
- podman rename $1 mongodb_atlas_local
79
+
79
80
echo " waiting for container to become healthy..."
80
81
podman healthcheck run " $CONTAINER_ID "
81
82
for _ in $( seq 600) ; do
You can’t perform that action at this time.
0 commit comments