Jump to: navigation, search

Difference between revisions of "Puppet/CI"

Line 3: Line 3:
 
! Job name !! Description !! Voting !! What to do if failure
 
! Job name !! Description !! Voting !! What to do if failure
 
|-
 
|-
| gate-puppet-<module>-puppet-lint || Test Puppet lint || Yes || Look at the code
+
| gate-puppet-<module>-puppet-lint || It makes sure the code follows recommended [http://docs.puppetlabs.com/guides/style_guide.html Puppet style guidelines] || Yes || Read the job logs to see where the code does not follow the Puppet style.
 +
|-
 
|}
 
|}

Revision as of 17:07, 5 July 2015

Job name Description Voting What to do if failure
gate-puppet-<module>-puppet-lint It makes sure the code follows recommended Puppet style guidelines Yes Read the job logs to see where the code does not follow the Puppet style.