Skip to content

Commit

Permalink
[ews] Enable buildbot-profiler
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=268863

Reviewed by Ryan Haddad.

* Tools/CISupport/ews-build/master.cfg:

Canonical link: https://commits.webkit.org/274176@main
  • Loading branch information
aj062 committed Feb 6, 2024
1 parent 7728d24 commit d4fd599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CISupport/ews-build/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ mail_notifier = reporters.MailNotifier(
if not is_test_mode_enabled:
hostname = socket.gethostname().strip()
event_reporter = events.Events(master_hostname=hostname, type_prefix='ews')
c['services'] = [event_reporter, mail_notifier]
c['services'] = [event_reporter, mail_notifier, util.ProfilerService(wantBuilds=0, basepath='/var/buildbot/profiler/')]

0 comments on commit d4fd599

Please sign in to comment.