Skip to content

Commit bd97b8a

Browse files
nammnfealebenpae
authored andcommitted
periodic - add aws teardown back (#4176)
# Summary - for some reasons we lost the aws cleanup part, adding it back - while at it, splitting up periodic - cloudqa teardown and - aws teardown ## Proof of Work https://spruce.mongodb.com/version/67cb1a063b6042000735f5af/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [x] Have you checked whether your jira ticket required DOCSP changes? - [x] Have you checked for release_note changes? ## Reminder (Please remove this when merging) - Please try to Approve or Reject Changes the PR, keep PRs in review as short as possible - Our Short Guide for PRs: [Link](https://docs.google.com/document/d/1T93KUtdvONq43vfTfUt8l92uo4e4SEEvFbIEKOxGr44/edit?tab=t.0) - Remember the following Communication Standards - use comment prefixes for clarity: * **blocking**: Must be addressed before approval. * **follow-up**: Can be addressed in a later PR or ticket. * **q**: Clarifying question. * **nit**: Non-blocking suggestions. * **note**: Side-note, non-actionable. Example: Praise * --> no prefix is considered a question
1 parent 5b47f22 commit bd97b8a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.evergreen-periodic-builds.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ tasks:
2525
vars:
2626
image_name: operator-daily
2727

28+
- name: periodic_teardown_aws
29+
commands:
30+
- func: cleanup_aws
31+
32+
- name: periodic_teardown_cloudqa
33+
commands:
34+
- func: teardown_cloud_qa_all
35+
2836
- name: periodic_build_init_appdb
2937
commands:
3038
- func: pipeline
@@ -134,10 +142,6 @@ tasks:
134142
commands:
135143
- func: build_and_push_appdb_database
136144

137-
- name: teardowns
138-
commands:
139-
- func: teardown_cloud_qa_all
140-
141145
task_groups:
142146
- name: periodic_build_task_group
143147
max_hosts: -1
@@ -164,7 +168,8 @@ task_groups:
164168
- name: periodic_teardown_task_group
165169
<<: *setup_group
166170
tasks:
167-
- teardowns
171+
- periodic_teardown_aws
172+
- periodic_teardown_cloudqa
168173

169174
buildvariants:
170175
- name: periodic_teardown

0 commit comments

Comments
 (0)