From c88b81e574597193875a1a738f8fdf6e80c02aff Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: May 16 2022 08:12:02 +0000 Subject: Set rpmlint job as non-voting --- diff --git a/FZCI.dhall/fedora-zuul-jobs/jobs.dhall b/FZCI.dhall/fedora-zuul-jobs/jobs.dhall index e647b73..f3207e7 100644 --- a/FZCI.dhall/fedora-zuul-jobs/jobs.dhall +++ b/FZCI.dhall/fedora-zuul-jobs/jobs.dhall @@ -150,6 +150,7 @@ let rpm_linter_job = , requires = Some [ "repo" ] , nodeset = Some (Nodesets.getName Nodesets.Type.Fedora-34-Container) , branches = Some Branches.allText + , voting = Some False } let rpm_install_test_jobs = diff --git a/README.md b/README.md index 9ef54ee..c10b6e8 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ For instance: ``` make check-updates -# This shows a change in fedore-zuul-jobs then +# For each repo where this shows a diff then run: (here a change in fedora-zuul-jobs) pushd ../fedora-zuul-jobs git status git add -A .