Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-07-02 16:39:47 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-07-02 16:39:47 +0300
commit1f656069119c79b45abe6a7a3a986a398d479798 (patch)
tree7e16d225359c8bb2f21f0af4855795f684b655f0 /build_files
parente7356bb01198271617c130788f47facf28259f67 (diff)
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.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_test.py3
1 files changed, 3 insertions, 0 deletions
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.