mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 16:09:39 -05:00
ci: add missing notification hook for MiniConstellation test (#2352)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
74fe8af8e6
commit
33c9f16e82
13
.github/workflows/e2e-test-daily.yml
vendored
13
.github/workflows/e2e-test-daily.yml
vendored
@ -157,3 +157,16 @@ jobs:
|
||||
buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}
|
||||
registry: ghcr.io
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Notify about failure
|
||||
if: |
|
||||
failure() &&
|
||||
github.ref == 'refs/heads/main' &&
|
||||
github.event_name == 'schedule'
|
||||
continue-on-error: true
|
||||
uses: ./.github/actions/notify_failure
|
||||
with:
|
||||
projectWriteToken: ${{ secrets.PROJECT_WRITE_TOKEN }}
|
||||
teamsWebhookUri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
|
||||
test: "MiniConstellation"
|
||||
provider: "QEMU"
|
||||
|
13
.github/workflows/e2e-test-weekly.yml
vendored
13
.github/workflows/e2e-test-weekly.yml
vendored
@ -319,6 +319,19 @@ jobs:
|
||||
registry: ghcr.io
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Notify about failure
|
||||
if: |
|
||||
failure() &&
|
||||
github.ref == 'refs/heads/main' &&
|
||||
github.event_name == 'schedule'
|
||||
continue-on-error: true
|
||||
uses: ./.github/actions/notify_failure
|
||||
with:
|
||||
projectWriteToken: ${{ secrets.PROJECT_WRITE_TOKEN }}
|
||||
teamsWebhookUri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
|
||||
test: "MiniConstellation"
|
||||
provider: "QEMU"
|
||||
|
||||
e2e-windows:
|
||||
name: Run Windows E2E test
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user