From 6584d7ebbc09a12ba188b3b1f05a3ff586b11273 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 19 Jul 2024 19:24:33 +0200 Subject: [PATCH] =?UTF-8?q?chore(entrypoint):=20hydraJobs=20=E2=86=92=20bu?= =?UTF-8?q?ildbotJobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raito Bezarius --- buildbot_nix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index fbfbd6d..29d931f 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -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: