[PATCH] Create an experimental Windows LLDB Builder

Galina gkistanova at gmail.com
Fri Jan 9 12:16:46 PST 2015


================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:72
@@ +71,3 @@
+    if jobs is not None:
+        jobs_cmd=["-j"+str(jobs)]
+    ninja_cmd=['ninja'] + jobs_cmd
----------------
rfoos wrote:
> gkistanova wrote:
> > 4. Here you are missing the 'jobs' property defined with the slave. You need to reconcile the 'jobs' param with the 'jobs' property before building the cmd string.
> I'm having the same bug, but can we add loadaverage?
> 
> I have fast servers, and they overload themselves, keep going and plow through builds with 140+ loadaverages (32 being 100% utilization)
Yes, at the end we need both, the job and the loadaverage.

http://reviews.llvm.org/D6745

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list