File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1049,6 +1049,18 @@ functions:
1049
1049
# Remove all Docker images
1050
1050
docker rmi -f $(docker images -a -q) &> /dev/null || true
1051
1051
1052
+ " teardown_aws " :
1053
+ - command : shell.exec
1054
+ params :
1055
+ shell : " bash"
1056
+ script : |
1057
+ ${PREPARE_SHELL}
1058
+ cd "${DRIVERS_TOOLS}/.evergreen/auth_aws"
1059
+ if [ -f "./aws_e2e_setup.json" ]; then
1060
+ . ./activate-authawsvenv.sh
1061
+ python ./lib/aws_assign_instance_profile.py
1062
+ fi
1063
+
1052
1064
" build release " :
1053
1065
- command : shell.exec
1054
1066
type : test
@@ -1144,6 +1156,7 @@ post:
1144
1156
- func : " upload mo artifacts"
1145
1157
- func : " upload test results"
1146
1158
- func : " stop mongo-orchestration"
1159
+ - func : " teardown_aws"
1147
1160
- func : " cleanup"
1148
1161
- func : " teardown_docker"
1149
1162
You can’t perform that action at this time.
0 commit comments