File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -207,8 +207,12 @@ functions:
207
207
file : mo-expansion.yml
208
208
209
209
" bootstrap mongohoused " :
210
+ - command : ec2.assume_role
211
+ params :
212
+ role_arn : ${aws_test_secrets_role}
210
213
- command : shell.exec
211
214
params :
215
+ include_expansions_in_env : [ "AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN" ]
212
216
script : |
213
217
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
214
218
- command : shell.exec
@@ -951,6 +955,8 @@ tasks:
951
955
bash $DRIVERS_TOOLS/.evergreen/auth_oidc/gcp/run-driver-test.sh
952
956
953
957
- name : " oidc-auth-test-k8s"
958
+ # Might exceed 1 hour of execution.
959
+ exec_timeout_secs : 7200
954
960
commands :
955
961
- command : ec2.assume_role
956
962
params :
@@ -965,6 +971,8 @@ tasks:
965
971
- func : " oidc-auth-test-k8s-func"
966
972
vars :
967
973
VARIANT : gke
974
+ params :
975
+ include_expansions_in_env : [ "AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN" ]
968
976
969
977
- name : serverless-test
970
978
commands :
You can’t perform that action at this time.
0 commit comments