#46 pipelines: set the correct status-url
Merged 4 years ago by zuul. Opened 4 years ago by tdecacqu.
tdecacqu/fedora-project-config master  into  master

file modified
+10 -5
@@ -31,19 +31,21 @@ 

      start:

        pagure.io:

          status: 'pending'

-         status-url: "https://fedora.softwarefactory-project.io/zuul/status.html"

+         status-url: "https://fedora.softwarefactory-project.io/zuul/status"

          comment: false

        src.fedoraproject.org:

          status: 'pending'

-         status-url: "https://fedora.softwarefactory-project.io/zuul/status.html"

+         status-url: "https://fedora.softwarefactory-project.io/zuul/status"

          comment: false

      start-message: |

        Starting {pipeline.name} jobs. Status at {status_url}

      success:

        pagure.io:

          status: 'success'

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

        src.fedoraproject.org:

          status: 'success'

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

        sqlreporter:

      failure:

        pagure.io:
@@ -100,28 +102,32 @@ 

      start:

        pagure.io:

          status: 'pending'

-         status-url: "https://fedora.softwarefactory-project.io/zuul/status.html"

+         status-url: "https://fedora.softwarefactory-project.io/zuul/status"

          comment: false

        src.fedoraproject.org:

          status: 'pending'

-         status-url: "https://fedora.softwarefactory-project.io/zuul/status.html"

+         status-url: "https://fedora.softwarefactory-project.io/zuul/status"

          comment: false

      success:

        pagure.io:

          status: 'success'

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

          merge: true

          comment: true

        src.fedoraproject.org:

          status: 'success'

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

          merge: true

          comment: true

        sqlreporter:

      failure:

        pagure.io:

          status: 'failure'

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

          comment: true

        src.fedoraproject.org:

          status: 'failure'

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

          comment: true

        sqlreporter:

      window-floor: 20
@@ -214,4 +220,3 @@ 

          to: "root@localhost"

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

        sqlreporter:

- 

This change sets the correct url for the url used in the tags list.

Build succeeded.

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

4 years ago

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

4 years ago