We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08abb8b commit d72dd3eCopy full SHA for d72dd3e
.evergreen/run-mongodb-oidc-test.sh
@@ -5,7 +5,12 @@ set -eu
5
6
echo "Running MONGODB-OIDC authentication tests on ${OIDC_ENV}..."
7
8
-bash ./.evergreen/just.sh setup-tests auth_oidc $K8S_VARIANT-remote
+if [ ${OIDC_ENV} == "k8s" ]; then
9
+ SUB_TEST_NAME=$K8S_VARIANT-remote
10
+else
11
+ SUB_TEST_NAME=$OIDC_ENV-remote
12
+fi
13
+bash ./.evergreen/just.sh setup-tests auth_oidc $SUB_TEST_NAME
14
bash ./.evergreen/just.sh run-tests "${@:1}"
15
16
echo "Running MONGODB-OIDC authentication tests on ${OIDC_ENV}... done."
0 commit comments