#197 Remove unneeded sqlreporters
Merged 2 years ago by tdecacqu. Opened 2 years ago by mhuin.
mhuin/fedora-project-config no_more_sqlreporter  into  master

file modified
+20 -20
@@ -66,7 +66,7 @@ 

        github.com:

          status: 'success'

          status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}"

-       sqlreporter:

+       

        elasticsearch:

      failure:

        pagure.io:
@@ -78,7 +78,7 @@ 

        github.com:

          status: 'failure'

          status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}"

-       sqlreporter:

+       

        elasticsearch:

      failure-message:

        Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
@@ -184,7 +184,7 @@ 

          merge: true

          status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}"

          comment: true

-       sqlreporter:

+       

        elasticsearch:

      failure:

        pagure.io:
@@ -199,7 +199,7 @@ 

          status: 'failure'

          status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}"

          comment: true

-       sqlreporter:

+       

        elasticsearch:

      failure-message:

        Build failed (gate pipeline). More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
@@ -223,14 +223,14 @@ 

          - event: push

            ref: ^refs/heads/.*$

      success:

-       sqlreporter:

+       

        elasticsearch:

      failure:

        smtp:

          from: "zuul@fedora.softwarefactory-project.io"

          to: "root@localhost"

          subject: '[Zuul] Job failed in post pipeline: {change.project}'

-       sqlreporter:

+       

        elasticsearch:

  

  - pipeline:
@@ -250,14 +250,14 @@ 

          - event: push

            ref: ^refs/tags/.*$

      success:

-       sqlreporter:

+       

        elasticsearch:

      failure:

        smtp:

          from: "zuul@fedora.softwarefactory-project.io"

          to: "root@localhost"

          subject: '[Zuul] Job failed in tag pipeline: {change.project}'

-       sqlreporter:

+       

        elasticsearch:

  

  - pipeline:
@@ -298,7 +298,7 @@ 

          comment: true

        github.com:

          status: success

-       sqlreporter:

+       

        elasticsearch:

      failure:

        pagure.io:
@@ -307,7 +307,7 @@ 

          comment: true

        github.com:

          status: failure

-       sqlreporter:

+       

        elasticsearch:

      failure-message:

        Build failed (promote pipeline). More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
@@ -322,14 +322,14 @@ 

        timer:

          - time: '0 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:
@@ -342,14 +342,14 @@ 

        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:
@@ -375,13 +375,13 @@ 

        github.com: {}

        pagure.io: {}

        src.fedoraproject.org: {}

-       sqlreporter:

+       

        elasticsearch:

      failure:

        github.com: {}

        pagure.io: {}

        src.fedoraproject.org: {}

-       sqlreporter:

+       

        elasticsearch:

      failure-message:

        Build failed (experimental pipeline). More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
@@ -410,12 +410,12 @@ 

      success:

        github.com:

          check: 'success'

-       sqlreporter:

+       

        elasticsearch:

      failure:

        github.com:

          check: 'failure'

-       sqlreporter:

+       

        elasticsearch:

      failure-message:

        Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
@@ -444,12 +444,12 @@ 

      success:

        github.com:

          check: 'success'

-       sqlreporter:

+       

        elasticsearch:

      failure:

        github.com:

          check: 'failure'

-       sqlreporter:

+       

        elasticsearch:

      failure-message:

        Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

This fixes missing pipelines with the recent upgrade of zuul to 5.X

Pull-Request has been merged by tdecacqu

2 years ago
Metadata