From 0a3e46fba2cea2c522ba1b4a039fd9bce870172b Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Apr 09 2020 09:13:02 +0000 Subject: Add the experimental pipeline --- diff --git a/zuul.d/_pipelines.yaml b/zuul.d/_pipelines.yaml index 22c14c8..73961ab 100644 --- a/zuul.d/_pipelines.yaml +++ b/zuul.d/_pipelines.yaml @@ -312,3 +312,34 @@ to: "root@localhost" subject: '[Zuul] Job failed in periodic pipeline: {change.project}' sqlreporter: + +- 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). + failure-message: Build failed (experimental pipeline). + manager: independent + precedence: normal + trigger: + pagure.io: + - event: pg_pull_request + action: comment + comment: (?i)^\s*check experimental\s*$ + src.fedoraproject.org: + - event: pg_pull_request + action: comment + comment: (?i)^\s*check experimental\s*$ + github.com: + - event: pull_request + action: comment + comment: (?i)^\s*check experimental\s*$ + success: + github.com: {} + pagure.io: {} + src.fedoraproject.org: {} + sqlreporter: + failure: + github.com: {} + pagure.io: {} + src.fedoraproject.org: {} + sqlreporter: