Buildbot: Explicitly disable tests on all platforms

They were never running anyway since there's no checkout of
tests folder. We should either make tweaks to buildbot master
to make it to send cloning commands for tests folder and keep
tests working (currently some of them are broken).
This commit is contained in:
Sergey Sharybin 2016-04-01 10:33:44 +02:00
parent 42a9f334c8
commit f185effa15
Notes: blender-bot 2023-02-14 08:42:54 +01:00
Referenced by issue #48023, Knife project work very bad (still)
Referenced by issue #48028, GPU Compute in Cycles is broken on AMD stable drivers and Blender stable release
Referenced by issue #47711, Cloth simulation bug
1 changed files with 2 additions and 3 deletions

View File

@ -35,9 +35,8 @@ blender_dir = '../blender.git'
if "cmake" in builder:
# cmake
if "linux" in builder or 'mac' in builder:
print("Automated tests are still DISABLED!")
sys.exit(0)
print("Automated tests are still DISABLED!")
sys.exit(0)
build_dir = os.path.abspath(os.path.join('..', 'build', builder))
chroot_name = None