Skip to content

Commit 64df760

Browse files
author
Ahmad Shah
committed
PR feedback
1 parent b3dffda commit 64df760

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.evergreen/.evg.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ functions:
256256
. ./activate-authawsvenv.sh
257257
python ./lib/aws_assign_instance_profile.py
258258
fi
259-
259+
260260
"run tests":
261261
- command: shell.exec
262262
type: test
@@ -277,9 +277,9 @@ functions:
277277
AZUREKMS_KEY_NAME: ${testazurekms_keyname}
278278
script: |
279279
${PREPARE_SHELL}
280-
280+
281281
. ${DRIVERS_TOOLS}/.evergreen/csfle/set-temp-creds.sh
282-
282+
283283
export AWS_TEMP_ACCESS_KEY_ID=$CSFLE_AWS_TEMP_ACCESS_KEY_ID
284284
export AWS_TEMP_SECRET_ACCESS_KEY=$CSFLE_AWS_TEMP_SECRET_ACCESS_KEY
285285
export AWS_TEMP_SESSION_TOKEN=$CSFLE_AWS_TEMP_SESSION_TOKEN
@@ -375,7 +375,7 @@ functions:
375375
STREAM_TYPE="netty" AUTH="${AUTH}" SSL="${SSL}" NETTY_SSL_PROVIDER="${NETTY_SSL_PROVIDER}" MONGODB_URI="${MONGODB_URI}" \
376376
TOPOLOGY="${TOPOLOGY}" COMPRESSOR="${COMPRESSOR}" JAVA_VERSION="${JAVA_VERSION}" \
377377
AZUREKMS_KEY_VAULT_ENDPOINT=${testazurekms_keyvaultendpoint} AZUREKMS_KEY_NAME=${testazurekms_keyname} \
378-
.evergreen/run-tests.sh
378+
.evergreen/run-tests.sh
379379
380380
"run plain auth test":
381381
- command: shell.exec
@@ -683,11 +683,11 @@ functions:
683683
script: |
684684
${PREPARE_SHELL}
685685
. ${DRIVERS_TOOLS}/.evergreen/csfle/set-temp-creds.sh
686-
686+
687687
export AWS_TEMP_ACCESS_KEY_ID=$CSFLE_AWS_TEMP_ACCESS_KEY_ID
688688
export AWS_TEMP_SECRET_ACCESS_KEY=$CSFLE_AWS_TEMP_SECRET_ACCESS_KEY
689689
export AWS_TEMP_SESSION_TOKEN=$CSFLE_AWS_TEMP_SESSION_TOKEN
690-
690+
691691
MONGODB_URI="${MONGODB_URI}" JAVA_VERSION="${JAVA_VERSION}" .evergreen/run-csfle-tests-with-mongocryptd.sh
692692
693693
"trace artifacts":
@@ -811,7 +811,6 @@ functions:
811811
812812
echo "Response Body: $response_body"
813813
echo "HTTP Status: $http_status"
814-
add_expansions_to_env: true
815814
816815
"run graalvm native image app":
817816
- command: shell.exec

0 commit comments

Comments
 (0)