Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a06f835dc421f966f73b2bb02dcf778aae2513c4
https://github.com/WebKit/WebKit/commit/a06f835dc421f966f73b2bb02dcf778aae2513c4
Author: Aakash Jain <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M Tools/CISupport/build-webkit-org-webserver/master.cfg
M Tools/CISupport/ews-build-webserver/master.cfg
Log Message:
-----------
Fail early when buildmaster configuration is incomplete
https://bugs.webkit.org/show_bug.cgi?id=321296
rdar://184338133
Reviewed by Ryan Haddad.
Read GITHUB_HOOK_SECRET into a local and stop the master at configuration load
when it is not set, instead of passing an empty value through to buildbot. The
change hook handler is only constructed once the first request arrives, so a
missing secret would otherwise go unnoticed until then.
* Tools/CISupport/build-webkit-org-webserver/master.cfg:
* Tools/CISupport/ews-build-webserver/master.cfg:
Canonical link: https://commits.webkit.org/318787@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications