hydra/src
Eelco Dolstra 4ed877360b hydra-queue-runner: Improved scheduling
Each jobset now has a "scheduling share" that determines how much of
the build farm's time it is entitled to.  For instance, if a jobset
has 100 shares and the total number of shares of all jobsets is 1000,
it's entitled to 10% of the build farm's time.  When there is a free
build slot for a given system type, the queue runner will select the
jobset that is furthest below its scheduling share over a certain time
window (currently, the last day).  Withing that jobset, it will pick
the build with the highest priority.

So meta.schedulingPriority now only determines the order of builds
within a jobset, not between jobsets.  This makes it much easier to
prioritise one jobset over another (e.g. nixpkgs:trunk over
nixpkgs:stdenv).
2013-09-21 14:57:01 +00:00
..
c Use evalFile() instead of parseExprFromFile() 2013-09-06 15:17:27 +00:00
lib hydra-queue-runner: Improved scheduling 2013-09-21 14:57:01 +00:00
root hydra-queue-runner: Improved scheduling 2013-09-21 14:57:01 +00:00
script hydra-queue-runner: Improved scheduling 2013-09-21 14:57:01 +00:00
sql hydra-queue-runner: Improved scheduling 2013-09-21 14:57:01 +00:00
ttf Add font for the captcha 2013-03-04 12:16:13 +01:00
xsl Hack to render empty lines in logs correctly 2013-04-02 23:40:19 +02:00
Makefile.am Add font for the captcha 2013-03-04 12:16:13 +01:00
Makefile.PL * Move everything up one directory. 2009-03-05 13:41:57 +00:00