[Bf-blender-cvs] [1f656069119] master: Buildbot: Disable test step for now

Sergey Sharybin noreply at git.blender.org
Tue Jul 2 15:41:11 CEST 2019


Commit: 1f656069119c79b45abe6a7a3a986a398d479798
Author: Sergey Sharybin
Date:   Tue Jul 2 15:39:47 2019 +0200
Branches: master
https://developer.blender.org/rB1f656069119c79b45abe6a7a3a986a398d479798

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.

===================================================================

M	build_files/buildbot/slave_test.py

===================================================================

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.



More information about the Bf-blender-cvs mailing list