]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: Migrate Mattermost notifications to Zulip in CI
authorAndoni Duarte <andoni@isc.org>
Thu, 18 Jun 2026 11:29:23 +0000 (11:29 +0000)
committerAndoni Duarte <andoni@isc.org>
Thu, 18 Jun 2026 11:29:23 +0000 (11:29 +0000)
commitcef614cdf1b3561cfbcd9ab41fa5a0750ef3b45a
treef031c8971b9d2ab2986355260765bb1a27b44f69
parentf52fe46dec8fc06fb2f6089242564495defcbe07
parentae45f4fa84e4c7ddb7fc95cb2a872917dc6e4803
chg: ci: Migrate Mattermost notifications to Zulip in CI

Since internal communications are now Zulip based, CI jobs now target
Zulip instead of Mattermost. The `MATTERMOST_WEBHOOK_URL` environment
variable is no longer needed, scripts now use `ZULIP_SERVER_URL` and
`ZULIP_API_KEY`.

In order to harmonize Zulip messaging, `message_zulip.py` is used where
curl calls to the webhook were previously used.

Merge branch 'andoni/mattermost-to-zulip-migration' into 'main'

See merge request isc-projects/bind9!12199