ci: notice to zulip on test failure (ent)

This commit is contained in:
Daniel Black
2024-09-17 17:06:18 +10:00
committed by Martin Montes
parent d0f7dfc1e4
commit 01efa6eca8

View File

@ -40,4 +40,16 @@ jobs:
- name: Integration tests enterprise
run: make test-int-ent
env:
RELATED_IMAGE_MARIADB_ENT: "${{ inputs.mariadb_image }}"
RELATED_IMAGE_MARIADB_ENT: "${{ inputs.mariadb_image }}"
- name: Tell the MariaDB Folks that failed
if: ${{ failure() }}
uses: zulip/github-actions-zulip/send-message@v1
with:
api-key: ${{ secrets.MARIADB_ZULIP_API_KEY }}
email: "mariadb-operator-bot@mariadb.zulipchat.com"
organization-url: "https://mariadb.zulipchat.com"
to: "Buildbot"
type: "stream"
topic: "CI - MariaDB Operator"
content: "There was an error running MariaDB Operator integration tests on ${{ inputs.mariadb_image }} - URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}."