coreos / coreos-ci

CoreOS CI powers upstream testing for CoreOS projects.
https://jenkins-coreos-ci.apps.ocp.ci.centos.org/
6 stars 10 forks source link

jobs/bodhi-trigger: respect `test-patterns: skip` #62

Closed jlebon closed 8 months ago

jlebon commented 8 months ago

If a test pattern is marked as skip, then respect that. Don't force basic to run in that case. The logic there was meant as a way to force basic to always run if some other tests were also selected, not to counteract skip.

Fixes 6c1f869 ("bodhi-testing.yaml: support specifying tests to run").