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

pull/63464/head^2
Jordan Borean 4 years ago committed by GitHub
parent a2deeb8fa2
commit 48bef155fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save