Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up CI/CD pipeline in cloud [steps 3 and 4] #58

Open
rachidtt opened this issue Nov 28, 2022 · 0 comments
Open

Set up CI/CD pipeline in cloud [steps 3 and 4] #58

rachidtt opened this issue Nov 28, 2022 · 0 comments
Assignees
Labels
technical debt no value but required to develop

Comments

@rachidtt
Copy link
Collaborator

As a team
We need a full 4 stage pipeline
So that every commit to master is automatically tested and moved along until being put in production

Details and Assumptions

  • The Build stage will also run TDD (unit) tests and then call the Deploy Stage to deploy to a Development instance. Then the Integration Test Stage will run your BDD tests against the running development instance, and if all of the tests pass, it will deploy to a Production instance

Acceptance Criteria

Given commit to master
When TDD unit tests pass
Then deploy to dev
When BDD tests pass in dev
Then deploy to prod
@rachidtt rachidtt added the technical debt no value but required to develop label Nov 28, 2022
@rachidtt rachidtt changed the title Set up CI/CD pipeline in cloud (might split into smaller stories) Set up CI/CD pipeline in cloud [steps 3 and 4] Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt no value but required to develop
Projects
None yet
Development

No branches or pull requests

1 participant