]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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)
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


Trivial merge