Skip to content

Commit f9e506e

Browse files
committed
bodhi-testing.yaml: make test patterns more globby
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").
1 parent 29647db commit f9e506e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bodhi-testing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ srpms:
2626
- name: grub2
2727
- name: kernel
2828
- name: kexec-tools
29-
test-patterns: 'ext.config.kdump.*'
29+
test-patterns: '*kdump*'
3030
testiso-patterns: skip
3131
- name: NetworkManager
3232
- name: openssh
3333
- name: moby-engine
34-
test-patterns: 'ext.config.docker.*'
34+
test-patterns: '*docker*'
3535
testiso-patterns: skip
3636
- name: nmstate
3737
test-patterns: 'ext.config.networking.*'
@@ -41,6 +41,6 @@ srpms:
4141
- name: selinux-policy
4242
- name: systemd
4343
- name: toolbox
44-
test-patterns: 'ext.config.toolbox.*'
44+
test-patterns: '*toolbox*'
4545
testiso-patterns: skip
4646
- name: util-linux

0 commit comments

Comments
 (0)