Skip to content

Commit b08575c

Browse files
committed
Removed search related fixes
1 parent 470d7db commit b08575c

File tree

5 files changed

+0
-19
lines changed

5 files changed

+0
-19
lines changed

scripts/code_snippets/tests/test_gke_multi_cluster_snippets.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ elif [[ "${cmd}" == "cleanup" ]]; then
4343
exit 0
4444
fi
4545
# if no cmd, proceed with the test normally
46-
4746
function on_exit() {
4847
dump_logs
4948
cleanup

scripts/dev/contexts/e2e_mdb_community

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,3 @@ source "${script_dir}/variables/mongodb_latest"
1010

1111
# This variable is needed otherwise the `fetch_om_information.sh` script is called and fails the test
1212
export OM_EXTERNALLY_CONFIGURED="true"
13-
14-
# Temporary development images built from mongot master
15-
#export MDB_SEARCH_COMMUNITY_VERSION="776d43523d185b6b234289e17c191712a3e6569b" # master
16-
#export MDB_SEARCH_COMMUNITY_VERSION="d6884ae132aab30497af55dbaff05e8274e9775f" # Local->Admin
17-
#export MDB_SEARCH_COMMUNITY_VERSION="ad8acf5c3a045d6e0306ad67d61fcb5be40f57ae" # hardcoded mdbc-rs replicaset name
18-
#export MDB_SEARCH_COMMUNITY_VERSION="b9b80915f5571bfa5fc2aa70acb20d784e68d79b" # hardcoded Local->Admin, handled replicaSetName in config
19-
export MDB_SEARCH_COMMUNITY_VERSION="fbd60fb055dd500058edcb45677ea85d19421f47" # Nolan's fixes
20-
export MDB_SEARCH_COMMUNITY_NAME="mongot/community"
21-
export MDB_SEARCH_COMMUNITY_REPO_URL="268558157000.dkr.ecr.eu-west-1.amazonaws.com"

scripts/dev/contexts/e2e_mdb_kind_ubi_cloudqa

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ export CUSTOM_OM_VERSION
1616

1717
export CUSTOM_MDB_VERSION=6.0.5
1818
export CUSTOM_MDB_PREV_VERSION=5.0.7
19-
20-
export MDB_SEARCH_COMMUNITY_VERSION="fbd60fb055dd500058edcb45677ea85d19421f47" # Nolan's fixes
21-
export MDB_SEARCH_COMMUNITY_NAME="mongot/community"
22-
export MDB_SEARCH_COMMUNITY_REPO_URL="268558157000.dkr.ecr.eu-west-1.amazonaws.com"

scripts/dev/contexts/e2e_static_mdb_kind_ubi_cloudqa

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ export CUSTOM_OM_VERSION
1717

1818
export CUSTOM_MDB_PREV_VERSION=6.0.16
1919
export CUSTOM_MDB_VERSION=7.0.5
20-
21-
export MDB_SEARCH_COMMUNITY_VERSION="fbd60fb055dd500058edcb45677ea85d19421f47" # Nolan's fixes
22-
export MDB_SEARCH_COMMUNITY_NAME="mongot/community"
23-
export MDB_SEARCH_COMMUNITY_REPO_URL="268558157000.dkr.ecr.eu-west-1.amazonaws.com"

scripts/dev/contexts/prerelease_gke_code_snippets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ export EVG_HOST_NAME=""
1919
# ENV_VARIABLES.SH overrides
2020
export OPERATOR_ADDITIONAL_HELM_VALUES=""
2121
export OPERATOR_HELM_CHART=${PROJECT_DIR}/helm_chart
22-

0 commit comments

Comments
 (0)