Skip to content

Commit 3759922

Browse files
authored
[ci] fix cmake and tensorflow checks in smoke tests (#202)
1 parent 0de1231 commit 3759922

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bin/run-smoke-tests.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ pydistcheck \
3838
# package with so many files that `find -exec du -ch` has to batch results
3939
get-files tensorflow
4040
pydistcheck \
41-
--ignore 'mixed-file-extensions' \
42-
--max-allowed-files 10000 \
43-
--max-allowed-size-compressed '300M' \
44-
--max-allowed-size-uncompressed '1G' \
41+
--ignore 'compiled-objects-have-debug-symbols,mixed-file-extensions' \
42+
--max-allowed-files 15000 \
43+
--max-allowed-size-compressed '500M' \
44+
--max-allowed-size-uncompressed '1.5G' \
4545
./smoke-tests/*
4646

4747
# packages with lots of bundled non-Python code
@@ -56,7 +56,7 @@ pydistcheck \
5656
# package that isn't actually Python code
5757
get-files cmake
5858
pydistcheck \
59-
--ignore 'compiled-objects-have-debug-symbols,path-contains-spaces' \
59+
--ignore 'compiled-objects-have-debug-symbols,mixed-file-extensions,path-contains-spaces,unexpected-files' \
6060
--max-allowed-files 4000 \
6161
--max-allowed-size-uncompressed '150M' \
6262
./smoke-tests/*

0 commit comments

Comments
 (0)