chore(entrypoint): hydraJobs → buildbotJobs

Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
raito 2024-07-19 19:24:33 +02:00
parent ad49d1a907
commit 6584d7ebbc

View file

@ -34,7 +34,7 @@ from .binary_cache import S3BinaryCacheConfig
log = Logger() log = Logger()
FLAKE_TARGET_ATTRIBUTE_FOR_JOBS = "hydraJobs" FLAKE_TARGET_ATTRIBUTE_FOR_JOBS = "buildbotJobs"
@dataclass @dataclass
class OAuth2Config: class OAuth2Config: