zuul-website/www/users.html

163 lines
6.3 KiB
HTML

<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Zuul: Users</title>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#071d49">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1>
<a href="/"><img id="logo" src="images/logo.svg" alt="Zuul"/></a>
</h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="users.html">Users</a></li>
<li>
<a href="docs/">Documentation</a>
<ul>
<li><a href="docs/zuul/">Zuul</a></li>
<li><a href="docs/nodepool">Nodepool</a></li>
<li><a href="docs/zuul-jobs">Zuul Jobs</a></li>
<li><a href="docs/zuul-base-jobs">Base Jobs</a></li>
</ul>
</li>
<li><a href="community.html">Community</a></li>
</ul>
</nav>
</div>
<section class="wrapper style1">
<div class="container">
<div id="content">
<article>
<header class="major">
<h2>Zuul Users</h2>
</header>
<h3>
<a href="http://superuser.openstack.org/articles/zuul-case-study-godaddy">
GoDaddy
</a>
</h3>
<p>
Zuul is in a pilot phase for GoDaddy, primarily in use
for testing their OpenStack deployment automation and also for
managing changes to some of their Kubernetes deployment
automation. They also uses Zuul to test and deploy itself.
</p><p>
GoDaddy has replaced a lot of slow, brittle
Jenkins jobs with highly parallelized, more realistic Zuul test
jobs. They've also been able to accelerate development on some
new projects by setting up rapid proof-of-concepts in PRs to
GitHub. Some of these go nowhere, and some of them eventually become
the deployment automation that goes into production.
</p><p>
<a href="http://superuser.openstack.org/articles/zuul-case-study-godaddy">
Read more about GoDaddy at SuperUser.
</a>
</p>
<h3>
<a href="http://superuser.openstack.org/articles/openlab-zuul/">
OpenLab
</a>
</h3>
<p>
Zuul is currently being used as an offering within OpenLab for
projects, applications and tools that need CI gating and/or automation
around testing. With the companion tool Nodepool, they are able to keep
OpenStack virtual machines available, speeding up the process for
developers of testing code changes.
</p><p>
With the introduction of Zuul-based CI/CD instances, projects were
able to use the cloud resources for their automation in a very dynamic
way. As a result, projects can do much more excessive testing in less
time, which directly results in higher quality software, while being
faster in development and integration.
</p><p>
With the introduction of Zuul V3, OpenLab also sees a
lot of benefits from the operator's perspective by
providing a centrally hosted CI/CD instance, as
opposed to many small ones that require managing
individually.
</p><p>
<a href="http://superuser.openstack.org/articles/openlab-zuul/">
Read more about OpenLab at SuperUser.
</a>
</p>
</article>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<section class="3u 6u(narrower) 12u$(mobilep)">
<h3>Get Zuul</h3>
<ul class="links">
<li><a href="https://git.zuul-ci.org/">Source</a></li>
<li><a href="https://pypi.python.org/pypi/zuul/">Install</a></li>
<li><a href="https://zuul-ci.org/docs/">Documentation</a></li>
</ul>
</section>
<section class="3u 6u$(narrower) 12u$(mobilep)">
<h3>Get Involved</h3>
<ul class="links">
<li><a href="http://lists.zuul-ci.org/cgi-bin/mailman/listinfo">Mailing lists</a></li>
<li><a href="http://webchat.freenode.net/?channels=%23zuul">IRC</a> #zuul on Freenode</li>
<li><a href="https://storyboard.openstack.org/#!/project/679">Bugs</a></li>
<li><a href="https://review.openstack.org/#/q/status:open+project:openstack-infra/zuul">Code Review</a></li>
</ul>
</section>
</div>
</div>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>&copy; Zuul Contributors. Licensed under Creative Commons Attribution 3.0</li><li>Zuul is collaboratively developed under the Apache 2 license and managed by the OpenStack Foundation.</li><li>Design based on Arcana from: <a href="http://html5up.net">HTML5 UP</a></li><li><a href="https://git.zuul-ci.org/cgit/zuul-website/tree/">Browse page source</a></li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>