Search This Blog

Thursday, November 1, 2012

Code review process in Openstack uses Zuul

For a modern software development process to be effective as well as developer friendly it requires a usage of automation systems like:

  • Continuous integration
  • Build automation
  • Automated unit and integration testing
  • Rreview process
  • (distributed) Version control system
In Openstack the process has been implemented in the following way.


Further info about the components and how this works together you can watch this video as well[1].


References
  1. http://www.youtube.com/watch?v=e2H4dfJTx68&feature=em-subs_digest-newavtr
  2. https://github.com/openstack-ci/zuul/
  3. http://www.slideshare.net/lzyeval/assign-commit-and-review

No comments:

Post a Comment