mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 20:36:38 +00:00
ci: wire MinIO interop failure alerts
This commit is contained in:
@@ -121,3 +121,21 @@ jobs:
|
|||||||
cargo nextest run --run-ignored ignored-only --no-tests=fail \
|
cargo nextest run --run-ignored ignored-only --no-tests=fail \
|
||||||
-p "$INTEROP_PACKAGE" --features "$INTEROP_FEATURES" \
|
-p "$INTEROP_PACKAGE" --features "$INTEROP_FEATURES" \
|
||||||
-E "$INTEROP_FILTER"
|
-E "$INTEROP_FILTER"
|
||||||
|
|
||||||
|
alert-on-failure:
|
||||||
|
name: Alert on scheduled failure
|
||||||
|
needs: [minio-interop]
|
||||||
|
if: always() && github.event_name == 'schedule' && contains(needs.*.result, 'failure')
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 10
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
issues: write
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
- name: Open or update failure-tracking issue
|
||||||
|
uses: ./.github/actions/schedule-failure-issue
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ on:
|
|||||||
- "e2e-s3tests"
|
- "e2e-s3tests"
|
||||||
- "Fuzz"
|
- "Fuzz"
|
||||||
- "mint"
|
- "mint"
|
||||||
|
- "minio-interop"
|
||||||
- "Nightly GNU Build"
|
- "Nightly GNU Build"
|
||||||
- "Performance A/B"
|
- "Performance A/B"
|
||||||
- "Runner Hygiene"
|
- "Runner Hygiene"
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ SCHEDULED_ALERT_WORKFLOWS = (
|
|||||||
".github/workflows/e2e-s3tests.yml",
|
".github/workflows/e2e-s3tests.yml",
|
||||||
".github/workflows/fuzz.yml",
|
".github/workflows/fuzz.yml",
|
||||||
".github/workflows/mint.yml",
|
".github/workflows/mint.yml",
|
||||||
|
".github/workflows/minio-interop.yml",
|
||||||
".github/workflows/nightly-gnu.yml",
|
".github/workflows/nightly-gnu.yml",
|
||||||
".github/workflows/performance-ab.yml",
|
".github/workflows/performance-ab.yml",
|
||||||
".github/workflows/runner-hygiene.yml",
|
".github/workflows/runner-hygiene.yml",
|
||||||
|
|||||||
Reference in New Issue
Block a user