mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 19:20:58 +02:00
Buildbot badges are on the way
This commit is contained in:
parent
87241e5fec
commit
c5f243c06c
2 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ in
|
||||||
ps.treq
|
ps.treq
|
||||||
ps.psycopg2
|
ps.psycopg2
|
||||||
ps.buildbot-worker
|
ps.buildbot-worker
|
||||||
|
pkgs.buildbot-badges
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue