summaryrefslogtreecommitdiff
path: root/topics/systems/ci-cd.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'topics/systems/ci-cd.gmi')
-rw-r--r--topics/systems/ci-cd.gmi5
1 files changed, 2 insertions, 3 deletions
diff --git a/topics/systems/ci-cd.gmi b/topics/systems/ci-cd.gmi
index e9a24a3..6aa17f2 100644
--- a/topics/systems/ci-cd.gmi
+++ b/topics/systems/ci-cd.gmi
@@ -1,8 +1,6 @@
# CI/ CD for genetwork projects
-We need to figure out/ discuss and document how to go about doing the whole automated testing and deployment, from pushing code to deployment to production.
-
-For a first, we need various levels of tests to be run, from unit tests to the more complicated ones like integration, performance, regression, etc tests, and of course, they cannot all be run for each and every commit, and will thus need to be staggered across the entire deployment cycle to help with quick iteration of the code.
+We need various levels of tests to be run, from unit tests to the more complicated ones like integration, performance, regression, etc tests, and of course, they cannot all be run for each and every commit, and will thus need to be staggered across the entire deployment cycle to help with quick iteration of the code.
## Tags
@@ -11,6 +9,7 @@ For a first, we need various levels of tests to be run, from unit tests to the m
* status: in progress
* priority: high
* type: enhancement
+* status: closed
## Tasks