l buildbot: tests hosts in correct order
This commit is contained in:
parent
e05591d73e
commit
d5aca8696c
|
@ -120,9 +120,6 @@ in {
|
|||
system={}".format(host)]
|
||||
)
|
||||
|
||||
for i in [ "alnus", "mu", "nomic", "wu", "xu", "zu" ]:
|
||||
build_host(env_tv, i)
|
||||
|
||||
for i in [ "mors", "uriel", "shodan", "icarus", "cloudkrebs", "echelon", "dishfire", "prism" ]:
|
||||
build_host(env_lass, i)
|
||||
|
||||
|
@ -135,6 +132,9 @@ in {
|
|||
for i in [ "test-minimal-deploy", "test-all-krebs-modules", "wolf", "test-centos7" ]:
|
||||
build_host(env_shared, i)
|
||||
|
||||
for i in [ "alnus", "mu", "nomic", "wu", "xu", "zu" ]:
|
||||
build_host(env_tv, i)
|
||||
|
||||
bu.append(
|
||||
util.BuilderConfig(
|
||||
name="build-hosts",
|
||||
|
|
Loading…
Reference in a new issue