Skip to content

Periodic E2E Test release-0.9 #4

Periodic E2E Test release-0.9

Periodic E2E Test release-0.9 #4

name: Periodic E2E Test release-0.9
on:
schedule:
# Run every day at 03:20 UTC (it is recommended to avoid running at the start of the hour)
- cron: '20 3 * * *'
permissions: {}
jobs:
periodic-e2e-test:
if: github.repository == 'metal3-io/baremetal-operator'
strategy:
fail-fast: false
matrix:
bmc-protocol:
- redfish
- redfish-virtualmedia
- ipmi
uses: ./.github/workflows/e2e-test.yml
with:
bmc-protocol: ${{ matrix.bmc-protocol }}
ref: release-0.9
permissions:
contents: read