Open Mottie opened 1 year ago
@kylesoskin @data-doge need some input on how we know when this work is ready to pick up and what the exact tasks are, including any gate checks with stakeholders or the platform team.
Need to confirm if this is properly groomed before committing.
Questions:
Need to take care of things first, including:
@Mottie can we close this?
Not yet, let's discuss with Shaun
Hold on this ticket until the HLR and SC form updates have been release.
Once preview environment is in place, we can test everything in the PR and we wouldn't need this ticket.
Value Statement
As a developer I want to set up continuous deployment (CD) So that we can speed up our iterative process for implementing changes & fixes
Background Context
With the VA adding more apps and increasing test coverage, the continuous integration (CI) time will increase. More flaky test will likely be exposed and cause delays. With a switch to continuous deployment, our apps will be isolated and only need to run tests associated with the app. Release to production is also performed. We won't need to wait for the daily deploy cycle.
Pros:
Cons:
Designs and Build Notes
Out of scope
Open questions
Tasks
Acceptance Criteria
Definition of Ready
yarn check-app-imports --app-folders appeals
shows that our apps are isolatedDefinition of Done