accept tailscale ssh banner in haproxy health checks
This commit is contained in:
parent
e8ee085649
commit
f0f6020d6a
3 changed files with 153 additions and 11 deletions
|
|
@ -62,7 +62,8 @@
|
|||
);
|
||||
mkBuildbotAutoscaleExtPythonPackagesExtension = pkgs: pyFinal: _pyPrev: {
|
||||
buildbot-autoscale-ext =
|
||||
pyFinal.toPythonModule (mkBuildbotExtPythonSet pkgs pyFinal.python)."buildbot-autoscale-ext";
|
||||
pyFinal.toPythonModule
|
||||
(mkBuildbotExtPythonSet pkgs pyFinal.python)."buildbot-autoscale-ext";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
@ -94,8 +95,7 @@
|
|||
pyprojectOverrides
|
||||
]
|
||||
);
|
||||
buildbotExtPythonSet =
|
||||
mkBuildbotExtPythonSet pkgs pkgs.python3;
|
||||
buildbotExtPythonSet = mkBuildbotExtPythonSet pkgs pkgs.python3;
|
||||
venv = agentPythonSet.mkVirtualEnv "nix-builder-autoscaler-env" agentWorkspace.deps.default;
|
||||
buildbotExtVenv = buildbotExtPythonSet.mkVirtualEnv "buildbot-autoscale-ext-env" buildbotExtWorkspace.deps.default;
|
||||
in
|
||||
|
|
@ -145,8 +145,7 @@
|
|||
pyprojectOverrides
|
||||
]
|
||||
);
|
||||
buildbotExtPythonSet =
|
||||
mkBuildbotExtPythonSet pkgs pkgs.python3;
|
||||
buildbotExtPythonSet = mkBuildbotExtPythonSet pkgs pkgs.python3;
|
||||
testVenv = agentPythonSet.mkVirtualEnv "nix-builder-autoscaler-test-env" {
|
||||
nix-builder-autoscaler = [ "dev" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue