diff --git a/master_private_template.py b/master_private_template.py index 8633fde..b30ba62 100644 --- a/master_private_template.py +++ b/master_private_template.py @@ -1,5 +1,5 @@ slaves = [ - {'name': 'linux_glibc211_x86_64_chroot', + {'name': 'linux_glibc219_x86_64_chroot', 'password': 'barbarianna', - 'builders': ['linux_glibc211_x86_64_scons']} + 'builders': ['linux_glibc219_x86_64_cmake']} ]