@@ -7,8 +7,20 @@ environments:
77 profile : general
88 region : iad
99
10- # 12 staging environments, evergreens only
10+ # 15 staging environments, evergreens only
1111 # they should all contain the same configs
12+ - name : staging-balsam
13+ require_pipeline : false
14+ notify_still_locked : true # Notify last person to lock this after an hour
15+ secret_environment : production
16+ required_review_tasks : []
17+ auto_deploy : true
18+ skip_auto_merge : true
19+ cluster_selector :
20+ profile : general
21+ region : iad
22+ extra_completed_message : ' :balsam: Review at https://docs-internal-staging-balsam.githubapp.com/'
23+
1224 - name : staging-boxwood
1325 require_pipeline : false
1426 notify_still_locked : true # Notify last person to lock this after an hour
@@ -69,6 +81,18 @@ environments:
6981 region : iad
7082 extra_completed_message : ' :hemlock: Review at https://docs-internal-staging-hemlock.githubapp.com/'
7183
84+ - name : staging-hinoki
85+ require_pipeline : false
86+ notify_still_locked : true # Notify last person to lock this after an hour
87+ secret_environment : production
88+ required_review_tasks : []
89+ auto_deploy : true
90+ skip_auto_merge : true
91+ cluster_selector :
92+ profile : general
93+ region : iad
94+ extra_completed_message : ' :hinoki: Review at https://docs-internal-staging-hinoki.githubapp.com/'
95+
7296 - name : staging-holly
7397 require_pipeline : false
7498 notify_still_locked : true # Notify last person to lock this after an hour
@@ -153,6 +177,18 @@ environments:
153177 region : iad
154178 extra_completed_message : ' :spruce: Review at https://docs-internal-staging-spruce.githubapp.com/'
155179
180+ - name : staging-yew
181+ require_pipeline : false
182+ notify_still_locked : true # Notify last person to lock this after an hour
183+ secret_environment : production
184+ required_review_tasks : []
185+ auto_deploy : true
186+ skip_auto_merge : true
187+ cluster_selector :
188+ profile : general
189+ region : iad
190+ extra_completed_message : ' :yew: Review at https://docs-internal-staging-yew.githubapp.com/'
191+
156192required_builds :
157193 - docs-internal-moda-config-bundle / docs-internal-moda-config-bundle
158194 - docs-internal-docker-image / docs-internal-docker-image
0 commit comments