File tree Expand file tree Collapse file tree 4 files changed +257
-281
lines changed Expand file tree Collapse file tree 4 files changed +257
-281
lines changed Original file line number Diff line number Diff 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 :
@@ -993,6 +980,7 @@ tasks:
993980 args :
994981 - .evergreen/run-search-index-management-tests.sh
995982
983+ task_groups :
996984 - name : test_gcpkms_task_group
997985 setup_group_can_fail_task : true
998986 setup_group_timeout_secs : 1800 # 30 minutes
@@ -1255,7 +1243,6 @@ tasks:
12551243
12561244pre :
12571245 - func : " fetch source"
1258- - func : " windows fix"
12591246 - func : " fix absolute paths"
12601247 - func : " make files executable"
12611248
You can’t perform that action at this time.
0 commit comments