Skip to content

Commit

Permalink
chore(generative-ai): remove accuracy tests as they are now in atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed Aug 21, 2024
1 parent f5edfe3 commit bc3f1b0
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 6,753 deletions.
25 changes: 0 additions & 25 deletions .evergreen/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -977,28 +977,3 @@ functions:
# Fails if the report failed and is not a patch, including release branches:
exit $return_code
fi
generative-ai-accuracy-tests:
- command: shell.exec
# Fail the task if it's idle for 10 mins
timeout_secs: 600
params:
working_dir: src
shell: bash
env:
<<: *compass-env
ATLAS_PUBLIC_KEY: ${atlas_public_key}
ATLAS_PRIVATE_KEY: ${atlas_private_key}
AI_ACCURACY_RESULTS_MONGODB_CONNECTION_STRING: ${accuracy_results_mdb_connection_string}
script: |
set -e
# Load environment variables
eval $(.evergreen/print-compass-env.sh)
set +e
npm run --workspace @mongodb-js/compass-generative-ai ai-accuracy-tests
return_code=$?
set -e
# Fail when the accuracy tests fail:
exit $return_code
9 changes: 0 additions & 9 deletions .evergreen/generative-ai-accuracy-test-empty.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .evergreen/generative-ai-accuracy-test.yml

This file was deleted.

Loading

0 comments on commit bc3f1b0

Please sign in to comment.