l 2 buildbot: build tv hosts
This commit is contained in:
parent
c6b9ff9424
commit
e554991d5b
@ -77,6 +77,11 @@ in {
|
||||
"NIX_REMOTE": "daemon",
|
||||
"dummy_secrets": "true",
|
||||
}
|
||||
env_tv = {
|
||||
"LOGNAME": "tv",
|
||||
"NIX_REMOTE": "daemon",
|
||||
"dummy_secrets": "true",
|
||||
}
|
||||
|
||||
# prepare nix-shell
|
||||
# the dependencies which are used by the test script
|
||||
@ -114,6 +119,9 @@ 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user