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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user