chore(entrypoint): hydraJobs → buildbotJobs

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-07-18 12:12:10 +02:00
parent 8286c1028b
commit 1cb13868bc

View file

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