Skip to content

Commit

Permalink
Merge pull request #1790 from Nordix/tuomo/limit-running-periodics-to…
Browse files Browse the repository at this point in the history
…-metal3-io

🌱 limit running BMO e2e periodics to metal3-io repo
  • Loading branch information
metal3-io-bot committed Jun 19, 2024
2 parents 11b0bca + a4492b5 commit ebffc08
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
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

0 comments on commit ebffc08

Please sign in to comment.