Skip to content

Commit

Permalink
bodhi-testing.yaml: make test patterns more globby
Browse files Browse the repository at this point in the history
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").
  • Loading branch information
jlebon committed Feb 12, 2024
1 parent 29647db commit f9e506e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bodhi-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ srpms:
- name: grub2
- name: kernel
- name: kexec-tools
test-patterns: 'ext.config.kdump.*'
test-patterns: '*kdump*'
testiso-patterns: skip
- name: NetworkManager
- name: openssh
- name: moby-engine
test-patterns: 'ext.config.docker.*'
test-patterns: '*docker*'
testiso-patterns: skip
- name: nmstate
test-patterns: 'ext.config.networking.*'
Expand All @@ -41,6 +41,6 @@ srpms:
- name: selinux-policy
- name: systemd
- name: toolbox
test-patterns: 'ext.config.toolbox.*'
test-patterns: '*toolbox*'
testiso-patterns: skip
- name: util-linux

0 comments on commit f9e506e

Please sign in to comment.