From 1f656069119c79b45abe6a7a3a986a398d479798 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 2 Jul 2019 15:39:47 +0200 Subject: Buildbot: Disable test step for now It causes some false indication of a failed build on soma platforms where it times out. Windows and macOS needs extra work to properly support python paths and path to the bundle. This can now happen without poking git every time by doing local modifications on a builder prior to commit. --- build_files/buildbot/slave_test.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build_files') diff --git a/build_files/buildbot/slave_test.py b/build_files/buildbot/slave_test.py index fe24c577966..ff186d8cd45 100644 --- a/build_files/buildbot/slave_test.py +++ b/build_files/buildbot/slave_test.py @@ -33,6 +33,9 @@ builder = sys.argv[1] blender_dir = '../blender.git' if "cmake" in builder: + print("Automated tests are still DISABLED!") + sys.exit(0) + build_dir = os.path.abspath(os.path.join('..', 'build', builder)) install_dir = os.path.abspath(os.path.join('..', 'install', builder)) # NOTE: For quick test only to see if the approach work. -- cgit v1.2.3