diff --git a/lib/config.json b/lib/config.json index 3cd37a8..51cdbf6 100644 --- a/lib/config.json +++ b/lib/config.json @@ -386,7 +386,14 @@ { "type" : "Try_Jobdir", "name" : "try_ssh", "jobdir" : "try_ssh_jobdir", - "builderNames" : [ "Fedora-x86_64-m64" ] + "builderNames" : [ "Fedora-x86_64-m64", + "Fedora-x86_64-m32", + "Fedora-x86_64-native-gdbserver-m64", + "Fedora-x86_64-native-gdbserver-m32", + "Fedora-x86_64-native-extended-gdbserver-m64", + "Fedora-x86_64-native-extended-gdbserver-m32", + "Fedora-x86_64-cc-with-index", + "Fedora-i686" ] } ] }