Files
test2/build_files/config
Sergey Sharybin db6606dab9 Buildbot: Allow specifying explicit HIP version for Linux
Previously it was a single version specification which was only
used by Windows.

In practice we actually have two different SDKs for Linux and
Windows. This change makes it possible to specify explicit HIP
version for Linux which could be different from Windows.

No functional changes expected, the same HIP SDK version is
used, just explicitly.

Ref #131976

Pull Request: https://projects.blender.org/blender/blender/pulls/132694
2025-01-08 15:24:35 +01:00
..
2024-10-09 16:34:39 +11:00

Pipeline Config

The yaml configuration file is used by buildbot build pipeline update-code step.

The file allows to set branches or specific commits for both git submodules and svn artifacts. Can also define various build package versions for use by build workers. Especially useful in experimental and release branches.

NOTE:

  • The configuration file is NOT used by the ../utils/make_update.py script.
  • That will implemented in the future.