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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
slaves = [
|
||||
{'name': 'linux_glibc219_x86_64_chroot',
|
||||
'password': 'barbarianna',
|
||||
'builders': ['linux_glibc219_x86_64_cmake']}
|
||||
'builders': ['linux_glibc217_x86_64_cmake']}
|
||||
]
|
||||
|
Reference in New Issue
Block a user