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 committed by Jade Lovelace
parent 2a1ce55f30
commit 235ff9b138

View file

@ -36,7 +36,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: