This repository has been archived on 2023-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-buildbot/master_private_template.py
Sybren A. Stüvel d4822bd0c3 Update Linux builder name in master_private_template.py
The template was still referencing `linux_glibc219_x86_64_cmake`,
while `master.cfg` is using `linux_glibc217_x86_64_cmake`. This caused
the slave to be silently ignored.
2020-04-14 12:34:40 +01:00

6 lines
140 B
Python

slaves = [
{'name': 'linux_glibc219_x86_64_chroot',
'password': 'barbarianna',
'builders': ['linux_glibc217_x86_64_cmake']}
]