[cig-commits] r12645 - cs/buildbot/trunk/buildbot

leif at geodynamics.org leif at geodynamics.org
Fri Aug 15 13:41:58 PDT 2008


Author: leif
Date: 2008-08-15 13:41:58 -0700 (Fri, 15 Aug 2008)
New Revision: 12645

Modified:
   cs/buildbot/trunk/buildbot/bs.py
Log:
Rely upon a single "output.bbl" file for SPECFEM, which will contain
'config.log' in addition to benchmark output.  BuildBot isn't smart
enough to remove links to logfiles that don't exist; this is sure to
cause confusion.  Plus, the CITerra runs will have multiple builds
(one for each run) and therefore multiple 'config.log' files.


Modified: cs/buildbot/trunk/buildbot/bs.py
===================================================================
--- cs/buildbot/trunk/buildbot/bs.py	2008-08-15 20:13:32 UTC (rev 12644)
+++ cs/buildbot/trunk/buildbot/bs.py	2008-08-15 20:41:58 UTC (rev 12645)
@@ -62,7 +62,7 @@
               description=["scripting"] + desc,
               descriptionDone=desc + ["scripting"],
               command=["sh", "-c", command],
-              logfiles={"benchmarks.bbl": "benchmarks.bbl", "config.log": "config.log"},
+              logfiles={"output.bbl": "output.bbl"},
               workdir=workdir,
               env=env,
               haltOnFailure=True,



More information about the cig-commits mailing list