From c2e666893307c92544492c55435f8d49071bec94 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Apr 08 2024 07:30:31 +0000 Subject: pipelines - remove opensearch reported as it is removed from Zuul config The opensearch connection has been removed from zuul.conf recently for Infra simplification purpose. This change remove the usage of the remove connection. --- diff --git a/zuul.d/_pipelines.yaml b/zuul.d/_pipelines.yaml index 4030787..651bf27 100644 --- a/zuul.d/_pipelines.yaml +++ b/zuul.d/_pipelines.yaml @@ -67,7 +67,6 @@ status: 'success' status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" - opensearch: failure: pagure.io: status: 'failure' @@ -79,7 +78,6 @@ status: 'failure' status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" - opensearch: failure-message: Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci @@ -183,7 +181,6 @@ status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" comment: true - opensearch: failure: pagure.io: status: 'failure' @@ -198,7 +195,6 @@ status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" comment: true - opensearch: failure-message: Build failed (gate pipeline). More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci window-floor: 20 @@ -222,14 +218,12 @@ ref: ^refs/heads/.*$ success: - opensearch: failure: smtp: from: "zuul@fedora.softwarefactory-project.io" to: "root@localhost" subject: '[Zuul] Job failed in post pipeline: {change.project}' - opensearch: - pipeline: name: tag @@ -249,14 +243,12 @@ ref: ^refs/tags/.*$ success: - opensearch: failure: smtp: from: "zuul@fedora.softwarefactory-project.io" to: "root@localhost" subject: '[Zuul] Job failed in tag pipeline: {change.project}' - opensearch: - pipeline: name: promote @@ -297,7 +289,6 @@ github.com: status: success - opensearch: failure: pagure.io: comment: true @@ -306,7 +297,6 @@ github.com: status: failure - opensearch: failure-message: Build failed (promote pipeline). More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci @@ -321,14 +311,12 @@ - time: '0 0 * * *' success: - opensearch: failure: smtp: from: "zuul@fedora.softwarefactory-project.io" to: "root@localhost" subject: '[Zuul] Job failed in periodic pipeline: {change.project}' - opensearch: - pipeline: name: periodic-hourly @@ -341,14 +329,12 @@ - time: '0 * * * *' success: - opensearch: failure: smtp: from: "zuul@fedora.softwarefactory-project.io" to: "root@localhost" subject: '[Zuul] Job failed in periodic pipeline: {change.project}' - opensearch: - pipeline: name: experimental @@ -374,13 +360,11 @@ pagure.io: {} src.fedoraproject.org: {} - opensearch: failure: github.com: {} pagure.io: {} src.fedoraproject.org: {} - opensearch: failure-message: Build failed (experimental pipeline). More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci @@ -409,12 +393,10 @@ github.com: check: 'success' - opensearch: failure: github.com: check: 'failure' - opensearch: failure-message: Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci @@ -443,11 +425,9 @@ github.com: check: 'success' - opensearch: failure: github.com: check: 'failure' - opensearch: failure-message: Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci