Commit e5b0e610ba1cbbdcbaef4e8f2c1ac1a66a158fa7
Exists in
master
and in
3 other branches
Merge branch 'master' of softwarepublico.gov.br:softwarepublico/articles
Showing
1 changed file
with
9 additions
and
5 deletions
Show diff stats
ieeeSW/releaseEng3/IEEE_ThemeIssue_ReleaseEng_CD.md
@@ -176,19 +176,23 @@ to use by our subsequent deployment scripts. | @@ -176,19 +176,23 @@ to use by our subsequent deployment scripts. | ||
176 | The Validation Environment (VE) is a replica of the Production Environment | 176 | The Validation Environment (VE) is a replica of the Production Environment |
177 | (PE), with two exceptions: only the government officers and us had access to it | 177 | (PE), with two exceptions: only the government officers and us had access to it |
178 | and all the data is anonymised. To configure the environment, we use a | 178 | and all the data is anonymised. To configure the environment, we use a |
179 | -configuration management tool. That maintained environment consistency which | ||
180 | -makes the deployment process simpler. Additionally, the packages we built on | 179 | +configuration management tool. That maintained environment consistency |
180 | +simplifying the deployment process. Additionally, the packages we built on | ||
181 | the last step were readily available to use by the management tool. | 181 | the last step were readily available to use by the management tool. |
182 | 182 | ||
183 | The VE was used by the government agents to validate new features and required | 183 | The VE was used by the government agents to validate new features and required |
184 | changes. Also, the VE was useful to verify the integrity of the entire portal | 184 | changes. Also, the VE was useful to verify the integrity of the entire portal |
185 | -as part of the next step in the pipeline. Acceptance Tests | 185 | +as part of the next step in the pipeline. |
186 | + | ||
187 | +### Acceptance Tests | ||
186 | 188 | ||
187 | After we completely deploy a new SPB Portal version in the VE, the government agents | 189 | After we completely deploy a new SPB Portal version in the VE, the government agents |
188 | are responsible for checking features and/or bug fixes required by them. If the | 190 | are responsible for checking features and/or bug fixes required by them. If the |
189 | -technicians identify a problem, they notify the developers, the problems are | 191 | +technicians identify a problem, they notify the developers. These problems are |
190 | fixed and the pipeline restarts from scratch. If everything is validated, we | 192 | fixed and the pipeline restarts from scratch. If everything is validated, we |
191 | -move to production deployment. Production Deployment | 193 | +move forward. |
194 | + | ||
195 | +### Production Deployment | ||
192 | 196 | ||
193 | After the government authorizes the VE, we can finally begin the production | 197 | After the government authorizes the VE, we can finally begin the production |
194 | deployment. We use the same configuration management tool with the same | 198 | deployment. We use the same configuration management tool with the same |