1
0
Fork 0

Use ssh-ng for remote-builders

This commit is contained in:
Malte 2023-03-12 01:52:07 +01:00
parent 162b52f5fa
commit 54c7de5005

View file

@ -69,7 +69,7 @@ commaList :: [Text] -> Text
commaList = Text.intercalate ","
builderLine :: (Text, Natural, Natural) -> Text
builderLine (hostName, maxJobs, speed_factor) = [i|ssh://#{hostName} #{commaList systems} - #{maxJobs} #{speed_factor} #{commaList supportedFeatures} - -|]
builderLine (hostName, maxJobs, speed_factor) = [i|ssh-ng://#{hostName} #{commaList systems} - #{maxJobs} #{speed_factor} #{commaList supportedFeatures} - -|]
testBuilders :: Ping :> es => [(Text, Reachable)] -> Eff es [Text]
testBuilders =