Changeset - daffa4736169
[Not reviewed]
0 1 0
Branko Majic (branko) - 7 years ago 2017-07-19 15:58:52
branko@majic.rs
MAR-110: Updated release procedures to include command for running all tests.
1 file changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/releaseprocedures.rst
Show inline comments
 
@@ -115,7 +115,9 @@ When releasing a new minor/major version, procedure is as follows:
 
     (cd docs/; make clean html; firefox _build/html/index.html)
 

	
 
8. Test all roles using `Molecule <https://molecule.readthedocs.io/>`_ to make
 
   sure no regressions were introduced.
 
   sure no regressions were introduced::
 

	
 
     ./scripts/run_tests.sh -r all
 

	
 
9. Test deployment of test site from scratch to make sure all roles behave
 
   correctly.
 
@@ -298,7 +300,9 @@ When releasing a new patch release, procedure is as follows:
 
     (cd docs/; make clean html; firefox _build/html/index.html)
 

	
 
9. Test all roles using `Molecule <https://molecule.readthedocs.io/>`_ to make
 
   sure no regressions were introduced.
 
   sure no regressions were introduced::
 

	
 
     ./scripts/run_tests.sh -r all
 

	
 
10. Test deployment of test site from scratch to make sure all roles behave
 
    correctly.
0 comments (0 inline, 0 general)