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

bodhi-testing.yaml: make test patterns more globby #59

Closed jlebon closed 8 months ago

jlebon commented 8 months ago

The test pattern for toolbox was incorrect and so didn't match anything.

For that component and some others, instead of specifying a full test path, make the patterns more globby. That makes them more obviously right, and resistant to the tests moving.

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

dustymabe commented 8 months ago

I would normally be against being more globby here, but this is a positive match versus a negative match (i.e. the potential negative effect of being more globby is that additional tests run), which is OK.