Skip to content

Commit

Permalink
Add back periodic jobs
Browse files Browse the repository at this point in the history
We would like to monitor the sf-operator CI job results in OpenSearch [1].
The CI results from the patch set unit are not equal with real results,
because some patch set can be broken from the beginning.
The periodic job will be triggered each 12 hours.

[1] https://opensearch.rdoproject.org

Depends-On: https://softwarefactory-project.io/r/c/sf-zuul-jobs-config/+/30499

Change-Id: I8ea601cfbbf7987b7121bb12ee0729860ab16c65
  • Loading branch information
danpawlik committed Jan 10, 2024
1 parent a80ab3c commit 540e4ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
release:
jobs:
- sf-operator-publish-olm-bundle-image
periodic-12h:
jobs:
- sf-operator-olm
- sf-operator-upgrade
- sf-operator-standalone

0 comments on commit 540e4ed

Please sign in to comment.