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:
2020-04-14 12:34:40 +01:00
parent fc76dbf535
commit d4822bd0c3

View File

@@ -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']}
]