Ignore test files in new package-data sanity test (#68452)

This commit is contained in:
Jordan Borean 2020-03-25 10:57:14 +10:00 committed by GitHub
parent a2deeb8fa2
commit 48bef155fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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