Skip to content

Commit 7c95699

Browse files
committed
cleanup
1 parent 924dc5b commit 7c95699

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ buildvariants:
304304
- rhel87-small
305305
tasks:
306306
- name: test-haystack-embeddings-local
307-
- name: test-haystack-embeddings-remote
307+
# - name: test-haystack-embeddings-remote
308308

309309
- name: test-haystack-fulltext-rhel
310310
display_name: Haystack FullText RHEL
@@ -314,4 +314,4 @@ buildvariants:
314314
- rhel87-small
315315
tasks:
316316
- name: test-haystack-fulltext-local
317-
- name: test-haystack-fulltext-remote
317+
# - name: test-haystack-fulltext-remote

.evergreen/utils.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ setup_local_atlas() {
7171
podman kill mongodb_atlas_local || true
7272

7373
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
7475

7576
echo "waiting for container to become healthy..."
7677
function wait() {
7778
CONTAINER_ID=$1
78-
podman rename $1 mongodb_atlas_local
79+
7980
echo "waiting for container to become healthy..."
8081
podman healthcheck run "$CONTAINER_ID"
8182
for _ in $(seq 600); do

0 commit comments

Comments
 (0)