Skip to content

Commit 346fdcf

Browse files
Merge branch 'main' into type-templates-auto-encryption
2 parents 608191b + 14303bc commit 346fdcf

File tree

1,426 files changed

+64351
-5760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,426 files changed

+64351
-5760
lines changed

.evergreen/config.in.yml

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -294,19 +294,6 @@ functions:
294294
perl -p -i -e "s|ABSOLUTE_PATH_REPLACEMENT_TOKEN|${DRIVERS_TOOLS}|g" $filename
295295
done
296296
297-
"windows fix":
298-
- command: shell.exec
299-
params:
300-
silent: true
301-
script: |
302-
${PREPARE_SHELL}
303-
# for i in $(find ${DRIVERS_TOOLS}/.evergreen ${PROJECT_DIRECTORY}/.evergreen -name \*.sh); do
304-
# cat $i | tr -d '\r' > $i.new
305-
# mv $i.new $i
306-
# done
307-
# Copy client certificate because symlinks do not work on Windows.
308-
cp ${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem ${MONGO_ORCHESTRATION_HOME}/lib/client.pem
309-
310297
"make files executable":
311298
- command: shell.exec
312299
params:
@@ -375,6 +362,10 @@ functions:
375362
params:
376363
binary: bash
377364
working_dir: src
365+
include_expansions_in_env:
366+
- AWS_SECRET_ACCESS_KEY
367+
- AWS_ACCESS_KEY_ID
368+
- AWS_SESSION_TOKEN
378369
env:
379370
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
380371
args:
@@ -387,6 +378,10 @@ functions:
387378
params:
388379
working_dir: src
389380
binary: bash
381+
include_expansions_in_env:
382+
- AWS_SECRET_ACCESS_KEY
383+
- AWS_ACCESS_KEY_ID
384+
- AWS_SESSION_TOKEN
390385
env:
391386
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
392387
NODE_LTS_VERSION: ${NODE_LTS_VERSION}
@@ -697,10 +692,12 @@ functions:
697692
type: test
698693
params:
699694
working_dir: "src"
700-
env:
701-
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
702-
MONGODB_URI: ${MONGODB_URI}
703-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
695+
include_expansions_in_env:
696+
- AWS_ACCESS_KEY_ID
697+
- AWS_SECRET_ACCESS_KEY
698+
- AWS_SESSION_TOKEN
699+
- PROJECT_DIRECTORY
700+
- DRIVERS_TOOLS
704701
binary: bash
705702
args:
706703
- ${PROJECT_DIRECTORY}/.evergreen/run-x509-tests.sh
@@ -983,6 +980,7 @@ tasks:
983980
args:
984981
- .evergreen/run-search-index-management-tests.sh
985982

983+
task_groups:
986984
- name: test_gcpkms_task_group
987985
setup_group_can_fail_task: true
988986
setup_group_timeout_secs: 1800 # 30 minutes
@@ -1245,7 +1243,6 @@ tasks:
12451243

12461244
pre:
12471245
- func: "fetch source"
1248-
- func: "windows fix"
12491246
- func: "fix absolute paths"
12501247
- func: "make files executable"
12511248

0 commit comments

Comments
 (0)