#122 Use a file matcher to disable rpm-install-test for obsolete-packages
Merged 2 years ago by zuul. Opened 2 years ago by tdecacqu.
tdecacqu/fedora-zuul-jobs-config impossible-match  into  master

file modified
+3 -1
@@ -14,7 +14,9 @@ 

      check:

        jobs:

         - rpm-install-test:

-            voting: false

+            # Here we use an impossible file matcher to prevent job execution

+            files:

+              - "file-matcher-skip-job-when-they-dont-match"

  

  - project:

      name: rpms/python-passlib

This change improves the project configuration to actually skip the
useless job.

@churchyard as suggested by corvus, we can use a file matcher like this to skip the job entirely.

Build succeeded.

Unfortunately Depends-On does not work for config project. In that case we need to merge the change.

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

2 years ago

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

2 years ago
Metadata