1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

ocl: skip unstable tests

during pre-commit testing
This commit is contained in:
Alexander Alekhin
2017-12-06 12:58:13 +03:00
parent 4781f0a337
commit 3a8a73ef6c
6 changed files with 30 additions and 0 deletions
+3
View File
@@ -92,6 +92,9 @@ if __name__ == "__main__":
if not [a for a in test_args if a.startswith("--perf_verify_sanity")] :
test_args.extend(["--perf_verify_sanity"])
if bool(os.environ.get('BUILD_PRECOMMIT', None)):
test_args.extend(["--skip_unstable=1"])
ret = 0
logs = []
for path in args.build_path: