#148 Don't vote on rpmlint for pypy3.8
Merged 2 years ago by zuul. Opened 2 years ago by churchyard.
churchyard/fedora-zuul-jobs-config pypy3.8  into  master

file modified
+7
@@ -85,6 +85,13 @@ 

              voting: false

  

  - project:

+     name: rpms/pypy3.8

+     check:

+       jobs:

+         - rpm-linter:

+             voting: false

+ 

+ - project:

      name: rpms/python2.7

      check:

        jobs:

no initial comment

BTW I forgot what is the proper way of doing this from the repo itself. Would prefer that.

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

Build succeeded.

To do it in repo we need to tell Zuul to handle in-repo config (can be limited to the project stanza) but actually for all distgit (https://pagure.io/fedora-project-config/blob/master/f/resources/fedora-distgits.yaml) we set (zuul/include: []) which tell to Zuul to exclude in-repo config. TBH even if that could be more flexible I feel that's more manageable/understandable if we stick to get the Zuul config to a reduced set of repositories.

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

2 years ago

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

2 years ago

TBH even if that could be more flexible I feel that's more manageable/understandable if we stick to get the Zuul config to a reduced set of repositories.

I will keep it that way then.

Metadata