Skip to content

Commit f8cad82

Browse files
committed
Test fixes
1 parent 5a63860 commit f8cad82

8 files changed

+10
-7
lines changed

scripts/dev/contexts/e2e_smoke_arm_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export KUBE_ENVIRONMENT_NAME=kind
1414
export CLUSTER_TYPE=kind
1515

1616
# During release the meko-tests image is pushed to a staging registry. We don't want to push it to production registry
17-
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-kubernetes-tests"
17+
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging"

scripts/dev/contexts/e2e_smoke_ibm_power_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ CUSTOM_OM_VERSION=$(grep -E "^\s*-\s*&ops_manager_70_latest\s+(\S+)\s+#" <"${PRO
1212
export CUSTOM_OM_VERSION
1313

1414
# During release the meko-tests image is pushed to a staging registry. We don't want to push it to production registry
15-
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-kubernetes-tests"
15+
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging"

scripts/dev/contexts/e2e_smoke_ibm_z_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ CUSTOM_OM_VERSION=$(grep -E "^\s*-\s*&ops_manager_70_latest\s+(\S+)\s+#" <"${PRO
1212
export CUSTOM_OM_VERSION
1313

1414
# During release the meko-tests image is pushed to a staging registry. We don't want to push it to production registry
15-
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-kubernetes-tests"
15+
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging"

scripts/dev/contexts/e2e_smoke_release

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ script_dir=$(dirname "${script_name}")
77

88
source "${script_dir}/root-context"
99
source "${script_dir}/variables/om70"
10+
11+
# During release the meko-tests image is pushed to a staging registry. We don't want to push it to production registry
12+
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging"

scripts/dev/contexts/e2e_static_smoke_arm_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ export CLUSTER_TYPE=kind
1818
export MDB_DEFAULT_ARCHITECTURE=static
1919

2020
# During release the meko-tests image is pushed to a staging registry. We don't want to push it to production registry
21-
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-kubernetes-tests"
21+
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging"

scripts/dev/contexts/e2e_static_smoke_ibm_power_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export MDB_DEFAULT_ARCHITECTURE=static
1616
export CUSTOM_MDB_VERSION=8.0.12-ent
1717

1818
# During release the meko-tests image is pushed to a staging registry. We don't want to push it to production registry
19-
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-kubernetes-tests"
19+
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging"

scripts/dev/contexts/e2e_static_smoke_ibm_z_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export MDB_DEFAULT_ARCHITECTURE=static
1616
export CUSTOM_MDB_VERSION=8.0.12-ent
1717

1818
# During release the meko-tests image is pushed to a staging registry. We don't want to push it to production registry
19-
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-kubernetes-tests"
19+
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging"

scripts/dev/contexts/e2e_static_smoke_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export MDB_DEFAULT_ARCHITECTURE=static
1313
export CUSTOM_MDB_PREV_VERSION=6.0.5
1414

1515
# During release the meko-tests image is pushed to a staging registry. We don't want to push it to production registry
16-
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging/mongodb-kubernetes-tests"
16+
export MEKO_TESTS_REGISTRY="268558157000.dkr.ecr.us-east-1.amazonaws.com/staging"

0 commit comments

Comments
 (0)