File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,7 @@ functions:
336
336
- command : shell.exec
337
337
type : setup
338
338
params :
339
+ continue_on_err : true
339
340
shell : bash
340
341
working_dir : src/github.com/mongodb/mongodb-kubernetes
341
342
script : |
@@ -420,6 +421,7 @@ functions:
420
421
upload_e2e_logs :
421
422
- command : s3.put
422
423
params :
424
+ continue_on_err : true
423
425
aws_key : ${enterprise_aws_access_key_id}
424
426
aws_secret : ${enterprise_aws_secret_access_key}
425
427
local_files_include_filter :
Original file line number Diff line number Diff line change @@ -19,6 +19,15 @@ variables:
19
19
- func : switch_context
20
20
21
21
tasks :
22
+ - name : periodic_teardown_aws
23
+ commands :
24
+ - func : cleanup_aws
25
+
26
+ - name : periodic_teardown_cloudqa
27
+ commands :
28
+ - func : teardown_cloud_qa_all
29
+
30
+ task_groups :
22
31
- name : periodic_teardown_task_group
23
32
<< : *setup_group
24
33
tasks :
Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ variables:
117
117
- func : setup_cloud_qa
118
118
teardown_task_can_fail_task : true
119
119
teardown_task :
120
+ - func : teardown_cloud_qa
120
121
- func : upload_e2e_logs
121
122
- func : teardown_kubernetes_environment
122
- - func : teardown_cloud_qa
123
123
124
124
- &setup_and_teardown_task
125
125
setup_task_can_fail_task : true
You can’t perform that action at this time.
0 commit comments