From 1bf948095b7c69c52f8fa019f89c7f58fb9736c8 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Apr 07 2021 08:03:12 +0000 Subject: Add periodic-hourly pipeline --- diff --git a/zuul.d/_pipelines.yaml b/zuul.d/_pipelines.yaml index 892c850..f9763f6 100644 --- a/zuul.d/_pipelines.yaml +++ b/zuul.d/_pipelines.yaml @@ -330,6 +330,26 @@ elasticsearch: - pipeline: + name: periodic-hourly + post-review: true + description: Jobs in this queue are triggered hourly. + manager: independent + precedence: low + trigger: + timer: + - time: '0 * * * *' + success: + sqlreporter: + elasticsearch: + failure: + smtp: + from: "zuul@fedora.softwarefactory-project.io" + to: "root@localhost" + subject: '[Zuul] Job failed in periodic pipeline: {change.project}' + sqlreporter: + elasticsearch: + +- pipeline: name: experimental description: On-demand pipeline for requesting a run against a set of jobs that are not yet gating. Leave review comment of "check experimental" to run jobs in this pipeline. success-message: Build succeeded (experimental pipeline).