Ignore test files in new package-data sanity test (#68452)
This commit is contained in:
parent
a2deeb8fa2
commit
48bef155fd
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ def assemble_files_to_ship(complete_file_list):
|
|||
'hacking/shippable/*',
|
||||
'hacking/tests/*',
|
||||
'hacking/ticket_stubs/*',
|
||||
'metadata-*.json', # ansible-test with --docker produces this tmp file.
|
||||
'test/sanity/code-smell/botmeta.*',
|
||||
'test/utils/*',
|
||||
'test/utils/*/*',
|
||||
|
@ -55,6 +56,7 @@ def assemble_files_to_ship(complete_file_list):
|
|||
'hacking/return_skeleton_generator.py',
|
||||
'hacking/test-module',
|
||||
'hacking/test-module.py',
|
||||
'test/support/README.md',
|
||||
'.cherry_picker.toml',
|
||||
'.mailmap',
|
||||
# Possibly should be included
|
||||
|
|
Loading…
Add table
Reference in a new issue