Skip to content

Flake Finder

Flake Finder #1845

Workflow file for this run

---
name: Flake Finder
on:
schedule:
- cron: "0 0,1 * * *"
permissions: {}
jobs:
e2e:
name: E2E
if: github.repository_owner == 'submariner-io'
timeout-minutes: 45
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
cable-driver: ['libreswan', 'wireguard', 'vxlan']
extra-toggles: ['', 'globalnet', 'ovn']
exclude:
- cable-driver: wireguard
extra-toggles: ovn
include:
- extra-toggles: globalnet, ovn
- extra-toggles: external-net
steps:
- name: Check out the repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@devel
with:
using: ${{ matrix.cable-driver }} ${{ matrix.extra-toggles }}
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel