diff mbox series

[2/3] doc: add CI in roadmap

Message ID 1517240092-15137-2-git-send-email-sbabic@denx.de
State Accepted
Headers show
Series [1/3] doc: updated list of references | expand

Commit Message

Stefano Babic Jan. 29, 2018, 3:34 p.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 doc/source/roadmap.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
diff mbox series

Patch

diff --git a/doc/source/roadmap.rst b/doc/source/roadmap.rst
index a361584..0502cbe 100644
--- a/doc/source/roadmap.rst
+++ b/doc/source/roadmap.rst
@@ -167,6 +167,17 @@  to me quite old and it could be really improved. Some ideas:
   check what is wrong during an update - but I have not thought to let it on for
   the end products. They should be at least activated in some conditions, not always.
 
+Test and Continuos Integration
+==============================
+
+The number of configurations and features in SWUpdate is steadily increasing and
+it becomes urgent to find a way to test all incoming patches to fix regression issues.
+One step in this direction is the support for Travis build - a set of configuration
+files is stored with the project and should help to find fast breakages in the build.
+More in this direction must be done to perform test on targets. A suitable test framework
+should be found. Scope is to have a "SWUpdate factory" where patches are fast integrated
+and tested on real hardware.
+
 Documentation
 =============