Skip to content

Commit 1d5ee48

Browse files
committed
refactor MDB_SEARCH_COMMUNITY variables
1 parent fbfc18f commit 1d5ee48

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

scripts/dev/contexts/e2e_mdb_community

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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
1212
export 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"

scripts/dev/contexts/e2e_mdb_kind_ubi_cloudqa

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ export CUSTOM_OM_VERSION
1717
export CUSTOM_MDB_VERSION=6.0.5
1818
export 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"

scripts/dev/contexts/e2e_static_mdb_kind_ubi_cloudqa

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,4 @@ export CUSTOM_OM_VERSION
1818
export CUSTOM_MDB_PREV_VERSION=6.0.16
1919
export 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"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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"

0 commit comments

Comments
 (0)