Skip to content

Flake Finder

Flake Finder #113

Workflow file for this run

---
name: Flake Finder
on:
schedule:
- cron: "0 0 * * *"
permissions: {}
jobs:
e2e:
name: E2E
if: github.repository_owner == 'submariner-io'
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Run E2E deployment and tests
uses: wangyd1988/shipyard/gh-actions/e2e@release-0.15
- name: Post mortem
if: failure()
uses: wangyd1988/shipyard/gh-actions/post-mortem@release-0.15
- name: Raise an issue to report flaky test failure
if: ${{ failure() }}
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f
with:
title: Flaky Failure make e2e
content-filepath: .github/ISSUE_TEMPLATE/flaky_failure_automated.md
labels: automated, flaky failure