Buildbot badges are on the way

This commit is contained in:
Julien Malka 2023-01-21 19:36:38 +01:00
parent 87241e5fec
commit c5f243c06c
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -159,7 +159,7 @@ def build_config() -> dict[str, Any]:
util.AnyControlEndpointMatcher(role="admins"), 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( "change_hook_dialects": dict(
github={ github={
"secret": "hello", "secret": "hello",