Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 limit running BMO e2e periodics to metal3-io repo #1790

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/e2e-test-optional-periodic-release-0.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Periodic E2E Test Optional release-0.5

on:
schedule:
# Run every day at 05:20 UTC (it is recommended to avoid running at the start of the hour)
- cron: '20 5 * * *'
# Run every day at 05:20 UTC (it is recommended to avoid running at the start of the hour)
- cron: '20 5 * * *'

permissions: {}

jobs:
periodic-e2e-test-optional:
if: github.repository == 'metal3-io/baremetal-operator'
strategy:
fail-fast: false
matrix:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/e2e-test-optional-periodic-release-0.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Periodic E2E Test Optional release-0.6

on:
schedule:
# Run every day at 04:50 UTC (it is recommended to avoid running at the start of the hour)
- cron: '50 4 * * *'
# Run every day at 04:50 UTC (it is recommended to avoid running at the start of the hour)
- cron: '50 4 * * *'

permissions: {}

jobs:
periodic-e2e-test-optional:
if: github.repository == 'metal3-io/baremetal-operator'
strategy:
fail-fast: false
matrix:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/e2e-test-optional-periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Periodic E2E Test Optional

on:
schedule:
# Run every day at 04:20 UTC (it is recommended to avoid running at the start of the hour)
- cron: '20 4 * * *'
# Run every day at 04:20 UTC (it is recommended to avoid running at the start of the hour)
- cron: '20 4 * * *'

permissions: {}

jobs:
periodic-e2e-test-optional:
if: github.repository == 'metal3-io/baremetal-operator'
strategy:
fail-fast: false
matrix:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/e2e-test-periodic-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Periodic E2E Test

on:
schedule:
# Run every day at 02:20 UTC (it is recommended to avoid running at the start of the hour)
- cron: '20 2 * * *'
# Run every day at 02:20 UTC (it is recommended to avoid running at the start of the hour)
- cron: '20 2 * * *'

permissions: {}

jobs:
periodic-e2e-test:
if: github.repository == 'metal3-io/baremetal-operator'
strategy:
fail-fast: false
matrix:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/e2e-test-periodic-release-0.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Periodic E2E Test release-0.5

on:
schedule:
# Run every day at 03:20 UTC (it is recommended to avoid running at the start of the hour)
- cron: '20 3 * * *'
# 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:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/e2e-test-periodic-release-0.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Periodic E2E Test release-0.6

on:
schedule:
# Run every day at 02:50 UTC (it is recommended to avoid running at the start of the hour)
- cron: '50 2 * * *'
# Run every day at 02:50 UTC (it is recommended to avoid running at the start of the hour)
- cron: '50 2 * * *'

permissions: {}

jobs:
periodic-e2e-test:
if: github.repository == 'metal3-io/baremetal-operator'
strategy:
fail-fast: false
matrix:
Expand Down