add buildbot extension for autoscaling nix builders
This commit is contained in:
parent
ea12318b88
commit
d1976a5fd8
13 changed files with 2300 additions and 8 deletions
12
buildbot-ext/buildbot_autoscale_ext/__init__.py
Normal file
12
buildbot-ext/buildbot_autoscale_ext/__init__.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
"""Buildbot autoscale extension package."""
|
||||
|
||||
from .configurator import AutoscaleConfigurator
|
||||
from .settings import AutoscaleSettings
|
||||
from .steps import CapacityGateStep, CapacityReleaseStep
|
||||
|
||||
__all__ = [
|
||||
"AutoscaleConfigurator",
|
||||
"AutoscaleSettings",
|
||||
"CapacityGateStep",
|
||||
"CapacityReleaseStep",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue