#142 Add periodic-hourly pipeline
Merged 3 years ago by zuul. Opened 3 years ago by fbo.
fbo/fedora-project-config periodic-hourly  into  master

file modified
+20
@@ -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).

no initial comment

Build succeeded.

Metadata Update from @fbo:
- Pull-request tagged with: gateit

3 years ago

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

3 years ago
Metadata