Skip to content

Commit 6e20fbc

Browse files
authored
CXX-3270 remove serverless testing (#1459)
* Remove serverless testing EVG configs
1 parent 39c2bdc commit 6e20fbc

File tree

4 files changed

+0
-160
lines changed

4 files changed

+0
-160
lines changed

.evergreen/config_generator/components/funcs/test_atlas_connectivity.py

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

.evergreen/config_generator/components/funcs/test_auth.py

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

.evergreen/generated_configs/functions.yml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -688,50 +688,6 @@ functions:
688688
args:
689689
- -c
690690
- .evergreen/scripts/test.sh
691-
test atlas connectivity:
692-
command: subprocess.exec
693-
type: test
694-
params:
695-
binary: bash
696-
working_dir: mongo-cxx-driver
697-
silent: true
698-
args:
699-
- -c
700-
- |
701-
export MONGOC_INSTALL_PREFIX=$(pwd)/../mongoc
702-
export MONGOCXX_INSTALL_PREFIX=$(pwd)/build/install
703-
if [[ "${distro_id}" == rhel* ]]; then
704-
export LIB_DIR=lib64
705-
else
706-
export LIB_DIR=lib
707-
fi
708-
export BUILD_TYPE=${build_type}
709-
export BUILD_DIR=$(pwd)/build
710-
711-
# The atlas_serverless_uri expansion is set in the Evergreen project settings.
712-
export URI="${atlas_serverless_uri}"
713-
714-
./.evergreen/scripts/connect.sh
715-
test auth:
716-
command: subprocess.exec
717-
type: test
718-
params:
719-
binary: bash
720-
working_dir: mongo-cxx-driver
721-
args:
722-
- -c
723-
- |
724-
export MONGOC_INSTALL_PREFIX=$(pwd)/../mongoc
725-
export MONGOCXX_INSTALL_PREFIX=$(pwd)/build/install
726-
if [[ "${distro_id}" == rhel* ]]; then
727-
export LIB_DIR=lib64
728-
else
729-
export LIB_DIR=lib
730-
fi
731-
export BUILD_TYPE=${build_type}
732-
export BUILD_DIR=$(pwd)/build
733-
export URI="mongodb://bob:pwd123@localhost"
734-
./.evergreen/scripts/connect.sh
735691
test-search-index-helpers:
736692
command: subprocess.exec
737693
type: test

.evergreen/scripts/connect.sh

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

0 commit comments

Comments
 (0)