Buildbot badges are on the way

This commit is contained in:
Luj 2023-01-21 19:36:38 +01:00
parent 0fa46293c4
commit 35b1e76a80
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ in
ps.treq
ps.psycopg2
ps.buildbot-worker
pkgs.buildbot-badges
];
};

View file

@ -159,7 +159,7 @@ def build_config() -> dict[str, Any]:
util.AnyControlEndpointMatcher(role="admins"),
],
),
"plugins": dict(waterfall_view={}, console_view={}, grid_view={}),
"plugins": dict(waterfall_view={}, console_view={}, grid_view={}, badges={}),
"change_hook_dialects": dict(
github={
"secret": "hello",