[Bf-blender-cvs] [42ce93a2cbc] tmp-vfx-platform-2023: Add temporary svn library branch names for buildbot testing

Brecht Van Lommel noreply at git.blender.org
Fri Sep 30 18:15:37 CEST 2022


Commit: 42ce93a2cbc28836d22b7fa47e99aa3df76e1acc
Author: Brecht Van Lommel
Date:   Fri Sep 30 18:12:53 2022 +0200
Branches: tmp-vfx-platform-2023
https://developer.blender.org/rB42ce93a2cbc28836d22b7fa47e99aa3df76e1acc

Add temporary svn library branch names for buildbot testing

This way branches for USD/Hydra development branches can be based on
tmp-vfx-platform-2023 until these libraries are in master.

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

M	build_files/config/pipeline_config.yaml

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

diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml
index 82cd009ea95..6cd507bcc78 100644
--- a/build_files/config/pipeline_config.yaml
+++ b/build_files/config/pipeline_config.yaml
@@ -19,20 +19,21 @@ update-code:
             path: source/tools
     svn:
         libraries:
+            # Temporary branch names for testing, don't merge this into master.
             darwin-arm64:
-                branch: trunk
+                branch: branches/vfx-platform-2023
                 commit_id: HEAD
                 path: lib/darwin_arm64
             darwin-x86_64:
-                branch: trunk
+                branch: branches/vfx-platform-2023
                 commit_id: HEAD
                 path: lib/darwin
             linux-x86_64:
-                branch: trunk
+                branch: branches/vfx-platform-2023
                 commit_id: HEAD
                 path: lib/linux_centos7_x86_64
             windows-amd64:
-                branch: trunk
+                branch: branches/vfx-platform-2023
                 commit_id: HEAD
                 path: lib/win64_vc15
         tests:



More information about the Bf-blender-cvs mailing list