Skip to content

Commit 0fb1bb4

Browse files
committed
Fix Evergreen issues
* Make shell scripts executable * Remove unnecessary and sometimes harmful shell script tweaks in the pre tasks
1 parent b9c4863 commit 0fb1bb4

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

.evergreen/.evg.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -856,25 +856,6 @@ functions:
856856
perl -p -i -e "s|ABSOLUTE_PATH_REPLACEMENT_TOKEN|${DRIVERS_TOOLS}|g" $filename
857857
done
858858
859-
"windows fix":
860-
- command: shell.exec
861-
params:
862-
script: |
863-
${PREPARE_SHELL}
864-
for i in $(find ${DRIVERS_TOOLS}/.evergreen ${PROJECT_DIRECTORY}/.evergreen -name \*.sh); do
865-
cat $i | tr -d '\r' > $i.new
866-
mv $i.new $i
867-
done
868-
869-
"make files executable":
870-
- command: shell.exec
871-
params:
872-
script: |
873-
${PREPARE_SHELL}
874-
for i in $(find ${DRIVERS_TOOLS}/.evergreen ${PROJECT_DIRECTORY}/.evergreen -name \*.sh); do
875-
chmod +x $i
876-
done
877-
878859
"run perf tests":
879860
- command: shell.exec
880861
type: test
@@ -894,9 +875,7 @@ functions:
894875
pre:
895876
- func: "fetch source"
896877
- func: "prepare resources"
897-
- func: "windows fix"
898878
- func: "fix absolute paths"
899-
- func: "make files executable"
900879

901880
post:
902881
- func: "upload mo artifacts"
@@ -1864,7 +1843,6 @@ task_groups:
18641843
setup_group:
18651844
- func: fetch source
18661845
- func: prepare resources
1867-
- func: make files executable
18681846
- command: subprocess.exec
18691847
params:
18701848
working_dir: src
@@ -1894,7 +1872,6 @@ task_groups:
18941872
- func: fetch source
18951873
- func: prepare resources
18961874
- func: fix absolute paths
1897-
- func: make files executable
18981875
- command: shell.exec
18991876
params:
19001877
shell: "bash"
@@ -1930,7 +1907,6 @@ task_groups:
19301907
- func: fetch source
19311908
- func: prepare resources
19321909
- func: fix absolute paths
1933-
- func: make files executable
19341910
- command: shell.exec
19351911
params:
19361912
shell: "bash"

.evergreen/run-atlas-search-index-management-tests.sh

100644100755
File mode changed.

.evergreen/run-deployed-lambda-aws-tests.sh

100644100755
File mode changed.

.evergreen/run-socks5-tests.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)