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.
6 lines
140 B
Python
6 lines
140 B
Python
slaves = [
|
|
{'name': 'linux_glibc219_x86_64_chroot',
|
|
'password': 'barbarianna',
|
|
'builders': ['linux_glibc217_x86_64_cmake']}
|
|
]
|