Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 9457b02689c69e152aa2cda68176fa51 > files > 21

buildbot-doc-0.8.4p1-2.fc16.noarch.rpm

<html lang="en">
<head>
<title>BuildRequest - BuildBot Manual - 0.8.4p1</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="BuildBot Manual - 0.8.4p1">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Concepts.html#Concepts" title="Concepts">
<link rel="prev" href="BuildSet.html#BuildSet" title="BuildSet">
<link rel="next" href="Builder.html#Builder" title="Builder">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This is the BuildBot manual for Buildbot version 0.8.4p1.

Copyright (C) 2005, 2006, 2009, 2010 Brian Warner

Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty
provided the copyright notice and this notice are preserved.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="BuildRequest"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Builder.html#Builder">Builder</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="BuildSet.html#BuildSet">BuildSet</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Concepts.html#Concepts">Concepts</a>
<hr>
</div>

<h3 class="section">3.4 BuildRequest</h3>

<p><a name="index-BuildRequest-10"></a>
A <code>BuildRequest</code> is a request to build a specific revision of the source
code (specified by a source stamp) on a single <code>Builder</code>. Each
<code>Builder</code> runs the <code>BuildRequest</code> as soon as it can (i.e. when an
associated buildslave becomes free). <code>BuildRequest</code>s are prioritized from
oldest to newest, and when a buildslave becomes free, the <code>Builder</code> with
the oldest <code>BuildRequest</code> is run.

   <p>The <code>BuildRequest</code> may be mergeable with other compatible
<code>BuildRequest</code>s. Builds that are triggered by incoming Changes
will generally be mergeable. Builds that are triggered by user
requests are generally not, unless they are multiple requests to build
the <em>latest sources</em> of the same branch.

   </body></html>