Skip to content

Commit 64593e5

Browse files
committed
Fix CI for Netty and Slow tests
JAVA-4706
1 parent b5b395c commit 64593e5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.evergreen/.evg.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,10 @@ functions:
284284
working_dir: "src"
285285
script: |
286286
${PREPARE_SHELL}
287-
AUTH="${AUTH}" SSL="${SSL}" MONGODB_URI="${MONGODB_URI}" TOPOLOGY="${TOPOLOGY}" COMPRESSOR="${COMPRESSOR}" JAVA_VERSION="${JAVA_VERSION}" SLOW_TESTS_ONLY=true .evergreen/run-tests.sh
287+
AUTH="${AUTH}" SSL="${SSL}" MONGODB_URI="${MONGODB_URI}" TOPOLOGY="${TOPOLOGY}" COMPRESSOR="${COMPRESSOR}" \
288+
JAVA_VERSION="${JAVA_VERSION}" \
289+
AZUREKMS_KEY_VAULT_ENDPOINT=${testazurekms_keyvaultendpoint} AZUREKMS_KEY_NAME=${testazurekms_keyname} \
290+
SLOW_TESTS_ONLY=true .evergreen/run-tests.sh
288291
289292
"run scala tests":
290293
- command: shell.exec
@@ -311,7 +314,10 @@ functions:
311314
working_dir: "src"
312315
script: |
313316
${PREPARE_SHELL}
314-
STREAM_TYPE="netty" AUTH="${AUTH}" SSL="${SSL}" NETTY_SSL_PROVIDER="${NETTY_SSL_PROVIDER}" MONGODB_URI="${MONGODB_URI}" TOPOLOGY="${TOPOLOGY}" COMPRESSOR="${COMPRESSOR}" JAVA_VERSION="${JAVA_VERSION}" .evergreen/run-tests.sh
317+
STREAM_TYPE="netty" AUTH="${AUTH}" SSL="${SSL}" NETTY_SSL_PROVIDER="${NETTY_SSL_PROVIDER}" MONGODB_URI="${MONGODB_URI}" \
318+
TOPOLOGY="${TOPOLOGY}" COMPRESSOR="${COMPRESSOR}" JAVA_VERSION="${JAVA_VERSION}" \
319+
AZUREKMS_KEY_VAULT_ENDPOINT=${testazurekms_keyvaultendpoint} AZUREKMS_KEY_NAME=${testazurekms_keyname} \
320+
.evergreen/run-tests.sh
315321
316322
"run plain auth test":
317323
- command: shell.exec

0 commit comments

Comments
 (0)