Skip to content

Commit c2025a7

Browse files
authored
Add the buildbot_profiler to allow profiling the master node (#399)
1 parent 0fbab0b commit c2025a7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

master/master.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,3 +526,4 @@ c['www']['plugins']['wsgi_dashboards'] = [
526526
'icon': 'rocket'
527527
}
528528
]
529+
c['www']['plugins']['profiler'] = True

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ requests
66
treq
77
sentry-sdk
88
psycopg2
9+
buildbot_profiler

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ urllib3==2.0.4
4949
Werkzeug==2.3.7
5050
zipp==3.16.2
5151
zope.interface==6.0
52+
buildbot_profiler==1.3.1

0 commit comments

Comments
 (0)