[Bf-blender-cvs] [5a59c563dab] blender-v2.83-release: Add pipeline config formatted in yaml.

Jeroen Bakker noreply at git.blender.org
Mon Jul 26 15:18:54 CEST 2021


Commit: 5a59c563dab47a6668ebb229e18a87df4d59093d
Author: Jeroen Bakker
Date:   Mon Jul 26 15:18:36 2021 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB5a59c563dab47a6668ebb229e18a87df4d59093d

Add pipeline config formatted in yaml.

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

A	build_files/config/pipeline_config.yaml

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

diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml
new file mode 100644
index 00000000000..5bb2a2c7446
--- /dev/null
+++ b/build_files/config/pipeline_config.yaml
@@ -0,0 +1,70 @@
+#
+# Do NOT merge to master 
+#
+
+#
+# Used by Buildbot build pipeline make_update.py script only for now
+# We intended to udpate the make_update.py in the branches to use this file eventually
+#
+update-code:
+    git:
+        submodules:
+        -   branch: blender-v2.83-release
+            commit_id: HEAD
+            path: release/scripts/addons
+        -   branch: blender-v2.83-release
+            commit_id: HEAD
+            path: release/scripts/addons_contrib
+        -   branch: blender-v2.83-release
+            commit_id: HEAD
+            path: release/datafiles/locale
+        -   branch: blender-v2.83-release
+            commit_id: HEAD
+            path: source/tools
+    svn:
+        libraries:
+            darwin-arm64:
+                branch: tags/blender-2.83-release
+                commit_id: HEAD
+                path: lib/darwin_arm64
+            darwin-x86_64:
+                branch: tags/blender-2.83-release
+                commit_id: HEAD
+                path: lib/darwin
+            linux-x86_64:
+                branch: tags/blender-2.83-release
+                commit_id: HEAD
+                path: lib/linux_centos7_x86_64
+            windows-amd64:
+                branch: tags/blender-2.83-release
+                commit_id: HEAD
+                path: lib/win64_vc15
+        tests:
+            branch: tags/blender-2.83-release
+            commit_id: HEAD
+            path: lib/tests
+
+#
+# Buildbot only configs
+#
+buildbot:
+    gcc:
+        version: '9.0.0'
+    cuda10:
+        version: '10.1.0'
+    cuda11:
+        version: '11.4.0'
+    optix:
+        version: '7.1.0'
+    cmake:
+        default:
+            overrides: {}
+            version: any
+        darwin-arm64:
+            overrides: {}
+        darwin-x86_64:
+            overrides: {}
+        linux-x86_64:
+            overrides: {}
+        windows-amd64:
+            overrides: {}



More information about the Bf-blender-cvs mailing list