Skip to content

Commit 48c875a

Browse files
authored
chore(generative-ai): remove accuracy tests (#6149)
1 parent 9a9b2bb commit 48c875a

File tree

13 files changed

+0
-6750
lines changed

13 files changed

+0
-6750
lines changed

.evergreen/functions.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -980,28 +980,3 @@ functions:
980980
# Fails if the report failed and is not a patch, including release branches:
981981
exit $return_code
982982
fi
983-
984-
generative-ai-accuracy-tests:
985-
- command: shell.exec
986-
# Fail the task if it's idle for 10 mins
987-
timeout_secs: 600
988-
params:
989-
working_dir: src
990-
shell: bash
991-
env:
992-
<<: *compass-env
993-
ATLAS_PUBLIC_KEY: ${atlas_public_key}
994-
ATLAS_PRIVATE_KEY: ${atlas_private_key}
995-
AI_ACCURACY_RESULTS_MONGODB_CONNECTION_STRING: ${accuracy_results_mdb_connection_string}
996-
script: |
997-
set -e
998-
# Load environment variables
999-
eval $(.evergreen/print-compass-env.sh)
1000-
1001-
set +e
1002-
npm run --workspace @mongodb-js/compass-generative-ai ai-accuracy-tests
1003-
return_code=$?
1004-
set -e
1005-
1006-
# Fail when the accuracy tests fail:
1007-
exit $return_code

.evergreen/generative-ai-accuracy-test-empty.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.evergreen/generative-ai-accuracy-test.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)