mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-08-04 18:12:12 +00:00
ci: notice to zulip on test failure (ent)
This commit is contained in:

committed by
Martin Montes

parent
d0f7dfc1e4
commit
01efa6eca8
14
.github/workflows/test-image-ent.yml
vendored
14
.github/workflows/test-image-ent.yml
vendored
@ -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 }}."
|
||||
|
Reference in New Issue
Block a user