From 540e4ed2d4afba4b55d920c984408b6367d75c39 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Thu, 4 Jan 2024 14:32:26 +0100 Subject: [PATCH] Add back periodic jobs 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 --- zuul.d/project.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index e18b220f..48237e9c 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -14,3 +14,8 @@ release: jobs: - sf-operator-publish-olm-bundle-image + periodic-12h: + jobs: + - sf-operator-olm + - sf-operator-upgrade + - sf-operator-standalone