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:
294
294
perl -p -i -e "s|ABSOLUTE_PATH_REPLACEMENT_TOKEN|${DRIVERS_TOOLS}|g" $filename
295
295
done
296
296
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
-
310
297
" make files executable " :
311
298
- command : shell.exec
312
299
params :
@@ -993,6 +980,7 @@ tasks:
993
980
args :
994
981
- .evergreen/run-search-index-management-tests.sh
995
982
983
+ task_groups :
996
984
- name : test_gcpkms_task_group
997
985
setup_group_can_fail_task : true
998
986
setup_group_timeout_secs : 1800 # 30 minutes
@@ -1255,7 +1243,6 @@ tasks:
1255
1243
1256
1244
pre :
1257
1245
- func : " fetch source"
1258
- - func : " windows fix"
1259
1246
- func : " fix absolute paths"
1260
1247
- func : " make files executable"
1261
1248
You can’t perform that action at this time.
0 commit comments