File tree Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,4 @@ source "${script_dir}/variables/mongodb_latest"
1111# This variable is needed otherwise the `fetch_om_information.sh` script is called and fails the test
1212export OM_EXTERNALLY_CONFIGURED=" true"
1313
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"
14+ source " ${script_dir} /variables/mongodb_search_dev"
Original file line number Diff line number Diff line change @@ -17,6 +17,4 @@ export CUSTOM_OM_VERSION
1717export CUSTOM_MDB_VERSION=6.0.5
1818export CUSTOM_MDB_PREV_VERSION=5.0.7
1919
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"
20+ source " ${script_dir} /variables/mongodb_search_dev"
Original file line number Diff line number Diff line change @@ -18,6 +18,4 @@ export CUSTOM_OM_VERSION
1818export CUSTOM_MDB_PREV_VERSION=6.0.16
1919export CUSTOM_MDB_VERSION=7.0.5
2020
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"
21+ source " ${script_dir} /variables/mongodb_search_dev"
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ set -Eeou pipefail
4+
5+ # Temporary development images built from mongot master
6+ # export MDB_SEARCH_COMMUNITY_VERSION="776d43523d185b6b234289e17c191712a3e6569b" # master
7+ # export MDB_SEARCH_COMMUNITY_VERSION="d6884ae132aab30497af55dbaff05e8274e9775f" # Local->Admin
8+ # export MDB_SEARCH_COMMUNITY_VERSION="ad8acf5c3a045d6e0306ad67d61fcb5be40f57ae" # hardcoded mdbc-rs replicaset name
9+ # export MDB_SEARCH_COMMUNITY_VERSION="b9b80915f5571bfa5fc2aa70acb20d784e68d79b" # hardcoded Local->Admin, handled replicaSetName in config
10+ # export MDB_SEARCH_COMMUNITY_VERSION="fbd60fb055dd500058edcb45677ea85d19421f47" # Nolan's fixes
11+ export MDB_SEARCH_COMMUNITY_VERSION=" f3b9cf1cc358c34044a7abb4bf220f6e47e00873" # Aug 26th mongot master
12+ export MDB_SEARCH_COMMUNITY_NAME=" mongot/community"
13+ export MDB_SEARCH_COMMUNITY_REPO_URL=" 268558157000.dkr.ecr.eu-west-1.amazonaws.com"
You can’t perform that action at this time.
0 commit comments