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

[CI/CD] Workflow from development to production #17

Open
jerdra opened this issue Nov 18, 2021 · 0 comments
Open

[CI/CD] Workflow from development to production #17

jerdra opened this issue Nov 18, 2021 · 0 comments

Comments

@jerdra
Copy link
Contributor

jerdra commented Nov 18, 2021

Given that we'll be creating a system to manage our data on a day-to-day basis it's critical that we have a system to reliably test whether a given state of airtigrs will work as expected. It may make sense to take on the following development workflow:

DEV
Local testing using docker-compose Airtigrs Docker-compose

Can create and teardown development environment + services on the fly for rapid testing of new features

Issues to figure out:

Providing endpoints for external services (i.e SFTP, external XNAT) when running. For tests we can mock services quite easily however when running integration tests within the development environment how do we set this up...?

Staging:
Production-mirror environment (possibly dev branch of main repository) that contains all PRs from developers. This environment should test the cumulative state of the repository using a copy of real subset of production data (i.e pick a study or two)

Production:
Production environment (main branch) that is only pushed to when Staging build runs as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant