File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ functions:
171
171
working_dir : " src"
172
172
script : |
173
173
${PREPARE_SHELL}
174
+
174
175
SERVERLESS_DRIVERS_GROUP=${SERVERLESS_DRIVERS_GROUP} \
175
176
SERVERLESS_API_PUBLIC_KEY=${SERVERLESS_API_PUBLIC_KEY} \
176
177
SERVERLESS_API_PRIVATE_KEY=${SERVERLESS_API_PRIVATE_KEY} \
Original file line number Diff line number Diff line change @@ -16,6 +16,23 @@ tasks:
16
16
- func : " set aws temp creds"
17
17
- func : " run serverless tests"
18
18
19
+ - name : " test-serverless-proxy"
20
+ tags : ["serverless"]
21
+ exec_timeout_secs : 1800
22
+ commands :
23
+ # When testing with serverless proxies, update the group ID used in this task. The group ID is needed in a "post"
24
+ # task that deletes the serverless cluster, so simply changing it for the "create serverless instance" function is
25
+ # not sufficient.
26
+ - command : expansions.update
27
+ params :
28
+ updates :
29
+ - key : SERVERLESS_DRIVERS_GROUP
30
+ value : " ${SERVERLESS_PROXY_DRIVERS_GROUP}"
31
+ - func : " create serverless instance"
32
+ - func : " start kms servers"
33
+ - func : " set aws temp creds"
34
+ - func : " run serverless tests"
35
+
19
36
- name : " test-atlas-data-lake"
20
37
commands :
21
38
- func : " bootstrap mongohoused"
You can’t perform that action at this time.
0 commit comments