s 2 buildbot: build-local also builds wolf
This commit is contained in:
parent
48a71c7604
commit
eadaf02e52
@ -119,15 +119,15 @@
|
|||||||
f = util.BuildFactory()
|
f = util.BuildFactory()
|
||||||
f.addStep(grab_repo)
|
f.addStep(grab_repo)
|
||||||
|
|
||||||
addShell(f,name="build-test-all-modules",env=env,
|
for i in [ "test-all-krebs-modules", "wolf" ]:
|
||||||
|
addShell(f,name="build-{}".format(i),env=env,
|
||||||
command=nixshell + \
|
command=nixshell + \
|
||||||
["mkdir -p /tmp/testbuild/$LOGNAME && touch /tmp/testbuild/$LOGNAME/.populate; \
|
["mkdir -p /tmp/testbuild/$LOGNAME && touch /tmp/testbuild/$LOGNAME/.populate; \
|
||||||
make \
|
make \
|
||||||
test \
|
test \
|
||||||
target=$LOGNAME@${config.krebs.build.host.name}/tmp/testbuild/$LOGNAME \
|
target=$LOGNAME@${config.krebs.build.host.name}/tmp/testbuild/$LOGNAME \
|
||||||
method=build \
|
method=build \
|
||||||
system=test-all-krebs-modules"]
|
system={}".format(i)])
|
||||||
)
|
|
||||||
|
|
||||||
bu.append(util.BuilderConfig(name="build-local",
|
bu.append(util.BuilderConfig(name="build-local",
|
||||||
slavenames=slavenames,
|
slavenames=slavenames,
|
||||||
|
Loading…
Reference in New Issue
Block a user