minor zuul updates

This commit is contained in:
James E. Blair 2012-09-30 08:02:37 -07:00
parent 4def5ea8db
commit 3d6f52fa42
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content=
"Copyright &#169; 2005-2010 W3C (MIT, ERCIM, Keio)" />
<meta name="duration" content="60" />
<meta name="duration" content="45" />
<meta name="font-size-adjustment" content="0" />
<link rel="stylesheet" href="styles/slidy.css" type="text/css" />
<link rel="stylesheet" href="styles/openstack.css" type="text/css" />
@ -56,8 +56,8 @@ James E. Blair
<h1>About this Presentation</h1>
<ul>
<li> Project Gating: CI before you need it </li>
<li> The OpenStack development process </li>
<li> Project Gating: Preemptive CI </li>
<li> Zuul: a system to implement gating with Jenkins </li>
<li> Using the Jenkins API to integrate Jenkins into any system </li>
</ul>
@ -207,7 +207,7 @@ James E. Blair
<p> Types of jobs: <p>
<ul>
<li> Gate
<li> Check / Gate
<ul><li> unit tests </li></ul>
<ul><li> integraton tests </li></ul>
<ul><li> code style </li></ul>