/hg/buildbot: f3j, f3c, f3s: addStep check-hotspot.
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Mon Sep 5 04:39:43 PDT 2011
changeset 2b56af735fa6 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=2b56af735fa6
author: Xerxes Ranby <xerxes at zafena.se>
date: Mon Sep 05 13:41:42 2011 +0200
f3j, f3c, f3s: addStep check-hotspot. f3a5: addStep killall, to
remove all testing zombies that slow-down the system and cause build
timeouts.
diffstat:
icedtea/master.cfg | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 4490440ca358 -r 2b56af735fa6 icedtea/master.cfg
--- a/icedtea/master.cfg Thu Aug 11 13:00:04 2011 +0200
+++ b/icedtea/master.cfg Mon Sep 05 13:41:42 2011 +0200
@@ -320,6 +320,9 @@
"--enable-jamvm"],
workdir="build"))
f3j.addStep(Compile(workdir="build"))
+f3j.addStep(JTRegCheck(command=["make", "check-hotspot"],
+ description="check-hotspot",
+ workdir="build"))
f3j.addStep(JTRegCheck(command=["make", "check-langtools"],
description="check-langtools",
workdir="build"))
@@ -338,6 +341,9 @@
"--enable-cacao"],
workdir="build"))
f3c.addStep(Compile(workdir="build"))
+f3c.addStep(JTRegCheck(command=["make", "check-hotspot"],
+ description="check-hotspot",
+ workdir="build"))
f3c.addStep(JTRegCheck(command=["make", "check-langtools"],
description="check-langtools",
workdir="build"))
@@ -356,6 +362,9 @@
"--enable-shark"],
workdir="build"))
f3s.addStep(Compile(workdir="build"))
+f3s.addStep(JTRegCheck(command=["make", "check-hotspot"],
+ description="check-hotspot",
+ workdir="build"))
f3s.addStep(JTRegCheck(command=["make", "check-langtools"],
description="check-langtools",
workdir="build"))
@@ -595,6 +604,9 @@
f3a5.addStep(ShellCommand(command=["rm", "-rf", "build"],
workdir=".",
description="clean build dir"))
+f3a5.addStep(ShellCommand(command=["killall", "-kill", "java"],
+ workdir=".",
+ description="killall"))
f3a5.addStep(Configure(command=["../src/configure",
"--disable-bootstrap",
"--with-parallel-jobs=1",
More information about the distro-pkg-dev
mailing list